Skip to content

r7raul1984/tachyon

 
 

Repository files navigation

Tachyon

The master branch is in version 0.9.0-SNAPSHOT:

Building applications with Tachyon

Dependency Information

Apache Maven

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

Gradle

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

Apache Ant

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

SBT

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

Contributing to Tachyon

Contributions via GitHub pull requests are gladly accepted from their original author. Along with any pull requests, please state that the contribution is your original work and that you license the work to the project under the project's open source license. Whether or not you state this explicitly, by submitting any copyrighted material via pull request, email, or other means you agree to license the material under the project's open source license and warrant that you have the legal authority to do so.

About

Memory Centric Reliable Distributed Storage

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 96.0%
  • Shell 2.4%
  • Thrift 0.6%
  • Ruby 0.5%
  • Python 0.3%
  • Protocol Buffer 0.2%