Skip to content
Dan LaRocque edited this page Feb 14, 2015 · 194 revisions


Titan is a distributed graph database optimized for storing and querying graphs represented over a cluster of machines. The cluster can elastically scale to support a growing dataset and user base. Titan has a pluggable storage architecture which allows it to build on proven database technology such as Apache Cassandra, Apache HBase, or Oracle BerkeleyDB. Furthermore, the pluggable indexing architecture supports ElasticSearch and Lucene. Titan supports global graph analytics, reporting and ETL through integration with Apache Hadoop. Titan is a native Blueprints enabled graph database and as such, it supports the full TinkerPop stack of technologies.


Please use Aurelius’s mailing list for all Titan related questions. For TinkerPop related discussions, use the Gremlin-Users mailing list. For commercial Titan support, please contact the graph experts at Aurelius and follow them on Twitter @aureliusgraphs.

<dependency>
   <groupId>com.thinkaurelius.titan</groupId>
   <artifactId>titan-core</artifactId>
   <version>0.5.4</version>
</dependency>
<!-- core, all, cassandra, hbase, berkeleyje, es, lucene, solr, hadoop -->

Version Numbers

  • Titan 0.1.z is deprecated and will no longer be supported.
  • Titan 0.2.z is deprecated and will no longer be supported.
  • Titan 0.3.z is active. (stable)
  • Titan 0.4.z is active. (stable)
  • Titan 0.5.z is under active development.

The current documentation:

The documentation in this wiki is respective of the current master branch, which reflects the latest 0.4.X development version rather than the latest release. Use the links above for documentation on the most recent release. Old documentation versions are available through the links below:

JavaDoc: 0.5.30.5.20.5.10.5.00.4.40.4.30.4.20.4.10.4.00.3.20.3.10.3.00.2.10.2.00.1.0
Manual: 0.5.30.5.20.5.10.5.00.4.40.4.30.4.20.4.10.4.00.3.20.3.10.3.00.2.10.2.00.1.0

Clone this wiki locally