Skip to content

Commit d5f77a2

Browse files
Update Architecture-Design.md
1 parent 0287275 commit d5f77a2

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

docs/Architecture-Design.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ data-engine-platform/
7777
│ ├── monitoring-common/ # 指标、日志、链路追踪
7878
│ └── storage-common/ # MinIO/S3/FS抽象
7979
80-
├── runtime/ # 🚀 运行时与算子
80+
├── runtime/ # 🚀 三方软件适配及扩展
8181
│ ├── python-executor/ # Python执行器 (Ray Actor/Job)
8282
│ │ ├── operator_runtime.py
8383
│ │ ├── wrappers/ # 各类算子包装器
@@ -86,8 +86,10 @@ data-engine-platform/
8686
│ │ │ ├── unstructured_io_wrapper.py
8787
│ │ │ └── custom_operator_loader.py
8888
│ │ └── requirements.txt
89-
│ ├── datax/ # DataX内置 (CE场景为Jar依赖)
90-
│ └── operators/ # 自定义算子仓库 (规范、模板、示例)
89+
│ ├── datax/ # datax扩展
90+
│ ├── labelstudio/ # labelstudio扩展
91+
│ ├── datajuicer/ # datajuicer扩展
92+
│ └── operators/ # 算子仓库 (规范、模板、示例)
9193
│ ├── README.md
9294
│ └── examples/
9395
│ └── text_length_filter/

0 commit comments

Comments
 (0)