https://github.com/thinkaurelius/titan
Raw File
Tip revision: 8fe9a1c640d24c82cd5da01aae30884b59c2459b authored by Dan LaRocque on 10 June 2015, 16:44:21 UTC
Update changelog and upgrades for 0.9.0-M2
Tip revision: 8fe9a1c
README.textile
!http://thinkaurelius.github.io/titan/images/titan-logo.png!

Titan is a highly scalable "graph database":http://en.wikipedia.org/wiki/Graph_database optimized for storing and querying large graphs with billions of vertices and edges distributed across a multi-machine cluster. Titan is a transactional database that can support "thousands of concurrent users":http://thinkaurelius.com/2012/08/06/titan-provides-real-time-big-graph-data/.

h2. Features

* Elastic and linear scalability for a growing data and user base.
* Data distribution and replication for performance and fault tolerance.
* Multi-datacenter high availability and hot backups.
* Support for "ACID":http://en.wikipedia.org/wiki/ACID and "eventual consistency":http://en.wikipedia.org/wiki/Eventual_consistency.
* Support for various "storage backends":https://github.com/thinkaurelius/titan/wiki/Storage-Backend-Overview:
** "Apache Cassandra":http://cassandra.apache.org/ (distributed)
** "Apache HBase":http://hbase.apache.org/ (distributed)
** "MapR Tables":http://www.mapr.com/products/mapr-editions/m7-edition (distributed)
** "Oracle BerkeleyDB Java Edition":http://www.oracle.com/technetwork/database/berkeleydb/overview/index-093405.html (local)
* Support for various "indexing backends":https://github.com/thinkaurelius/titan/wiki/Indexing-Backend-Overview:
** "ElasticSearch":http://www.elasticsearch.org/
** "Solr":http://lucene.apache.org/solr/
** "Apache Lucene":http://lucene.apache.org/
* Native integration with the "TinkerPop":http://tinkerpop.incubator.apache.org/ graph stack
* Open source with the liberal "Apache 2 license":http://www.apache.org/licenses/LICENSE-2.0.html.

h2. Getting Started

Read the comprehensive "Titan documentation":https://github.com/thinkaurelius/titan/wiki and join the "mailing list":https://groups.google.com/forum/#!forum/aureliusgraphs.
back to top