Apache Airflow (Incubating)
Перейти к файлу
Maxime Beauchemin bf9b18322f v1.5.1 2015-09-04 09:44:47 -07:00
airflow v1.5.1 2015-09-04 09:44:47 -07:00
dags adding druid hook and operator 2015-07-13 19:17:13 +00:00
docs Clarifying docs entry for trigger_rule 2015-09-03 23:52:35 -07:00
tests Merge pull request #354 from airbnb/env_connections 2015-09-02 23:24:21 -07:00
.gitignore ignore error.log 2015-08-25 16:32:29 -04:00
CONTRIBUTING.md Instructions on how to setup unit tests 2015-08-28 16:44:04 +00:00
COPYRIGHT.txt Switching to Apache license 2015-03-14 16:01:26 -07:00
LICENSE.txt Switching to Apache license 2015-03-14 16:01:26 -07:00
MANIFEST.in make upgrades for metadata database easier across the board 2015-08-23 05:40:43 +00:00
README.md Merge pull request #359 from jampp/readme_user_update 2015-09-04 09:16:24 -07:00
TODO.md TODO 2015-08-03 17:06:45 -07:00
init.sh Changing configuration scheme 2015-01-16 14:31:54 -08:00
migrations.sql 0.7 + migrations 2015-05-25 23:11:14 -04:00
requirements.txt Trying ipython (not [all]) against readthedocs 2015-09-03 17:56:44 +00:00
run_unit_tests.sh Setting up necessary dependencies for tests 2015-08-12 14:16:08 -07:00
setup.cfg Updating to the right license (apache2) in setup.cfg 2015-06-17 08:48:41 -07:00
setup.py v1.5.1 2015-09-04 09:44:47 -07:00

README.md

Airflow

Airflow is a platform to programmatically author, schedule and monitor data pipelines.

When workflows are defined as code, they becomes more maintainable, versionable, testable, and collaborative.

![img] (http://i.imgur.com/6Gs4hxT.gif)

Use Airflow to author workflows as directed acyclic graphs (DAGs) of tasks. The Airflow scheduler executes your tasks on an array of workers while following the specified dependencies. Rich command line utilities make performing complex surgeries on DAGs a snap. The rich user interface makes it easy to visualize pipelines running in production, monitor progress, and troubleshoot issues when needed.

Principles

  • Dynamic: Airflow pipelines are configuration as code (Python), allowing for dynamic pipeline generation. This allows for writing code that instantiates pipelines dynamically.
  • Extensible: Easily define your own operators, executors and extend the library so that it fits the level of abstraction that suits your environment.
  • Elegant: Airflow pipelines are lean and explicit. Parameterizing your scripts is built into the core of Airflow using the powerful Jinja templating engine.
  • Scalable: Airflow has a modular architecture and uses a message queue to orchestrate an arbitrary number of workers. Airflow is ready to scale to infinity.

Who uses Airflow?

As the Airflow community grows, we'd like to keep track of who is using the platform. Please send a PR with your company name and @githubhandle if you may.

Currently officialy using Airflow: