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 1186113  Improving readme (#15898)
1186113 is described below

commit 1186113c4bf3001beb319081945204089a266f2a
Author: A.SYED AASIM <70385414+aasim-s...@users.noreply.github.com>
AuthorDate: Wed Mar 9 09:10:28 2022 +0530

    Improving readme (#15898)
---
 README.md | 60 +++++++++++++++++++++++++++++++++++++++++++++---------------
 1 file changed, 45 insertions(+), 15 deletions(-)

diff --git a/README.md b/README.md
index 1716ac9..79dd3aa 100644
--- a/README.md
+++ b/README.md
@@ -20,7 +20,8 @@
 :---------------------------------:|:------------------------------------:
 [![Stargazers over 
time](https://starchart.cc/apache/shardingsphere.svg)](https://starchart.cc/apache/shardingsphere)
  |  [![Contributor over 
time](https://contributor-graph-api.apiseven.com/contributors-svg?chart=contributorOverTime&repo=apache/shardingsphere)](https://www.apiseven.com/en/contributor-graph?chart=contributorOverTime&repo=apache/shardingsphere)
 
-## ShardingSphere Overview
+### SHARINGSPHERE 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. 
 
@@ -38,18 +39,22 @@ Virtually all databases are 
[supported](https://shardingsphere.apache.org/docume
 
 ShardingSphere became an [Apache](https://apache.org/index.html#projects-list) 
Top-Level Project on April 16, 2020.
  
-### Documentation: 
+### DOCUMENTATION📜: 
+<hr>
 
 [![EN 
doc](https://img.shields.io/badge/document-English-blue.svg)](https://shardingsphere.apache.org/document/current/en/overview/)
 [![CN 
doc](https://img.shields.io/badge/文档-中文版-blue.svg)](https://shardingsphere.apache.org/document/current/cn/overview/)
 
 For full documentation & more details, visit: 
[Docs](https://shardingsphere.apache.org/document/current/en/overview/)
 
-### Contribution: 
+### CONTRIBUTION🚀🧑‍💻:
+<hr>
 
 For guides on how to get started and setup your environment, contributor & 
committer guides, visit: [Contribution 
Guidelines](https://shardingsphere.apache.org/community/en/contribute/)
+##
 
-### Community & Support:
+### COMMUNITY & SUPPORT💝🖤:
+<hr>
 
 :link: [Mailing 
List](https://shardingsphere.apache.org/community/en/contribute/subscribe/). 
Best for: Apache community updates, releases, changes.
 
@@ -60,9 +65,9 @@ For guides on how to get started and setup your environment, 
contributor & commi
 :link: [Slack 
channel](https://join.slack.com/t/apacheshardingsphere/shared_invite/zt-sbdde7ie-SjDqo9~I4rYcR18bq0SYTg).
 Best for: instant communications and online meetings, sharing your 
applications.
 
 :link: [Twitter](https://twitter.com/ShardingSphere). Best for: keeping up to 
date on everything ShardingSphere.
-
-### Status:
-
+##
+### Status👀:
+<hr>
 :white_check_mark: Version 5.1.0: released :tada:
 
 🔗 For the release notes, follow this link to the relevant [GitHub 
page](https://github.com/apache/shardingsphere/blob/master/RELEASE-NOTES.md).
@@ -72,30 +77,35 @@ For guides on how to get started and setup your 
environment, contributor & commi
 
 We are currently working towards our 5.1.1 milestone. Keep an eye on the 
[milestones page](https://github.com/apache/shardingsphere/milestones) of this 
repo to stay up to date.
 
+##
 
  ### Nightly Builds:
-
+ 
+<hr>
  A nightly build of ShardingSphere from the latest master branch is available. 
The package is updated daily and is [available here](http://117.48.121.24:8080).
+##
 
  ##### ‼️ Notice: 
-
+<hr>
  Use this nightly build at your own risk! The branch is not always fully 
tested. The nightly build may contain bugs, and there may be new features added 
which may cause problems with your environment. 
+##
 
 ### How it Works:
-
+<hr>
 Apache ShardingSphere includes 3 independent products: JDBC, Proxy & Sidecar 
(Planning). They all provide functions of data scale-out, distributed 
transaction and distributed governance, applicable in a variety of situations 
such as Java isomorphism, heterogeneous language and Cloud-Native.
+##
 
 #### ShardingSphere-JDBC
-
+<hr>
 [![Maven 
Status](https://maven-badges.herokuapp.com/maven-central/org.apache.shardingsphere/shardingsphere-jdbc/badge.svg)](https://mvnrepository.com/artifact/org.apache.shardingsphere/shardingsphere-jdbc)
 
 A lightweight Java framework providing extra services at the Java JDBC layer. 
 With the client end connecting directly to the database, it provides services 
in the form of a jar and requires no extra deployment and dependence.
 
 :link: For more details, follow this [link to the official 
website](https://shardingsphere.apache.org/document/current/en/overview/#shardingsphere-jdbc).
- 
+ ##
 #### ShardingSphere-Proxy
-
+<hr>
 
[![Download](https://img.shields.io/badge/release-download-orange.svg)](https://apache.org/dyn/closer.cgi?path=shardingsphere/5.1.0/apache-shardingsphere-5.1.0-shardingsphere-proxy-bin.tar.gz)
 [![Docker 
Pulls](https://img.shields.io/docker/pulls/apache/shardingsphere-proxy.svg)](https://store.docker.com/community/images/apache/shardingsphere-proxy)
 
@@ -103,18 +113,21 @@ A transparent database proxy, providing a database server 
that encapsulates data
 Friendlier to DBAs, the MySQL and PostgreSQL version now provided can use any 
kind of terminal.
 
 :link: For more details, follow this [link to the official 
website](https://shardingsphere.apache.org/document/current/en/overview/#shardingsphere-proxy).
-
+##
 #### Hybrid Architecture
-
+<hr>
 ShardingSphere-JDBC adopts a decentralized architecture, applicable to 
high-performance light-weight OLTP applications developed with Java. 
 ShardingSphere-Proxy provides static entry and all languages support, suitable 
for OLAP application and sharding databases management and operation.
 
 Through the mixed use of ShardingSphere-JDBC & ShardingSphere-Proxy together 
with a unified sharding strategy by the same registry center, the 
ShardingSphere ecosystem can build an application system suitable to all kinds 
of scenarios.
 
 :link: More details can be found following this [link to the official 
website](https://shardingsphere.apache.org/document/current/en/overview/#hybrid-architecture).
+##
 
 #### Solution
 
+<hr>
+
 | *Solutions/Features* |  *Distributed Database* | *Data Security*      | 
*Database Gateway*                | *Stress Testing* |
 | -------------------- | ----------------------- | ---------------------| 
--------------------------------- | ---------------- |
 |                      | Data Sharding           | Data Encrypt         | 
Heterogeneous Databases Supported | Shadow Database  |
@@ -122,20 +135,37 @@ Through the mixed use of ShardingSphere-JDBC & 
ShardingSphere-Proxy together wit
 |                      | Distributed Transaction | SQL Audit (TODO)     |      
                             |                  |
 |                      | Elastic Scale-out       | SQL Firewall (TODO)  |      
                             |                  |
 |                      | Highly Available        |                      |      
                             |                  |
+##
 
 #### Roadmap
 
+<hr>
+
 
![Roadmap](https://shardingsphere.apache.org/document/current/img/roadmap_v2.png)
 
+#### WHITEBACKGROUND
+![image](https://user-images.githubusercontent.com/70385414/157352426-3a20ad7c-e67e-484c-8a74-f8197c31b1bd.png)
+
+
+##
+
 ### How to Build Apache ShardingSphere:
 
+<hr>
+
 Check out [Wiki](https://github.com/apache/shardingsphere/wiki) section for 
details on how to build Apache ShardingSphere and a full guide on how to get 
started and setup your local dev environment.
 
+##
+
 ### Landscapes
 
+<hr>
+
 <p align="center">
 <br/><br/>
 <img src="https://landscape.cncf.io/images/left-logo.svg"; 
width="150"/>&nbsp;&nbsp;<img 
src="https://landscape.cncf.io/images/right-logo.svg"; width="200"/>
 <br/><br/>
 Apache ShardingSphere enriches the <a 
href="https://landscape.cncf.io/landscape=observability-and-analysis&license=apache-license-2-0";>CNCF
 CLOUD NATIVE Landscape</a>.
 </p>
+
+##

Reply via email to