Skip to content

Michaelyz/tachyon

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tachyon

http://www.tachyonproject.org/

The master branch is in 0.2.2-SNAPSHOT.

Release 0.2.1 is tagged with v0.2.1.

Release 0.2.0 is tagged with v0.2.0.

Release 0.1.0 is tagged with v0.1.0.

Online Documentation

You can find the latest Tachyon documentation, including a programming guide at https://github.com/amplab/tachyon/wiki. You are also welcome to visit https://groups.google.com/forum/?fromgroups#!forum/tachyon-users

Dependency Information

Apache Maven

<dependency>
  <groupId>org.tachyonproject</groupId>
  <artifactId>tachyon</artifactId>
  <version>0.2.1</version>
</dependency>

Apache Ant

<dependency org="org.tachyonproject" name="tachyon" rev="0.2.1">
  <artifact name="tachyon" type="jar" />
</dependency>

SBT

libraryDependencies += "org.tachyonproject" %% "tachyon" % "0.2.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.