Skip to content
Dan LaRocque edited this page Aug 14, 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.5.0</version>
</dependency>
<!-- core, all, cassandra, hbase, berkeleyje, es, lucene, hadoop -->

Version Numbers

Titan Version Status Comments
0.5.X Active Broader feature set than any previous release. 0.5.z is also the first release that intends to maintain disk-format compatibility/upgradeability with future releases.
0.4.X Maintenance 0.4.z is stable and supported.
0.3.X Maintenance 0.3.z is currently supported, but for new installations, either 0.4.X or 0.5.X is recommended.
0.2.X and earlier Unsupported These are deprecated and unsupported.

Note: Titan uses the Semantic Versioning (semver.org) version numbering convention. There is no stability difference between even and odd numbered versions.

Titan 0.4.X Manual


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

JavaDoc: 0.4.40.4.30.4.20.4.10.4.00.3.20.3.10.3.00.2.10.2.00.1.0
WikiDoc: 0.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