diff --git a/.idea/workspace.xml b/.idea/workspace.xml index 9005b0d..f0c140d 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -5,47 +5,8 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + diff --git a/docs/example/dataflow/index.mdx b/docs/example/dataflow/index.mdx index 7f25650..dd49f09 100644 --- a/docs/example/dataflow/index.mdx +++ b/docs/example/dataflow/index.mdx @@ -25,7 +25,7 @@ import BZhan from '/src/components/BZhan'; 2. 任务调度引擎 因为一个大离线分析任务往往有N个子任务工程,且子任务与子任务之间是有上下游依赖关系(每个子任务的触发需要依赖它的上游任务完成),这些子任务之间构成了DAG图,业界有专门工具 , - 比较成熟的调度工具有 [Apache dolphinscheduler](https://dolphinscheduler.apache.org/) , [Apache Airflow](https://airflow.apache.org/),[PowerJob](www.powerjob.tech/) + 比较成熟的调度工具有 [Apache dolphinscheduler](https://dolphinscheduler.apache.org/) , [Apache Airflow](https://airflow.apache.org/),[PowerJob](http://www.powerjob.tech) 3. 数据采集工具