overflowdb/target/universal/stage/bin/overflowdb | tee overflowdb.log
tinkergraph/target/universal/stage/bin/tinkergraph | tee tinkergraph.log
neo4j/target/universal/stage/bin/neo4j | tee neo4j.log
janusgraph/target/universal/stage/bin/janusgraph | tee janusgraph.log
orientdb/target/universal/stage/bin/orientdb | tee orientdb.log
OverflowDB|TinkerGraph|JanusGraph| Neo4j |OrientDb
1) 46 47 83 87 94
2) 46 46 80 83 83
3) 1485 1861 13644 3468 20178
4) 6.5 7 22 8 29
5) 198 195 213 91 89
6) 60 64 584 188 563
7) 169 180 686 310 711
Traversals:
- g.V.outE.inV.outE.inV.outE.inV
- g.V.out.out.out
- g.V.out.out.out.path
- g.V.repeat(out()).times(2)
- g.V.repeat(out()).times(3)
- g.V.local(out().out().values("name").fold)
- g.V.out.local(out.out.values("name").fold)