Revision 4d37a3986565e827e6b9362d1c0f0905698787a2 authored by Dan LaRocque on 24 November 2013, 09:55:36 UTC, committed by Dan LaRocque on 24 November 2013, 09:55:36 UTC
1 parent e03aab0
Raw File
TinkerPop-Graph-Stack.textile
[[https://github.com/tinkerpop/rexster/raw/master/doc/images/rexster-system-arch.png|width=350px|height=375px|align=right|float]]

Titan natively implements the [[Blueprints Interface]] which means that it supports all of the open-source technologies in the "TinkerPop graph stack":http://www.tinkerpop.com:

  * "Blueprints":http://blueprints.tinkerpop.com - The property graph model interface implemented by Titan which provides various utilities to aid developers.
  * "Gremlin":http://gremlin.tinkerpop.com - A graph traversal language for expressing complex walks through a graph.
  * "Frames":http://frames.tinkerpop.com - An object-to-graph mapper for rendering Java objects from graph data.
  * "Rexster":http://rexster.tinkerpop.com - A graph server for exposing the graph via REST, a binary protocol, and HTML-based GUI tools.

Being a native implementation means that Titan directly implements the Blueprints interface without an adapter. This makes Titan one of the most efficient Blueprints implementations which benefits the performance of all TinkerPop projects when running on Titan.
back to top