This is an automated email from the ASF dual-hosted git repository.
panjuan 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 895cf8b Remove TODO sidecar (#12400)
895cf8b is described below
commit 895cf8bef95ad6d757e6910dae4a9de9d5fd6fe0
Author: Liang Zhang <[email protected]>
AuthorDate: Mon Sep 13 19:04:10 2021 +0800
Remove TODO sidecar (#12400)
---
README.md | 24 ++++++++----------------
README_ZH.md | 28 +++++++++-------------------
2 files changed, 17 insertions(+), 35 deletions(-)
diff --git a/README.md b/README.md
index 37cd739..6aef020 100644
--- a/README.md
+++ b/README.md
@@ -79,22 +79,14 @@ Applicable to any kind of terminal that is compatible with
MySQL and PostgreSQL

-### ShardingSphere-Sidecar(TODO)
-
-ShardingSphere-Sidecar (TODO) defines itself as a cloud-native database agent
of the Kubernetes environment, in charge of all database access in the form of
a sidecar. It provides a mesh layer interacting with the database, we call this
Database Mesh.
-
-Database Mesh emphasizes how to connect distributed data-access applications
with the databases. Focusing on interaction, it effectively organizes the
interaction between messy applications and databases. The applications and
databases that use Database Mesh to visit databases will form a large grid
system, where they just need to be put into the right positions accordingly.
They are all governed by the mesh layer.
-
-
-
-| | *ShardingSphere-JDBC* | *ShardingSphere-Proxy* |
*ShardingSphere-Sidecar* |
-| ----------------------- | --------------------- | ---------------------- |
------------------------ |
-| Database | Any | MySQL/PostgreSQL |
MySQL/PostgreSQL |
-| Connections Count Cost | High | Low |
High |
-| Supported Languages | Java Only | Any |
Any |
-| Performance | Low loss | Relatively High loss |
Low loss |
-| Decentralization | Yes | No |
No |
-| Static Entry | No | Yes |
No |
+| | *ShardingSphere-JDBC* | *ShardingSphere-Proxy* |
+| ----------------------- | --------------------- | ---------------------- |
+| Database | Any | MySQL/PostgreSQL |
+| Connections Count Cost | High | Low |
+| Supported Languages | Java Only | Any |
+| Performance | Low loss | Relatively High loss |
+| Decentralization | Yes | No |
+| Static Entry | No | Yes |
### Hybrid Architecture
diff --git a/README_ZH.md b/README_ZH.md
index 1bfb51c..2f9ef24 100644
--- a/README_ZH.md
+++ b/README_ZH.md
@@ -76,24 +76,14 @@ Apache ShardingSphere 由 JDBC、Proxy 和 Sidecar(规划中)这 3 款既能

-### ShardingSphere-Sidecar(TODO)
-
-定位为 Kubernetes 的云原生数据库代理,以 Sidecar 的形式代理所有对数据库的访问。
-通过无中心、零侵入的方案提供与数据库交互的的啮合层,即 `Database Mesh`,又可称数据库网格。
-
-Database Mesh
的关注重点在于如何将分布式的数据访问应用与数据库有机串联起来,它更加关注的是交互,是将杂乱无章的应用与数据库之间的交互进行有效地梳理。
-使用 Database Mesh,访问数据库的应用和数据库终将形成一个巨大的网格体系,应用和数据库只需在网格体系中对号入座即可,它们都是被啮合层所治理的对象。
-
-
-
-| | *ShardingSphere-JDBC* | *ShardingSphere-Proxy* |
*ShardingSphere-Sidecar* |
-| --------- | --------------------- | ---------------------- |
------------------------ |
-| 数据库 | 任意 | MySQL/PostgreSQL | MySQL/PostgreSQL
|
-| 连接消耗数 | 高 | 低 | 高
|
-| 异构语言 | 仅 Java | 任意 | 任意
|
-| 性能 | 损耗低 | 损耗略高 | 损耗低
|
-| 无中心化 | 是 | 否 | 是
|
-| 静态入口 | 无 | 有 | 无
|
+| | *ShardingSphere-JDBC* | *ShardingSphere-Proxy* |
+| --------- | --------------------- | ---------------------- |
+| 数据库 | 任意 | MySQL/PostgreSQL |
+| 连接消耗数 | 高 | 低 |
+| 异构语言 | 仅 Java | 任意 |
+| 性能 | 损耗低 | 损耗略高 |
+| 无中心化 | 是 | 否 |
+| 静态入口 | 无 | 有 |
### 混合架构
@@ -173,5 +163,5 @@
shardingsphere-ui/shardingsphere-ui-distribution/shardingsphere-ui-bin-distribut
<br/><br/>
<img src="https://landscape.cncf.io/images/left-logo.svg"
width="150"/> <img
src="https://landscape.cncf.io/images/right-logo.svg" width="200"/>
<br/><br/>
-ShardingSphere进入了<a
href="https://landscape.cncf.io/landscape=observability-and-analysis&license=apache-license-2-0">CNCF云原生全景图</a>。
+ShardingSphere 进入了<a
href="https://landscape.cncf.io/landscape=observability-and-analysis&license=apache-license-2-0">CNCF
云原生全景图</a>。
</p>