This is an automated email from the ASF dual-hosted git repository. yy2so pushed a commit to branch yy2so-patch-1 in repository https://gitbox.apache.org/repos/asf/shardingsphere.git
commit 57ff05db18719f2e842d5803719f7b122ce2a010 Author: Yacine Si Tayeb <[email protected]> AuthorDate: Wed Jul 19 14:52:10 2023 +0800 Update README.md 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`.
