Skip to content

sandihouse/tachyon

 
 

Repository files navigation

Tachyon

The master branch is in version 0.8.0-SNAPSHOT:

Building applications with Tachyon

Dependency Information

Apache Maven

<dependency>
  <groupId>org.tachyonproject</groupId>
  <artifactId>tachyon-client</artifactId>
  <version>0.7.0</version>
</dependency>

Gradle

compile 'org.tachyonproject:tachyon-client:0.7.0'

Apache Ant

<dependency org="org.tachyonproject" name="tachyon" rev="0.7.0">
  <artifact name="tachyon-client" type="jar" />
</dependency>

SBT

libraryDependencies += "org.tachyonproject" % "tachyon-client" % "0.7.0"

About

A Reliable Memory Centric Distributed Storage System

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 95.1%
  • Shell 3.4%
  • Ruby 0.6%
  • Thrift 0.5%
  • Python 0.3%
  • JavaScript 0.1%