gorillalabs/titan

Titan is a distributed graph database optimized for processing massive-scale graphs represented over a machine cluster. Titan separates the concerns of graph processing and manipulation from storing the graph on disk, delegating that concern to an extensible set of persistence solutions.

  • VCSN/A

  • cljdoc documentationcljdoc
  • 0 Downloads
  • 0 This Version

Leiningen/Boot

[gorillalabs/titan "1.1.0g"]

Clojure CLI/deps.edn

gorillalabs/titan {:mvn/version "1.1.0g"}

Gradle

implementation("gorillalabs:titan:1.1.0g")

Maven

<dependency>
  <groupId>gorillalabs</groupId>
  <artifactId>titan</artifactId>
  <version>1.1.0g</version>
</dependency>