This is an automated email from the ASF dual-hosted git repository.
zhangliang 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 6231ab34885 Update README.md (#27294)
6231ab34885 is described below
commit 6231ab34885a15a1b35c5c494a760d7c2ff63c4a
Author: Yacine Si Tayeb <[email protected]>
AuthorDate: Fri Jul 21 09:53:47 2023 +0800
Update README.md (#27294)
Updating description
---
README.md | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/README.md b/README.md
index 38ea18fe14d..0ac3f81bf81 100644
--- a/README.md
+++ b/README.md
@@ -1,8 +1,8 @@
-## [Ecosystem to Transform Any Database into a Distributed Database System,
and Enhance it with Sharding, Elastic Scaling, Encryption Features &
More](https://shardingsphere.apache.org/)
+## [Distributed SQL transaction & query engine for data sharding, scaling,
encryption, and more - on any database.](https://shardingsphere.apache.org/)
**Official Website:**
[https://shardingsphere.apache.org/](https://shardingsphere.apache.org/)
-[](https://github.com/apache/shardingsphere/releases)
+[](https://github.com/apache/shardingsphere/releases)
[](https://sonarcloud.io/summary/new_code?id=apache_shardingsphere)
[](https://sonarcloud.io/summary/new_code?id=apache_shardingsphere)
@@ -20,17 +20,17 @@
| **Stargazers Over Time**
| **Contributors Over Time**
|
|:---------------------------------------------------------------------------------------------------------------------:|:------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------:|
-| [](https://starchart.cc/apache/shardingsphere)
| [](https://www.apiseven.com/en/contributor-graph?chart=contributorOverTime&repo=apache/shardingsphere)
|
+| [](https://starchart.cc/apache/shardingsphere)
| [](https://www.apiseven.com/en/contributor-graph?chart=contributorOverTime&repo=apache/shardingsphere)
|
### OVERVIEW
<hr>
-Apache ShardingSphere follows Database Plus - our community's guiding
development concept for creating a complete ecosystem that allows you to
transform any database into a distributed database system, and easily enhance
it with sharding, elastic scaling, data encryption features & more.
+Apache ShardingSphere is a distributed SQL transaction & query engine for data
sharding, scaling, encryption, and more - on any database. Our community's
guiding development concept is Database Plus for creating a complete ecosystem
that allows you to transform any database into a distributed database system.
It focuses on repurposing existing databases, by placing a standardized upper
layer above existing and fragmented databases, rather than creating a new
database.
-The goal is to provide unified database services, and minimize or eliminate
the challenges caused by underlying databases' fragmentation.
+The goal is to provide unified database services and minimize or eliminate the
challenges caused by underlying databases' fragmentation.
This results in applications only needing to communicate with a single
standardized service.
The concepts at the core of the project are `Connect`, `Enhance` and
`Pluggable`.