xinglin / tachyon

A Reliable Memory Centric Distributed Storage System

Home Page:http://tachyon-project.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.1</version>
</dependency>

Gradle

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

Apache Ant

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

SBT

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

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

A Reliable Memory Centric Distributed Storage System

http://tachyon-project.org

License:Apache License 2.0


Languages

Language:Java 95.4%Language:Shell 3.2%Language:Ruby 0.6%Language:Python 0.4%Language:Thrift 0.4%Language:JavaScript 0.0%Language:HTML 0.0%