
docs.org.apache.nifi.processors.graph.ExecuteGraphQuery.additionalDetails.md Maven / Gradle / Ivy
# ExecuteGraphQuery
## Description:
This processor is designed to work with Gremlin and Cypher queries. The query is specified in the configuration
parameter labeled Query, and parameters can be configured using dynamic properties on the processor. All Gremlin and
Cypher CRUD operations are supported by this processor. It will stream the entire result set into a single flowfile as a
JSON array.
## More Information
* [Cypher Query Language introduction](https://neo4j.com/developer/cypher-query-language/).
* [Gremlin Query DSL documentation](http://tinkerpop.apache.org/docs/current/reference/#connecting-gremlin).
© 2015 - 2025 Weber Informatics LLC | Privacy Policy