MikeThomsen commented on pull request #4638: URL: https://github.com/apache/nifi/pull/4638#issuecomment-729177608
@levilentz this is the flow I used for testing Neo4J: https://gist.github.com/MikeThomsen/57a99042bab2cd09b31a1c78fb191d25 To build in graph support, you need to build the whole distribution like this: `mvn install -Pinclude-grpc,include-graph -DskipTests=true` Also, you can run neo4j like this: `docker run --name neo4j -p 7474:7474 -p 8764:8764 -d neo4j:3.5` ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
