Skip to content
Dan LaRocque edited this page Apr 22, 2014 · 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 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.4.4</version>
</dependency>
<!-- core, all, cassandra, hbase, berkeleyje, es, lucene, persistit -->

Version Numbers

  • Titan 0.1.z is deprecated and will no longer be supported.
  • Titan 0.2.z is still active but will be phased out soon. (stable)
  • Titan 0.3.z is active. (stable)
  • Titan 0.4.z is active. (stable)

Titan Manual


The documentation in this wiki is respective of the current master branch, not the latest release.

JavaDoc: 0.4.4 — ""0.4.3":http://thinkaurelius.github.com/titan/javadoc/0.4.3/ — 0.4.20.4.10.4.00.3.20.3.10.3.00.2.10.2.00.1.0
WikiDoc: 0.4.4 — ""0.4.3":http://thinkaurelius.github.com/titan/wikidoc/0.4.3/ — 0.4.20.4.10.4.00.3.20.3.10.3.00.2.10.2.00.1.0

Clone this wiki locally