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: app/page.tsx
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -10,19 +10,19 @@ import type { Metadata } from "next";
10
10
11
11
exportconstmetadata: Metadata={
12
12
title: 'RustFS - High-Performance Distributed Storage System Built with Rust',
13
-
description: 'RustFS is a high-performance, unlimited scaling, secure and reliable distributed storage system built with Rust, S3 protocol compatible, supporting multi-cloud storage.',
13
+
description: 'RustFS is a high-performance, Limitless Scalability, secure and reliable distributed storage system built with Rust, S3 protocol compatible, supporting multi-cloud storage.',
14
14
keywords: 'RustFS, distributed storage, cloud storage, S3 compatible, high performance, open source, MinIO alternative',
15
15
authors: [{name: 'RustFS Team'}],
16
16
openGraph: {
17
17
title: 'RustFS - High-Performance Distributed Storage System Built with Rust',
18
-
description: 'RustFS is a high-performance, unlimited scaling, secure and reliable distributed storage system built with Rust, S3 protocol compatible, supporting multi-cloud storage.',
18
+
description: 'RustFS is a high-performance, Limitless Scalability, secure and reliable distributed storage system built with Rust, S3 protocol compatible, supporting multi-cloud storage.',
19
19
type: "website",
20
20
locale: 'en_US',
21
21
},
22
22
twitter: {
23
23
card: "summary_large_image",
24
24
title: 'RustFS - High-Performance Distributed Storage System Built with Rust',
25
-
description: 'RustFS is a high-performance, unlimited scaling, secure and reliable distributed storage system built with Rust, S3 protocol compatible, supporting multi-cloud storage.',
25
+
description: 'RustFS is a high-performance, Limitless Scalability, secure and reliable distributed storage system built with Rust, S3 protocol compatible, supporting multi-cloud storage.',
{'RustFS is developed with the popular and secure Rust language, compatible with S3 protocol. Suitable for AI/ML and massive data storage, big data, internet, industrial and confidential storage scenarios. Nearly free to use. Follows Apache 2 license, supports domestic confidential equipment and systems.'}
65
+
{'RustFS is developed with the popular and secure Rust language, compatible with S3 protocol. Suitable for AI/ML and massive data storage, big data, internet, industrial and confidential storage scenarios. Significantly reduces TCO. Follows Apache 2 license, Compatible with diverse hardware ecosystems.'}
{'Trusted opensource software, compatible with over 1500+ software protocols'}
73
+
{'Trusted by the open-source community / Enterprise-grade open source solution, compatible with over Compatible with 1,500+ applications and integrations'}
Copy file name to clipboardExpand all lines: data/features.tsx
+9-9Lines changed: 9 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ const features = [
6
6
"description": "RustFS leverages distributed architecture and object storage capabilities to provide excellent performance for AI and advanced analytics workloads, supporting data scaling from TB to EB levels.",
7
7
"icon": EarthIcon,
8
8
"url": "#",
9
-
"featureDescription": "Cross-cloud support can effectively prevent single cloud failures and major losses. You can use RustFS as a communication tool across clouds. We support bucket-level granular execution, which is used in the following scenarios:",
9
+
"featureDescription": "Cross-cloud redundancy mitigates single-provider failures and ensures business continuity.. You can use RustFS as a communication tool across clouds. We support bucket-level granular execution, which is used in the following scenarios:",
10
10
"features": [
11
11
"Active-active cross-region/availability zone replication",
12
12
"Legal hold, governance and compliance",
@@ -16,7 +16,7 @@ const features = [
16
16
"name": "Adrian Miller",
17
17
"position": "CTO",
18
18
"img": "/images/faces/adrian-miller.jpeg",
19
-
"review": "RustFS's cross-cloud support can effectively prevent single cloud failures and major losses"
19
+
"review": "RustFS's Cross-cloud redundancy mitigates single-provider failures and ensures business continuity."
20
20
}
21
21
},
22
22
{
@@ -56,15 +56,15 @@ const features = [
56
56
}
57
57
},
58
58
{
59
-
"title": "Unlimited Scaling",
60
-
"description": "RustFS system automatically balances node loads, ensures even data distribution, supports dynamic addition or removal of resources based on storage needs, achieving unlimited scaling.",
59
+
"title": "Limitless Scalability",
60
+
"description": "RustFS system automatically balances node loads, ensures even data distribution, supports dynamic addition or removal of resources based on storage needs, achieving Limitless Scalability.",
61
61
"icon": ExpandIcon,
62
62
"url": "#",
63
-
"featureDescription": "RustFS supports unlimited scaling and massive data storage, easily handling large-scale data storage requirements. RustFS storage capacity can expand infinitely as data volume grows, without being limited by storage capacity constraints.",
63
+
"featureDescription": "RustFS supports Limitless Scalability and massive data storage, easily handling large-scale data storage requirements. RustFS storage capacity can expand infinitely as data volume grows, without being limited by storage capacity constraints.",
64
64
"features": [
65
65
"Distributed architecture - data is distributed across multiple nodes",
66
-
"Data sharding - large objects may be split into multiple small chunks",
67
-
"No central metadata server - avoids centralized metadata server failures and service interruptions"
66
+
"Data Sharding - Large objects are distributed as granular fragments/shards.",
67
+
"Zero-Master Architecture - avoids centralized metadata server failures and service interruptions"
68
68
],
69
69
"review": {
70
70
"name": "Noah Carter",
@@ -74,13 +74,13 @@ const features = [
74
74
}
75
75
},
76
76
{
77
-
"title": "Object Read-Only",
77
+
"title": "WORM Compliance",
78
78
"description": "Supports object locking mode, implementing WORM (Write Once, Read Many) functionality, preventing data from being modified or deleted within specified time ranges, ensuring data integrity.",
79
79
"icon": LockKeyholeIcon,
80
80
"url": "#",
81
81
"featureDescription": "WORM (Write Once, Read Many) in object storage is a data storage characteristic that ensures once data is written and solidified, it cannot be modified or deleted. The benefits of WORM include the following features:",
82
82
"features": [
83
-
"Data protection - prevents data from being accidentally or intentionally modified",
83
+
"Data protection - Prevents accidental or malicious modification.",
84
84
"Compliance - certain industries need to comply with specific regulations",
85
85
"Audit and evidence retention - this is very important for legal proceedings and investigations"
Copy file name to clipboardExpand all lines: data/reviews.json
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
{
3
3
"name": "Ethan Brooks",
4
4
"position": "Technical Director",
5
-
"body": "RustFS file system is really amazing! It performs excellently, processes data super fast, and greatly improves my work efficiency. Its security also gives me peace of mind, no need to worry about data leaks. The features are comprehensive and can meet all my different needs, really great!",
5
+
"body": "RustFS is a game-changer... It performs excellently, processes data at blazing speeds, and greatly improves my work efficiency. Its security also provides reliable security., no need to worry about data leaks. The features are comprehensive and can meet all my different needs, really great!",
6
6
"img": "/images/faces/ethan-brooks.jpeg"
7
7
},
8
8
{
@@ -20,7 +20,7 @@
20
20
{
21
21
"name": "Sophia Hayes",
22
22
"position": "Frontend Developer",
23
-
"body": "RustFS has left a deep impression on me. Its performance is good, able to quickly respond to various operations. Security is also well done, data storage is very secure. And the features are comprehensive, meeting both work and entertainment needs, thumbs up!",
23
+
"body": "RustFS has left a deep impression on me. Its performance is good, able to quickly respond to various operations. Security is also well done, data storage is very secure. And the features are comprehensive, meeting both work and entertainment needs, meets both our development and production needs.",
24
24
"img": "/images/faces/sophia-hayes.jpeg"
25
25
},
26
26
{
@@ -44,13 +44,13 @@
44
44
{
45
45
"name": "Benjamin Reed",
46
46
"position": "Data Analyst",
47
-
"body": "RustFS file system is better than imagined. Excellent performance, efficient and fast task processing. Security is guaranteed, giving me confidence to use. Comprehensive features bring great convenience to both my life and work, love it!",
47
+
"body": "RustFS file system is Exceeded our expectations.. Excellent performance, efficient and fast task processing. Security is guaranteed, giving me confidence to use. Comprehensive features bring great convenience to both my life and work, love it!",
48
48
"img": "/images/faces/benjamin-reed.jpeg"
49
49
},
50
50
{
51
51
"name": "Natalie Parker",
52
52
"position": "UI Designer",
53
-
"body": "Have to praise RustFS, good performance, high security, and such comprehensive features. During use, I really felt its power and convenience, it's a rare good file system.",
53
+
"body": "Have to praise RustFS, good performance, high security, and such comprehensive features. During use, I really felt its power and convenience, It's a standout solution in the market..",
54
54
"img": "/images/faces/natalie-parker.jpeg"
55
55
},
56
56
{
@@ -104,7 +104,7 @@
104
104
{
105
105
"name": "Victoria Blake",
106
106
"position": "Finance Manager",
107
-
"body": "After using RustFS, I discovered its goodness. Powerful performance and super fast running speed. Reliable security with data guarantee. Comprehensive features meeting my diverse needs, really a good file system.",
107
+
"body": "After using RustFS, I realized its true value. Powerful performance and super fast running speed. Reliable security with data guarantee. Comprehensive features meeting my diverse needs, really a good file system.",
0 commit comments