Alluxio (formerly known as Tachyon)
is a virtual distributed storage system. It bridges the gap between
computation frameworks and storage systems, enabling computation applications to connect to
numerous storage systems through a common interface. Read more about
Alluxio Overview.
The Alluxio project originated from a research project called Tachyon at AMPLab, UC Berkeley,
which was the data layer of the Berkeley Data Analytics Stack (BDAS).
For more details, please refer to Haoyuan Li’s PhD dissertation
Alluxio: A Virtual Distributed File System.
Who Uses Alluxio
Alluxio is used in production to manage Petabytes of data in many leading companies, with
the largest deployment exceeding 3,000 nodes. You can find more use cases at
Powered by Alluxio or visit our first community conference (Data Orchestration Summit) to learn from other community members!
Who Owns and Manages Alluxio Project
Alluxio Open Source Foundation is the owner of Alluxio project.
Project operation is done by Alluxio Project Management Committee (PMC).
You can checkout more details in its structure and how to join Alluxio PMC
here.
Community and Events
Please use the following to reach members of the community:
Alluxio Community Slack Channel: post your questions here if you seek for help for general questions or issues using Alluxio.
To report bugs, suggest improvements, or create new feature requests, please open a Github Issue.
If you are not sure whether you run into bugs or simply have general questions with respect to Alluxio, post your questions on Alluxio Slack channel.
Depend on Alluxio
Alluxio project provides several different client artifacts for external projects to depend on Alluxio client:
Artifact alluxio-shaded-client is recommended generally for a project to use Alluxio client.
The jar of this artifact is self-contained (including all dependencies in a shaded form to prevent dependency conflicts),
and thus larger than the following two artifacts.
Artifact alluxio-core-client-fs provides
Alluxio Java file system API)
to access all Alluxio-specific functionalities.
This artifact is included in alluxio-shaded-client.
Artifact alluxio-core-client-hdfs provides
HDFS-Compatible file system API.
This artifact is included in alluxio-shaded-client.
Here are examples to declare the dependecies on alluxio-shaded-client using Maven:
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.
For a more detailed step-by-step guide, please read
how to contribute to Alluxio.
For new contributor, please take two new contributor tasks.
For advanced feature requests and contributions,
Alluxio core team is hosting regular online meetings with community users and developers to iterate the project in two special interest groups:
Alluxio and AI workloads: e.g., running Tensorflow, Pytorch on Alluxio through the POSIX API. Checkout the meeting notes
Alluxio and Presto workloads: e.g., running Presto on Alluxio. Checkout the meeting notes
What is Alluxio
Alluxio (formerly known as Tachyon) is a virtual distributed storage system. It bridges the gap between computation frameworks and storage systems, enabling computation applications to connect to numerous storage systems through a common interface. Read more about Alluxio Overview.
The Alluxio project originated from a research project called Tachyon at AMPLab, UC Berkeley, which was the data layer of the Berkeley Data Analytics Stack (BDAS). For more details, please refer to Haoyuan Li’s PhD dissertation Alluxio: A Virtual Distributed File System.
Who Uses Alluxio
Alluxio is used in production to manage Petabytes of data in many leading companies, with the largest deployment exceeding 3,000 nodes. You can find more use cases at Powered by Alluxio or visit our first community conference (Data Orchestration Summit) to learn from other community members!
Who Owns and Manages Alluxio Project
Alluxio Open Source Foundation is the owner of Alluxio project. Project operation is done by Alluxio Project Management Committee (PMC). You can checkout more details in its structure and how to join Alluxio PMC here.
Community and Events
Please use the following to reach members of the community:
Download Alluxio
Binary download
Prebuilt binaries are available to download at https://www.alluxio.io/download .
Docker
Download and start an Alluxio master and a worker. More details can be found in documentation.
MacOS Homebrew
Quick Start
Please follow the Guide to Get Started to run a simple example with Alluxio.
Report a Bug
To report bugs, suggest improvements, or create new feature requests, please open a Github Issue. If you are not sure whether you run into bugs or simply have general questions with respect to Alluxio, post your questions on Alluxio Slack channel.
Depend on Alluxio
Alluxio project provides several different client artifacts for external projects to depend on Alluxio client:
alluxio-shaded-clientis recommended generally for a project to use Alluxio client. The jar of this artifact is self-contained (including all dependencies in a shaded form to prevent dependency conflicts), and thus larger than the following two artifacts.alluxio-core-client-fsprovides Alluxio Java file system API) to access all Alluxio-specific functionalities. This artifact is included inalluxio-shaded-client.alluxio-core-client-hdfsprovides HDFS-Compatible file system API. This artifact is included inalluxio-shaded-client.Here are examples to declare the dependecies on
alluxio-shaded-clientusing Maven:Contributing
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. For a more detailed step-by-step guide, please read how to contribute to Alluxio. For new contributor, please take two new contributor tasks.
For advanced feature requests and contributions, Alluxio core team is hosting regular online meetings with community users and developers to iterate the project in two special interest groups:
Subscribe our public calendar to join us.
Useful Links