Skip to content

dantodor/gremlin-scala-examples

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

68 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

logo

Gremlin-Scala examples

A collection of example projects and recipies for Gremlin-Scala that you can use as templates for your own tinkering. I am always looking for more examples - keep the PRs coming ;)

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 orientdb
sbt test

cd neo4j
sbt test

cd titan
sbt test

About

Examples for different graph dbs

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Scala 83.1%
  • Groovy 16.9%