I'm on the Apache NiFi PMC, and thought I'd give an unofficial announcement that in NiFi 1.10, JanusGraph will be supported in our new "graph bundle." Anyone who's interested in trying it out can download a snapshot of our source for 1.10-SNAPSHOT and should be able to build it using this command from the root folder:
mvn install -DskipTests=true -Pinclude-graph
The zip and tar.gz distributions will be built in $ROOT/nifi-assembly/target.
JanusGraph is our test database for testing Gremlin compatibility and Neo4J obviously is our test for Cypher.
When 1.10 is released, the graph support will not be part of the binaries we release due to space constraints (our convenience binaries are about 1.5GB already).
If anyone tries it out and wants to give feedback, just jump on the nifi-dev mailing list.
(We're currently using JanusGraph 0.3.2 for testing)
Thanks,
Mike