Skip to content

haha1903/tachyon

This branch is 31490 commits behind Alluxio/alluxio:main.

Folders and files

NameName
Last commit message
Last commit date
Aug 21, 2014
Oct 20, 2014
Sep 26, 2014
Aug 13, 2014
Oct 21, 2014
Aug 10, 2014
Oct 20, 2014
Aug 21, 2014
Jul 28, 2014
Nov 10, 2013
Sep 30, 2014
Oct 19, 2014

Repository files navigation

Tachyon

The master branch is in version 0.6.0-SNAPSHOT:

Building applications with Tachyon

Dependency Information

Apache Maven

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

Gradle

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

Apache Ant

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

SBT

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

About

A Reliable Memory Centric Distributed Storage System

Resources

License

Stars

Watchers

Forks

Packages

No packages published