Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit3f21b2d

Browse files
authored
Update README.md
### What changes are proposed in this pull request?Update the readme### Why are the changes needed?Some content of Readme is out of date### Does this PR introduce any user facing changes?nopr-link:#18724change-id: cid-21168b2cb8b0d426f5f0d4b5c80f879345dad023
1 parente1f4443 commit3f21b2d

File tree

1 file changed

+26
-31
lines changed

1 file changed

+26
-31
lines changed

‎README.md‎

Lines changed: 26 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -8,41 +8,43 @@
88
[![Twitter Follow](https://img.shields.io/twitter/follow/alluxio.svg?label=Follow&style=social)](https://twitter.com/intent/follow?screen_name=alluxio)
99
[![License](https://img.shields.io/github/license/alluxio/alluxio.svg)](https://github.com/Alluxio/alluxio/blob/master/LICENSE)
1010

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.
1718

1819
The Alluxio project originated from a research project called Tachyon at AMPLab, UC Berkeley,
1920
which was the data layer of the Berkeley Data Analytics Stack ([BDAS](https://amplab.cs.berkeley.edu/bdas/)).
2021
For more details, please refer to Haoyuan Li's PhD dissertation
2122
[Alluxio: A Virtual Distributed File System](https://www2.eecs.berkeley.edu/Pubs/TechRpts/2018/EECS-2018-29.html).
2223

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.
2432

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).
2835

29-
##Who Owns and Manages Alluxio Project
36+
##Who Owns and Manages AlluxioOpen SourceProject
3037

3138
Alluxio Open Source Foundation is the owner of Alluxio project.
3239
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)).
3541

3642
##Community and Events
37-
Please use the following to reach members of the community:
3843

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-/).
4648

4749
##Download Alluxio
4850

@@ -128,17 +130,10 @@ For a more detailed step-by-step guide, please read
128130
[how to contribute to Alluxio](https://docs.alluxio.io/os/user/stable/en/contributor/Contributor-Getting-Started.html).
129131
For new contributor, please take two[new contributor tasks](https://github.com/Alluxio/new-contributor-tasks).
130132

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.
138133

139134
##Useful Links
140135

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)
141139
-[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/)

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp