Titan is a distributed graph database optimized for processing massive-scale graphs represented over a machine cluster. Titan separates the concerns of graph processing and manipulation from storing the graph on disk, delegating that concern to an extensible set of persistence solutions.
- Support for various distributed storage layers
- Natively implements the Blueprints graph API
- Open source with the liberal Apache 2 license
Comprehensive documentation and examples are on the Titan wiki.