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 a468575654a Remove sidecar in document (#19989)
a468575654a is described below

commit a468575654abf19aed2e2bbe2d23abcfce31bb04
Author: Liang Zhang <[email protected]>
AuthorDate: Mon Aug 8 20:37:02 2022 +0800

    Remove sidecar in document (#19989)
---
 docs/document/content/overview/introduction.cn.md  |  3 ++-
 docs/document/content/overview/introduction.en.md  |  2 +-
 .../shardingsphere-sidecar/_index.cn.md            | 29 ----------------------
 .../shardingsphere-sidecar/_index.en.md            | 28 ---------------------
 4 files changed, 3 insertions(+), 59 deletions(-)

diff --git a/docs/document/content/overview/introduction.cn.md 
b/docs/document/content/overview/introduction.cn.md
index f99c329cfb4..c84f1592ed0 100644
--- a/docs/document/content/overview/introduction.cn.md
+++ b/docs/document/content/overview/introduction.cn.md
@@ -7,7 +7,8 @@ chapter = true
 
 ## 定义
 
-Apache ShardingSphere 是一款开源的分布式数据库生态项目,由 JDBC、Proxy 和 Sidecar(规划中) 3 款产品组成。 
其核心采用可插拔架构,通过组件扩展功能。
+Apache ShardingSphere 是一款开源的分布式数据库生态项目,由 JDBC 和 Proxy 这两款产品组成。
+其核心采用可插拔架构,通过组件扩展功能。
 对上以数据库协议及 SQL 方式提供诸多增强功能,包括数据分片、访问路由、数据安全等;对下原生支持 MySQL、PostgreSQL、SQL 
Server、Oracle 等多种数据存储引擎。 
 Apache ShardingSphere 项目理念,是提供数据库增强计算服务平台,进而围绕其上构建生态。
 充分利用现有数据库的计算与存储能力,通过插件化方式增强其核心能力,为企业解决在数字化转型中面临的诸多使用难点,为加速数字化应用赋能。
diff --git a/docs/document/content/overview/introduction.en.md 
b/docs/document/content/overview/introduction.en.md
index c6c3a9a9c43..0ff2ab32a9e 100644
--- a/docs/document/content/overview/introduction.en.md
+++ b/docs/document/content/overview/introduction.en.md
@@ -7,7 +7,7 @@ chapter = true
 
 ## Definition
 
-Apache ShardingSphere is an open source ecosystem of distributed databases, 
including three independent products: JDBC, Proxy & Sidecar (Planning).
+Apache ShardingSphere is an open source ecosystem of distributed databases, 
including two independent products: JDBC & Proxy.
 It adopts a plugin-oriented (or plugabble) architecture and expands the 
original databases' features list thanks to components. 
 
 ShardingSphere provides many enhanced features in the form of database 
protocol and SQL, including data sharding, access routing, data security, etc.
diff --git 
a/docs/document/content/user-manual/shardingsphere-sidecar/_index.cn.md 
b/docs/document/content/user-manual/shardingsphere-sidecar/_index.cn.md
deleted file mode 100644
index d322104e824..00000000000
--- a/docs/document/content/user-manual/shardingsphere-sidecar/_index.cn.md
+++ /dev/null
@@ -1,29 +0,0 @@
-+++
-pre = "<b>4.3. </b>"
-title = "ShardingSphere-Sidecar"
-weight = 3
-chapter = true
-+++
-
-## 简介
-
-ShardingSphere-Sidecar 是 ShardingSphere 的第三个产品,目前仍然在 `规划中`。
-定位为 Kubernetes 或 Mesos 的云原生数据库代理,以 DaemonSet 的形式代理所有对数据库的访问。
-
-通过无中心、零侵入的方案提供与数据库交互的的啮合层,即 Database Mesh,又可称数据网格。
-Database Mesh 
的关注重点在于如何将分布式的数据访问应用与数据库有机串联起来,它更加关注的是交互,是将杂乱无章的应用与数据库之间的交互进行有效地梳理。使用 Database 
Mesh,访问数据库的应用和数据库终将形成一个巨大的网格体系,应用和数据库只需在网格体系中对号入座即可,它们都是被啮合层所治理的对象。
-
-![ShardingSphere-Sidecar 
Architecture](https://shardingsphere.apache.org/document/current/img/shardingsphere-sidecar-brief.png)
-
-## 对比
-
-|          | *ShardingSphere-JDBC* | *ShardingSphere-Proxy* | 
*ShardingSphere-Sidecar* |
-| -------- | --------------------- | ---------------------- | 
------------------------ |
-| 数据库    | 任意                  | MySQL/PostgreSQL       | `MySQL/PostgreSQL`   
     |
-| 连接消耗数 | 高                   | 低                     | `高`                    
   |
-| 异构语言   | 仅 Java               | 任意                    | `任意`                 
   |
-| 性能      | 损耗低                | 损耗略高                | `损耗低`                   
|
-| 无中心化  | 是                    | 否                     | `是`                   
    |
-| 静态入口  | 无                    | 有                     | `无`                   
    |
-
-ShardingSphere-Sidecar 的优势在于对 Kubernetes 和 Mesos 的云原生支持。
diff --git 
a/docs/document/content/user-manual/shardingsphere-sidecar/_index.en.md 
b/docs/document/content/user-manual/shardingsphere-sidecar/_index.en.md
deleted file mode 100644
index 132b4d6206c..00000000000
--- a/docs/document/content/user-manual/shardingsphere-sidecar/_index.en.md
+++ /dev/null
@@ -1,28 +0,0 @@
-+++
-pre = "<b>4.3. </b>"
-title = "ShardingSphere-Sidecar"
-weight = 3
-chapter = true
-+++
-
-## Introduction
-
-ShardingSphere-Sidecar (TODO) defines itself as a cloud native database agent 
of the Kubernetes environment, in charge of all the access to the database in 
the form of sidecar.
-
-It provides a mesh layer interacting with the database, we call this as 
`Database Mesh`.
-
-![ShardingSphere-Sidecar 
Architecture](https://shardingsphere.apache.org/document/current/img/shardingsphere-sidecar-brief.png)
-
-
-## Comparison
-
-|                         | *ShardingSphere-JDBC* | *ShardingSphere-Proxy*     
| *ShardingSphere-Sidecar* |
-| :---------------------- | :-------------------- | :------------------------- 
| :----------------------- |
-| Database                | Any                   | MySQL/PostgreSQL           
| `MySQL`                  |
-| Connections Count Cost  | High                  | Low                        
| `High`                   |
-| Supported Languages     | Java Only             | Any                        
| `Any`                    |
-| Performance             | Low loss              | Relatively High loss       
| `Low loss`               |
-| Decentralization        | Yes                   | No                         
| `Yes`                    |
-| Static Entry            | No                    | Yes                        
| `No`                     |
-
-The advantage of ShardingSphere-Sidecar lies in its cloud native support for 
Kubernetes and Mesos.
\ No newline at end of file

Reply via email to