This is an automated email from the ASF dual-hosted git repository.
menghaoran pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/shardingsphere.git
The following commit(s) were added to refs/heads/master by this push:
new d74b87a3398 Create advantages.en.md (#19555)
d74b87a3398 is described below
commit d74b87a33986fa03fa5711e1c4aa8cce33442800
Author: Mike0601 <[email protected]>
AuthorDate: Tue Jul 26 14:24:18 2022 +0800
Create advantages.en.md (#19555)
---
docs/document/content/overview/advantages.en.md | 18 ++++++++++++++++++
1 file changed, 18 insertions(+)
diff --git a/docs/document/content/overview/advantages.en.md
b/docs/document/content/overview/advantages.en.md
new file mode 100644
index 00000000000..db927dc095b
--- /dev/null
+++ b/docs/document/content/overview/advantages.en.md
@@ -0,0 +1,18 @@
++++
+pre = "<b>1.4 </b>"
+title = "Advantages"
+weight = 1
+chapter = true
++++
+
+- Build a standard layer & ecosystem above heterogeneous databases.
+
+Apache ShardingSphere is positioned as Database Plus and aims at building a
standard layer and ecosystem above heterogeneous databases. The project focuses
on how to maximize the original database computing and storage capabilities -
rather than creating a new database. Placed above databases, ShardingSphere
enhances database inter-compatibility and collaboration.
+
+- Provide relational databases with expansions and enhancements.
+
+Apache ShardingSphere is designed to fully unlock relational databases compute
and storage capabilities in distributed scenarios, instead of creating an
entirely new relational database. Relational databases still have a
considerable market share today and are the cornerstone of the core system of
enterprises. It is for such reasons that we believe that we should focus on
enhancing it rather than overturning it.
+
+- Support multistate access.
+
+Apache ShardingSphere is an ecosystem composed of multiple access ports. By
combining ShardingSphere-JDBC and ShardingSphere-Proxy, and using the same
registry to configure sharding strategies, it can flexibly build application
systems for various scenarios, enabling architects to adjust the system
architecture for current businesses freely.