A collection of example projects and recipies for Gremlin-Scala that you can use as templates for your own tinkering.
- MovieLens - a large collection of traversals based on a presentation by Marko Rodriguez and Daniel Kuppitz
First install jdk 8 and configure it to be your JAVA_HOME
and in your path (check with echo $JAVA_HOME
and java -version
).
cd tinkergraph
sbt test
cd orientdb
sbt test
cd neo4j
sbt test
cd titan
sbt test