Skip to content

Commit 711f984

Browse files
authored
Merge pull request jobbole#41 from autopenguin/patch-1
add airflow
2 parents 7873621 + cd75e19 commit 711f984

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1040,8 +1040,9 @@ MapReduce 框架和库。
10401040
* Plan:如有神助地编写 crontab 文件。[官网](https://github.com/fengsp/plan)
10411041
* schedule:人性化的 Python 任务调度库。[官网](https://github.com/dbader/schedule)
10421042
* Spiff:使用纯 Python 实现的强大的工作流引擎。[官网](https://github.com/knipknap/SpiffWorkflow)
1043-
* TaskFlow:一个可以让你方便执行任务的 Python 库,一致并且可靠。[官网](http://docs.openstack.org/developer/taskflow/)
1044-
1043+
*   TaskFlow:一个可以让你方便执行任务的 Python 库,一致并且可靠。[官网](http://docs.openstack.org/developer/taskflow/)
1044+
*  AirFlow:Airflow 是Airbnb公司开源的,是一个工作流分配管理系统,通过有向非循环图的方式管理任务流程,设置任务依赖关系和时间调度。[官方](https://airflow.incubator.apache.org/)
1045+
 
10451046
### 外来函数接口
10461047

10471048
使用外来函数接口的库。

0 commit comments

Comments
 (0)