Skip to content

Instantly share code, notes, and snippets.

@jaceklaskowski
Created December 11, 2014 09:48
Show Gist options
  • Save jaceklaskowski/11ffdcfe9201a4b674cc to your computer and use it in GitHub Desktop.
Save jaceklaskowski/11ffdcfe9201a4b674cc to your computer and use it in GitHub Desktop.
About Titan graph database (and Gremlin, TinkerPop3 with Scala)

From http://www.tinkerpop.com/docs/3.0.0.M1/:

TinkerPop2 and below made a sharp distinction between the various TinkerPop projects: Blueprints, Pipes, Gremlin, Frames, Furnace, and Rexster. With TinkerPop3, all of these projects have been merged and are generally known as Gremlin. Blueprints → Gremlin Structure API : Pipes → GraphTraversal : Frames → Traversal : Furnace → GraphComputer and VertexProgram : Rexster → GremlinServer.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment