You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by wu...@apache.org on 2023/03/15 02:11:42 UTC

[shardingsphere] branch master updated: Fix : fix typo (#24606)

This is an automated email from the ASF dual-hosted git repository.

wuweijie 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 4c7a5863bc8 Fix : fix typo (#24606)
4c7a5863bc8 is described below

commit 4c7a5863bc864fe468831fe85dcddbc9293b4a49
Author: 孙念君 Nianjun Sun <su...@apache.org>
AuthorDate: Wed Mar 15 10:11:34 2023 +0800

    Fix : fix typo (#24606)
---
 ...or_Data_Sharding_ICDE_2022_Understanding_Apache_ShardingSphere.en.md | 2 +-
 docs/blog/content/videos/OpenSource.cn.md                               | 2 +-
 docs/blog/content/videos/OpenSource.en.md                               | 2 +-
 docs/document/content/overview/_index.en.md                             | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/docs/blog/content/material/2022_04_06_A_Holistic_Pluggable_Platform_for_Data_Sharding_ICDE_2022_Understanding_Apache_ShardingSphere.en.md b/docs/blog/content/material/2022_04_06_A_Holistic_Pluggable_Platform_for_Data_Sharding_ICDE_2022_Understanding_Apache_ShardingSphere.en.md
index 8350558eadb..5d2a35884ed 100644
--- a/docs/blog/content/material/2022_04_06_A_Holistic_Pluggable_Platform_for_Data_Sharding_ICDE_2022_Understanding_Apache_ShardingSphere.en.md
+++ b/docs/blog/content/material/2022_04_06_A_Holistic_Pluggable_Platform_for_Data_Sharding_ICDE_2022_Understanding_Apache_ShardingSphere.en.md
@@ -109,7 +109,7 @@ XA transactions ensure the ACID features (Atomicity, Consistency, Isolation, Dur
 ![Figure 7 BASE Transactions](https://miro.medium.com/max/704/0*qglHQJqz-I1CGcPB)
 
 
-SharingSphere integrates SEATA, as it provides an automatic transaction mode(AT) to automatically generate compensation operations. As shown in the grey box of Figure 7, SEATA has three roles: 1) The Transaction Coordinator(TC) maintains the state of global and branch transactions and drives global commits or rollbacks; 2)The Transaction Manager(TM) defines the scope of global transactions; 3)Resource Manager(RM) manages resources and drive branch transactions to commit or rollback.
+ShardingSphere integrates SEATA, as it provides an automatic transaction mode(AT) to automatically generate compensation operations. As shown in the grey box of Figure 7, SEATA has three roles: 1) The Transaction Coordinator(TC) maintains the state of global and branch transactions and drives global commits or rollbacks; 2)The Transaction Manager(TM) defines the scope of global transactions; 3)Resource Manager(RM) manages resources and drive branch transactions to commit or rollback.
 
 The user application only needs to interact with ShardingSphere with a standard database connection. The BASE transaction in ShardingSphere is a 2PC process where ShardingSphere plays the role of TM and RM in SEATA. the BASE transaction process is shown in Figure 8.
 ![Figure 8 BASE Transaction Process](https://miro.medium.com/max/1400/0*jx0kLeEidPT5mwqx)
diff --git a/docs/blog/content/videos/OpenSource.cn.md b/docs/blog/content/videos/OpenSource.cn.md
index 73bb16242b0..d287d0f28bc 100644
--- a/docs/blog/content/videos/OpenSource.cn.md
+++ b/docs/blog/content/videos/OpenSource.cn.md
@@ -4,6 +4,6 @@ weight = 2
 chapter = true
 +++
 
-Apache SharingSphere 是 Apache 基金会目前唯一的数据库中间件项目。它主要用于数据分片、分布式事务和分布式治理等分布式数据库相关场景。本次直播将分享为什么要参与开源;Apache 开源软件基金会、Apache ShardingSphere 核心原理及如何踏上开源之路。
+Apache ShardingSphere 是 Apache 基金会目前唯一的数据库中间件项目。它主要用于数据分片、分布式事务和分布式治理等分布式数据库相关场景。本次直播将分享为什么要参与开源;Apache 开源软件基金会、Apache ShardingSphere 核心原理及如何踏上开源之路。
 
 {{< bilibili BV16K4y1b7CZ >}}
\ No newline at end of file
diff --git a/docs/blog/content/videos/OpenSource.en.md b/docs/blog/content/videos/OpenSource.en.md
index a0d868612a4..3e6155876b9 100644
--- a/docs/blog/content/videos/OpenSource.en.md
+++ b/docs/blog/content/videos/OpenSource.en.md
@@ -4,6 +4,6 @@ weight = 2
 chapter = true
 +++
 
-Apache SharingSphere is the only database middleware project of Apache software foundation. It is mainly used in distributed database related scenarios such as data fragmentation, distributed transaction and distributed governance. This live broadcast will share why we want to participate in open source; the Apache software foundation, the core principles of Apache ShardingSphere and how to embark on the road of open source.
+Apache ShardingSphere is the only database middleware project of Apache software foundation. It is mainly used in distributed database related scenarios such as data fragmentation, distributed transaction and distributed governance. This live broadcast will share why we want to participate in open source; the Apache software foundation, the core principles of Apache ShardingSphere and how to embark on the road of open source.
 
 {{< bilibili BV16K4y1b7CZ >}}
diff --git a/docs/document/content/overview/_index.en.md b/docs/document/content/overview/_index.en.md
index ab583743f5b..38e55db6be7 100644
--- a/docs/document/content/overview/_index.en.md
+++ b/docs/document/content/overview/_index.en.md
@@ -39,7 +39,7 @@ ShardingSphere-Proxy is a transparent database proxy, providing a database serve
 | Distributed Transaction | Transactional capability is key to ensuring database integrity and security and is also one of the databases' core technologies. With a hybrid engine based on XA and BASE transactions, ShardingSphere provides distributed transaction capabilities on top of standalone databases, enabling data security across underlying data sources. |
 | Read/write Splitting    | Read/write splitting can be used to cope with business access with high stress. ShardingSphere provides flexible read/write splitting capabilities and can achieve read access load balancing based on the understanding of SQL semantics and the ability to perceive the underlying database topology. |
 | High Availability       | High availability is a basic requirement for a data storage and computing platform. Guarantee the HA of your distributed database cluster with ShardingSphere’s Operator on Kubernetes, and the native HA of your existing data sources. |
-| Data Migration          | Data migration is the key to connecting data ecosystems. SharingSphere provides migration capabilities to help users migrate the data from other data sources, while simultaneously performing data sharding. |
+| Data Migration          | Data migration is the key to connecting data ecosystems. ShardingSphere provides migration capabilities to help users migrate the data from other data sources, while simultaneously performing data sharding. |
 | Query Federation        | Federated queries are effective in utilizing data in a complex data environment. ShardingSphere provides complex data query and analysis capabilities across data sources, simplifying the data aggregation from different data locations. |
 | Data Encryption         | Data Encryption is a basic way to ensure data security. ShardingSphere provides a complete, transparent, secure, and low-cost data encryption solution. |
 | Shadow Database         | In full-link online load testing scenarios, ShardingSphere supports data isolation in complex load testing scenarios through the shadow database function. Execute your load testing scenarios in a production environment without worrying about test data polluting your production data. |