mikolak-net / gremlin-scala-examples

Examples for different graph dbs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

logo Build Status Join the chat at https://gitter.im/mpollmeier/gremlin-scala

Gremlin-Scala examples

A collection of example projects and recipies for Gremlin-Scala that you can use as templates for your own tinkering.

Tinkergraph

OrientDB

Neo4j

Titan

Usage

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

About

Examples for different graph dbs

License:Apache License 2.0


Languages

Language:Scala 85.3%Language:Groovy 14.7%