From cd75e19a56f88a4fcdafa0c674c509b2e69fcae7 Mon Sep 17 00:00:00 2001 From: autopenguin Date: Sun, 4 Mar 2018 22:40:55 +0800 Subject: [PATCH] Update README.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 新增AirFlow的说明。 --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2357aef..3908170 100644 --- a/README.md +++ b/README.md @@ -1040,8 +1040,9 @@ MapReduce 框架和库。 * Plan:如有神助地编写 crontab 文件。[官网](https://github.com/fengsp/plan) * schedule:人性化的 Python 任务调度库。[官网](https://github.com/dbader/schedule) * Spiff:使用纯 Python 实现的强大的工作流引擎。[官网](https://github.com/knipknap/SpiffWorkflow) -* TaskFlow:一个可以让你方便执行任务的 Python 库,一致并且可靠。[官网](http://docs.openstack.org/developer/taskflow/) - +*   TaskFlow:一个可以让你方便执行任务的 Python 库,一致并且可靠。[官网](http://docs.openstack.org/developer/taskflow/) +*  AirFlow:Airflow 是Airbnb公司开源的,是一个工作流分配管理系统,通过有向非循环图的方式管理任务流程,设置任务依赖关系和时间调度。[官方](https://airflow.incubator.apache.org/) +  ### 外来函数接口 使用外来函数接口的库。