未验证 提交 140e487b 编写于 作者: kimmking's avatar kimmking 提交者: GitHub

revise docs (#7448)

上级 ea0413c8
......@@ -9,7 +9,7 @@ chapter = true
随着数据规模的不断膨胀,使用多节点集群的分布式方式逐渐成为趋势。在这种情况下,如何高效、自动化管理集群节点,实现不同节点的协同工作,配置一致性,状态一致性,高可用性,可观测性等,就成为一个重要的挑战。
本部分包括三个模块:治理、集群管理、可观测性
本部分包括三个模块:治理、可观测性、集群管理(计划中)
## 挑战
......
......@@ -9,7 +9,7 @@ chapter = true
As the scale of data continues to expand, a distributed approach using multi-node clusters has gradually become a trend. In this case, how to efficiently and automatically manage cluster nodes, realize the collaborative work of different nodes, configuration consistency, state consistency, high availability, observability, etc., has become a challenge.
This section includes three modules: governance, cluster management and observability.
This section includes three modules: governance, observability and cluster management(in plan).
## Challenges
......
......@@ -12,3 +12,6 @@ chapter = true
* SQL核心概念
* 分片核心概念
* 配置核心概念
* 行表达式
* 分布式主键
* 强制分片路由
......@@ -12,3 +12,6 @@ This chapter is to introduce core concepts of data sharding, including:
- Core concepts of SQL
- Core concepts of sharding
- Core concepts of configuration
- Inline expression
- Distributed primary key
- Hint Sharding route
\ No newline at end of file
+++
title = "Hint"
title = "Hint Sharding Route"
weight = 6
+++
......
......@@ -44,7 +44,7 @@ configurationMap.put("governance-shardingsphere-data-source", configuration);
// 创建 GovernanceShardingSphereDataSource
DataSource dataSource = GovernanceShardingSphereDataSourceFactory.createDataSource(
createDataSourceMap(), createShardingRuleConfig(), new HashMap<String, Object>(), new Properties(),
createDataSourceMap(), createShardingRuleConfig(), new Properties(),
new GovernanceConfiguration("shardingsphere-governance", configurationMap, true));
```
......
......@@ -44,7 +44,7 @@ configurationMap.put("governance-shardingsphere-data-source", configuration);
// Create GovernanceShardingSphereDataSource
DataSource dataSource = GovernanceShardingSphereDataSourceFactory.createDataSource(
createDataSourceMap(), createShardingRuleConfig(), new HashMap<String, Object>(), new Properties(),
createDataSourceMap(), createShardingRuleConfig(), new Properties(),
new GovernanceConfiguration("shardingsphere-governance", configurationMap, true));
```
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册