ExecuteGraphQuery 2.3.0.4.10.0.0-147

Bundle
org.apache.nifi | nifi-graph-nar
Description
This processor is designed to execute queries in either the Cypher query language or the Tinkerpop Gremlin DSL. It delegates most of the logic to a configured client service that handles the interaction with the remote data source. All of the output is written out as JSON data.
Tags
connection, cypher, delete, executor, get, graph, gremlin, insert, neo4j, network, node, put, relationship, tinkerpop, update
Input Requirement
ALLOWED
Supports Sensitive Dynamic Properties
false
Properties
Relationships
Name Description
failure Failed FlowFiles are routed to this relationship
original If there is an input flowfile, the original input flowfile will be written to this relationship if the operation succeeds.
success Successful FlowFiles are routed to this relationship
Writes Attributes
Name Description
graph.error.message GraphDB error message
graph.labels.added Number of labels added
graph.nodes.created Number of nodes created
graph.nodes.deleted Number of nodes deleted
graph.properties.set Number of properties set
graph.relations.created Number of relationships created
graph.relations.deleted Number of relationships deleted
graph.rows.returned Number of rows returned
query.took The amount of time in milliseconds that the querytook to execute.