|
8 | 8 | [](https://twitter.com/intent/follow?screen_name=alluxio) |
9 | 9 | [](https://github.com/Alluxio/alluxio/blob/master/LICENSE) |
10 | 10 |
|
11 | | -##What is Alluxio |
12 | | -[Alluxio](https://www.alluxio.io) (formerly known as Tachyon) |
13 | | -is a virtual distributed storage system. It bridges the gap between |
14 | | -computation frameworks and storage systems, enabling computation applications to connect to |
15 | | -numerous storage systems through a common interface. Read more about |
16 | | -[Alluxio Overview](https://docs.alluxio.io/os/user/stable/en/Overview.html). |
| 11 | +##What is Alluxio Open Source |
| 12 | + |
| 13 | +Alluxio Open Source (formerly known as Tachyon) is a Distributed Caching Platform for large-scale data. |
| 14 | +It bridges the gap between computation frameworks and storage systems, enabling computation applications to connect to numerous storage systems through a common interface. |
| 15 | + |
| 16 | +This GitHub repository is the open-source edition of Alluxio, which is purpose-built for analytics workloads. |
| 17 | +It provides caching and acceleration for structured data analytics and is widely adopted with data-intensive computation engines such as Presto, Spark, and Trino. |
17 | 18 |
|
18 | 19 | The Alluxio project originated from a research project called Tachyon at AMPLab, UC Berkeley, |
19 | 20 | which was the data layer of the Berkeley Data Analytics Stack ([BDAS](https://amplab.cs.berkeley.edu/bdas/)). |
20 | 21 | For more details, please refer to Haoyuan Li's PhD dissertation |
21 | 22 | [Alluxio: A Virtual Distributed File System](https://www2.eecs.berkeley.edu/Pubs/TechRpts/2018/EECS-2018-29.html). |
22 | 23 |
|
23 | | -##Who Uses Alluxio |
| 24 | +##Alluxio Open Source versus Enterprise Editions |
| 25 | + |
| 26 | +The open-source edition of Alluxio is purpose-built for analytics workloads. |
| 27 | +It accelerates structured data analytics and scales to manage up to 100 million files. |
| 28 | +This Alluxio Open Source Edition is available for free without support and is recommended for testing, development, and small-scale production environments. |
| 29 | + |
| 30 | +For AI and machine learning workloads, including model training, distribution and inference at scale, Alluxio Enterprise Edition provides a fundamentally different architecture with a decentralized metadata service. |
| 31 | +As a result, it scales horizontally to support tens of billions of files and delivers higher performance along with FUSE-based POSIX integration for compatibility with popular AI frameworks, including PyTorch, TensorFlow, and Ray. |
24 | 32 |
|
25 | | -Alluxio is used in production to manage Petabytes of data in many leading companies, with |
26 | | -the largest deployment exceeding 3,000 nodes. You can find more use cases at |
27 | | -[Powered by Alluxio](https://www.alluxio.io/powered-by-alluxio) or visit our first community conference ([Data Orchestration Summit](https://www.alluxio.io/data-orchestration-summit-2019/)) to learn from other community members! |
| 33 | +To learn more about Alluxio Enterprise Edition, visit:[https://www.alluxio.io/enterprise-ai](https://www.alluxio.io/enterprise-ai). |
| 34 | +For more details about the differences between editions, visit[https://www.alluxio.io/editions](https://www.alluxio.io/editions). |
28 | 35 |
|
29 | | -##Who Owns and Manages Alluxio Project |
| 36 | +##Who Owns and Manages AlluxioOpen SourceProject |
30 | 37 |
|
31 | 38 | Alluxio Open Source Foundation is the owner of Alluxio project. |
32 | 39 | Project operation is done by Alluxio Project Management Committee (PMC). |
33 | | -You can checkout more details in its structure and how to join Alluxio PMC |
34 | | -[here](https://github.com/Alluxio/alluxio/wiki/Alluxio-Project-Management-Committee-(PMC)). |
| 40 | +You can check out more details on its structure and how to join Alluxio PMC[here](https://github.com/Alluxio/alluxio/wiki/Alluxio-Project-Management-Committee-(PMC)). |
35 | 41 |
|
36 | 42 | ##Community and Events |
37 | | -Please use the following to reach members of the community: |
38 | 43 |
|
39 | | -*[Alluxio Community Slack Channel](https://www.alluxio.io/slack): post your questions here if you seek for help for general questions or issues using Alluxio. |
40 | | -*[Special Interest Groups (SIG) for Alluxio users and developers](#contributing) |
41 | | -* Community Events:[upcoming online office hours, meetups and webinars](https://www.alluxio.io/events) |
42 | | -* Meetup Groups:[Global Online Meetup](https://www.meetup.com/Alluxio-Global-Online-Meetup/),[Bay Area Meetup](http://www.meetup.com/Alluxio), |
43 | | -[New York Meetup](https://www.meetup.com/Alluxio-Open-Source-New-York-Meetup), |
44 | | -[Beijing Alluxio Meetup](https://www.meetup.com/meetup-group-iLMBZGhS/),[Austin Meetup](https://www.meetup.com/Cloud-Data-Orchestration-Austin/) |
45 | | -*[Alluxio Twitter](https://twitter.com/alluxio);[Alluxio Youtube Channel](https://www.youtube.com/channel/UCpibQsajhwqYPLYhke4RigA);[Alluxio Mailing List](https://groups.google.com/forum/?fromgroups#!forum/alluxio-users) |
| 44 | +Please use the following to reach members of the community: |
| 45 | +-[Alluxio Community Slack Channel](https://www.alluxio.io/slack): post your questions here if you seek help for general questions or issues using Alluxio. |
| 46 | +-[Community Events](https://www.alluxio.io/events): upcoming online tech talks, meetups and webinars. |
| 47 | +-[Alluxio Twitter](https://twitter.com/alluxio);[Alluxio Youtube Channel](https://www.youtube.com/channel/UCpibQsajhwqYPLYhke4RigA);[Alluxio Linkedin](https://www.linkedin.com/company/alluxio-inc-/). |
46 | 48 |
|
47 | 49 | ##Download Alluxio |
48 | 50 |
|
@@ -128,17 +130,10 @@ For a more detailed step-by-step guide, please read |
128 | 130 | [how to contribute to Alluxio](https://docs.alluxio.io/os/user/stable/en/contributor/Contributor-Getting-Started.html). |
129 | 131 | For new contributor, please take two[new contributor tasks](https://github.com/Alluxio/new-contributor-tasks). |
130 | 132 |
|
131 | | -For advanced feature requests and contributions, |
132 | | -Alluxio core team is hosting regular online meetings with community users and developers to iterate the project in two special interest groups: |
133 | | - |
134 | | -* Alluxio and AI workloads: e.g., running Tensorflow, Pytorch on Alluxio through the POSIX API. Checkout the[meeting notes](https://docs.google.com/spreadsheets/d/1OlprIiUkGjMuZJ_6cLTJYVJpTGpnTWkFhHzX16tYNDQ/) |
135 | | -* Alluxio and Presto workloads: e.g., running Presto on Alluxio. Checkout the[meeting notes](https://docs.google.com/spreadsheets/d/1V-fxqfG_oj3B1ZWSgbRWVuTHFvjL3pq6uXgAL-xvFQA/) |
136 | | - |
137 | | -Subscribe our[public calendar](https://calendar.google.com/calendar/embed?src=alluxio.com_g9ec8agk27baqu2nu692ft1m3s%40group.calendar.google.com&ctz=America%2FLos_Angeles) to join us. |
138 | 133 |
|
139 | 134 | ##Useful Links |
140 | 135 |
|
| 136 | +-[Documentation](https://documentation.alluxio.io/os-en) |
| 137 | +-[Getting Started](https://documentation.alluxio.io/os-en/overview-1/getting-started) |
| 138 | +-[Contribution Guide](https://documentation.alluxio.io/os-en/contributor/contributor-getting-started) |
141 | 139 | -[Alluxio Website](https://www.alluxio.io/) |
142 | | --[Downloads](https://www.alluxio.io/download) |
143 | | --[Releases and Notes](https://www.alluxio.io/download/releases/) |
144 | | --[Documentation](https://www.alluxio.io/docs/) |