File tree Expand file tree Collapse file tree 1 file changed +6
-19
lines changed
Expand file tree Collapse file tree 1 file changed +6
-19
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ Orchestrator架构设计
22-------------------------
33Orchestrator:编排模块,提供project下编排的增删改查、导入导出等接口服务,并作为各个编排实现(如workflow)的统一输入端。向上对接project服务,向下对接具体编排实现(如workflow服务)。
44
5- ###2 .2 业务架构
5+ ### 一、 业务架构
66用户使用功能点:
77
88
@@ -17,10 +17,10 @@ Orchestrator:编排模块,提供project下编排的增删改查、导入导
1717
1818![ ] ( images/orchestrator_uml.png )
1919
20- ### 一 、Orchestrator架构:
20+ ### 二 、Orchestrator架构:
2121![ ] ( images/orchestrator_arch.png )
2222
23- ### 二 、Orchestrator模块设计:
23+ ### 三 、Orchestrator模块设计:
2424二级模块核心类介绍:
2525
2626** dss-orchestrator-core**
@@ -76,11 +76,11 @@ Orchestrator框架服务,提供了编排前端的增删改查、回滚等接
7676| MetaWriter | 提供将编排的表字段信息通过特定格式输出到元数据文件的功能|
7777| MetaReader | 提供将编排的元数据文件解析生成表字段内容的功能|
7878
79- ####创建编排时序图(删除和编辑操作类似):
79+ #### 创建编排时序图(删除和编辑操作类似):
8080
8181![ ] ( images/创建编排时序图.png )
8282
83- ####导入编排时序图(导出操作类似):
83+ #### 导入编排时序图(导出操作类似):
8484
8585![ ] ( images/导入编排时序图.png )
8686
@@ -140,17 +140,4 @@ CREATE TABLE `dss_orchestrator_ref_orchestration_relation` (
140140 PRIMARY KEY (`id`)
141141) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 ROW_FORMAT=COMPACT;
142142```
143-
144- ###5 .接口设计
145-
146-
147- ###6 .非功能性设计
148- ####6 .1 安全
149- 采用cookie中专门的ID,在GateWay需要使用专门的解密算法后才能识别。
150- ####6 .2 性能
151- 可以满足性能要求。
152- ####6 .3 容量
153- 不涉及
154- ####6 .4 高可用
155- 可部署多活
156-
143+
You can’t perform that action at this time.
0 commit comments