It is awesome that you guys are contributing all this awesome graph
functionality, thanks Mike and colleagues!

From: Mike Thomsen <mikerthom...@gmail.com> <mikerthom...@gmail.com>
Reply: dev@nifi.apache.org <dev@nifi.apache.org> <dev@nifi.apache.org>
Date: December 1, 2020 at 13:25:46
To: dev@nifi.apache.org <dev@nifi.apache.org> <dev@nifi.apache.org>
Subject:  Using record data with the graph bundle

I just approved and merged a PR from a colleague of mine to bring over
some code that we've been building for our client. It's a new
processor called ExecuteGraphQueryRecord. It allows users to build a
parameter map from dynamic properties that specify mappings between a
key and a record path.

Example usage:

Input:

{
"name": "John"
}

Mapping:

name => /name

Cypher

MATCH (p:Person) WHERE p.name = $name RETURN p

Reply via email to