ExecuteGraphQueryRecord 2.3.0.4.10.0.0-147

Bundle
org.apache.nifi | nifi-graph-nar
Description
This uses FlowFile records as input to perform graph mutations. Each record is associated with an individual query/mutation, and a FlowFile will be output for each successful operation. Failed records will be sent as a single FlowFile to the failure relationship.
Tags
cypher, graph, gremlin
Input Requirement
REQUIRED
Supports Sensitive Dynamic Properties
false
Properties
Dynamic Properties
Relationships
Name Description
response The response object from the graph server.
failure Flow files that fail to interact with graph server.
original Original flow files that successfully interacted with graph server.
Writes Attributes
Name Description
graph.operations.took The amount of time it took to execute all of the graph operations.
record.count The number of records unsuccessfully processed (written on FlowFiles routed to the 'failure' relationship.