TinkerPop Graph Stack - andrew-nguyen/titan GitHub Wiki
Titan natively implements the Blueprints Interface which means that it supports all of the open-source technologies in the TinkerPop graph stack:
- Blueprints – The property graph model interface implemented by Titan which provides various utilities to aid developers.
- Gremlin – A graph traversal language for expressing complex walks through a graph.
- Frames – An object-to-graph mapper for rendering Java objects from graph data.
- Rexster – 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.