File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed
Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff 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/
You can’t perform that action at this time.
0 commit comments