Jump to content

JanusGraph

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Gpkp (talk | contribs) at 14:17, 30 September 2018 (Minor fixes + references). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
JanusGraph
Initial releaseApril 20, 2017; 8 years ago (2017-04-20)[1]
Stable release
0.3.0 / July 31, 2018; 6 years ago (2018-07-31)[2]
Repository
Written inJava
TypeGraph database
LicenseApache Software License 2.0
Websitejanusgraph.org

JanusGraph is an open source, distributed graph database under The Linux Foundation.[3][4][5] JanusGraph is available under Apache Software License 2.0.

JanusGraph supports various storage backends (Apache Cassandra, Apache HBase, Google Cloud Bigtable, Oracle BerkeleyDB)[6]. Scalability of JanusGraph depends on the underlying technologies, which is used with JanusGraph. For example, by using Apache Cassandra as a storage backend scaling to multiple datacenters is provided out of the box.

JanusGraph supports global graph data analytics, reporting, and ETL through integration with big data platforms (Apache Spark, Apache Giraph, Apache Hadoop).[7]

JanusGraph supports geo, numeric range, and full-text search via external index storages (ElasticSearch, Apache Solr, Apache Lucene).[8]

JanusGraph has native integration with the Apache TinkerPop[9] graph stack (Gremlin graph query language, Gremlin graph server, Gremlin applications).[7]

History

JanusGraph is the fork of TitanDB graph database.[10].

  • Version 0.1.0 was released on April 20 2017.[1]
  • Version 0.1.1 was released on May 16 2017.[11]
  • Version 0.2.0 was released on October 12 2017.[12]
  • Version 0.2.1 was released on July 10 2018.[13]
  • Version 0.3.0 was released in July 31 2018.[2]

Licensing and contributions

JanusGraph is available under Apache Software License 2.0.

For contributions an individual or an organisation must sign a CLA paper.

References

  1. ^ a b "JanusGraph version 0.1.0". April 20, 2017 – via Github.
  2. ^ a b "JanusGraph version 0.3.0". July 31, 2018 – via Github.
  3. ^ Demian Bellumio. "GraphPath,  A Year Later". medium.com. Medium. {{cite web}}: hair space character in |title= at position 12 (help)
  4. ^ "Visualizing JanusGraph: the new TitanDB fork". cambridge-intelligence.com. Cambridge Intelligence.
  5. ^ "JanusGraph Picks Up Where TitanDB Left Off". datanami.com. Datanami.
  6. ^ "JanusGraph storage backends".
  7. ^ a b "JanusGraph site".
  8. ^ "JanusGraph index storages".
  9. ^ http://tinkerpop.apache.org/
  10. ^ http://titan.thinkaurelius.com/
  11. ^ "JanusGraph version 0.1.1". May 16, 2017 – via Github.
  12. ^ "JanusGraph version 0.2.0". October 12, 2017 – via Github.
  13. ^ "JanusGraph version 0.2.1". July 10, 2018 – via Github.