You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/about/index.md
+7-6Lines changed: 7 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,14 +1,14 @@
1
1
# About Us
2
2
3
-
**RustFS is committed to becoming a world-leading company in data security and cost reduction.**
3
+
**RustFS is dedicated to leading the industry in data security and cost-efficiency.**
4
4
5
-
RustFS is a world-renowned open-source infrastructure solution for distributed object storage. It is a project jointly initiated and composed of talented storage architects and open-source enthusiasts from across the globe. Our core values are: Integrity, Focus, and Simplicity.
5
+
RustFS is a cutting-edge open-source infrastructure solution for distributed object storage. It is a project driven by a global community of talented storage architects and open-source enthusiasts. Our core values are: Integrity, Focus, and Simplicity.
6
6
7
-
Our vision is to provide multilingual, secure, and cost-effective distributed object storage products to the world.
7
+
Our vision is to provide secure, multilingual, and cost-effective distributed object storage solutions to the world.
8
8
9
-
RustFS continuously ensures data security and reduces data storage costs across all aspects including artificial intelligence, big data, video, cloud computing, encrypted storage, industrial production, cloud-native, and data backup.
9
+
RustFS continuously ensures data security and reduces storage costs across diverse sectors, including artificial intelligence, big data, media streaming, cloud computing, encrypted storage, industrial IoT, cloud-native applications, and data backup.
10
10
11
-
Helping humanity achieve global storage solutions, we are on the way...
11
+
We are committed to building the future of global storage infrastructure.
12
12
13
13
## Our Vision and Values
14
14
@@ -34,8 +34,9 @@ Integrity, Focus, Simplicity
34
34
35
35
> According to Fortune Business Insights, the global data storage market is expected to grow from $218.33 billion in 2024 to $774 billion in 2032, with a compound annual growth rate of 17.1% during this period.
36
36
37
-
### Invest in RustFS
37
+
### Investor Relations
38
38
39
+
For investment opportunities or strategic partnerships, please contact us.
Copy file name to clipboardExpand all lines: docs/concepts/architecture.md
+6-8Lines changed: 6 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,9 +21,9 @@ In both distributed and single-machine modes, all read and write operations stri
21
21
22
22
## Several Important Concepts in RustFS
23
23
24
-
**Object**: The basic object stored in RustFS, such as files, byte streams, anything...
24
+
**Object**: The fundamental unit of storage in RustFS, representing files, byte streams, or any unstructured data.
25
25
26
-
**Bucket**: A logical space used to store Objects. Data between each Bucket is isolated from each other. For clients, it's equivalent to a top-level folder for storing files.
26
+
**Bucket**: A logical container for storing Objects. Data is isolated between Buckets. For clients, it functions similarly to a top-level directory.
27
27
28
28
**Drive**: The disk that stores data, passed as a parameter when RustFS starts. All object data in RustFS will be stored in Drives.
29
29
@@ -39,12 +39,10 @@ Therefore, before designing the architecture and deploying devices, note that:
39
39
40
40
4. Drives in one Set should be distributed across different nodes as much as possible;
41
41
42
-
## Special Thanks
42
+
## Architectural Design
43
43
44
-
Traditional distributed storage architectures must have: Master nodes, MetaData nodes, and Data Node nodes. This design pattern makes user deployment very complex. At the same time, without rich distributed storage management experience, once metadata is lost, there is a risk of data loss.
44
+
Traditional distributed storage architectures often rely on distinct Master nodes, Metadata nodes, and Data nodes. This complexity can make deployment challenging and introduces single points of failure—if metadata is lost, data integrity is at risk.
45
45
46
-
All nodes are peer-level nodes, greatly simplifying the architecture design and eliminating concerns about metadata loss. A single command can start the system.
46
+
RustFS adopts a decentralized, peer-to-peer architecture where all nodes are equal. This design greatly simplifies deployment and eliminates metadata bottlenecks. A single command is sufficient to start the system.
47
47
48
-
Without losing elegance, simplicity, and reliability, RustFS adopts the same architectural design as MinIO.
49
-
50
-
Thanks to MinIO's architectural philosophy, which greatly facilitates global users and promotes the S3 protocol.
48
+
RustFS draws inspiration from the elegant and scalable architecture of MinIO, adopting a similar design philosophy that prioritizes simplicity and reliability without compromising on features. We acknowledge MinIO's contribution to promoting the S3 protocol and setting a high standard for object storage architecture.
| License Friendliness | Medium |Poor | Excellent |
18
-
| Performance |Performance depends on hardware and configuration | High performance, low latency, suitable for high-speed read/write and large-scale object access | High performance, low latency, suitable for high-speed read/write and large-scale object access|
19
-
| File Protocol |Supports S3, RBD, CephFS and other protocols| S3 | S3 |
17
+
| License Friendliness | Medium |Restrictive (AGPL) | Excellent (Permissive)|
18
+
| Performance |Hardware dependent | High performance, low latency| High performance, low latency |
| Architecture Characteristics | Dedicated metadata server or center for unified metadata management | Metadata distributed across storage nodes, no dedicated metadata server |
43
43
| Metadata Management | Efficient centralized management, fast query and update | Distributed metadata storage, avoiding single-point bottlenecks |
@@ -49,6 +49,6 @@ Comparison of advantages and disadvantages with/without metadata center:
49
49
50
50
## About Storage Speed
51
51
52
-
RustFS and MinIO adopt the same design, with overall speed depending on the network and hard disk speed of storage nodes. After evaluation, RustFS can achieve 323 GB/s read speed and 183 GB/s write speed.
52
+
RustFS and MinIO share similar design principles, with overall speed largely dependent on network bandwidth and disk I/O. Benchmarks indicate that RustFS can achieve read speeds of up to 323 GB/s and write speeds of 183 GB/s.
53
53
54
-
It can be said that RustFS and MinIO are the only two distributed object storage products in the world with leading speed. Under the same configuration, their speed far exceeds that of Ceph.
54
+
RustFS and MinIO stand out as leaders in high-performance distributed object storage. Under comparable configurations, their throughput significantly exceeds that of traditional architectures like Ceph.
0 commit comments