Github user mans2singh commented on the issue:
https://github.com/apache/nifi/pull/2956
Hello @ottobackwards
I've documented the steps for setting up neo4j and testing this processor
in a project
[nifi-neo4j-examples](https://github.com/mans2singh/nifi-flow-examples/tree/nifi-neo4j-examples)
(branch nifi-neo4j-examples). The project's
[README.md](https://github.com/mans2singh/nifi-flow-examples/blob/nifi-neo4j-examples/README.md)
has the steps, along with input sample files (creating a node, select all the
nodes, delete nodes, etc) and a NIFI Neo4J sample template.
The nifi-neo4j-processors project also has full suite of integration tests
which can be executed after setting up neo4j.
Please let me know if this helps, If you have andy feedback or advice for
me, please let me know.
Thanks again.
Mans
---