Apache Airflow (Incubating)
Перейти к файлу
Svend Vanderveken 4563df404c add Fernet key to test config
- congiguration.py now generates the test config and real airflow config with the same method
- fix warning logs in local UT execution, related to missing FERNET-KEY in unittest.cfg
- fix warning logs in Travis UT exeuction, related to missing FERNET-KEY in airflow_travis.cfg
- added one to validate config generation
2015-12-04 11:06:37 +01:00
airflow add Fernet key to test config 2015-12-04 11:06:37 +01:00
dags adding druid hook and operator 2015-07-13 19:17:13 +00:00
docs Session factory 2015-12-02 15:05:39 -08:00
scripts/ci add Fernet key to test config 2015-12-04 11:06:37 +01:00
tests add Fernet key to test config 2015-12-04 11:06:37 +01:00
.coveralls.yml Adding coveralls file 2015-10-21 10:57:23 -07:00
.gitignore remove .idea, add unittests.db to .gitignore 2015-11-12 12:56:28 +01:00
.travis.yml Limit build matrix for now to CDH only 2015-11-19 10:07:38 +01:00
CONTRIBUTING.md include the part about how to change the metadata database 2015-11-30 06:46:06 -08: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 Add Handy to list of users 2015-11-19 20:21:03 +00:00
TODO.md adjustments to TODO 2015-11-24 16:24:52 -08: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 update requirements, tests and all that jazz 2015-11-30 09:47:36 -08:00
run_tox.sh now running travis on all DB backends 2015-11-16 11:21:21 +01:00
run_unit_tests.sh Removing forced resetdb from ./run_unit_tests 2015-11-30 08:47:02 -08:00
setup.cfg Updating to the right license (apache2) in setup.cfg 2015-06-17 08:48:41 -07:00
setup.py update requirements, tests and all that jazz 2015-11-30 09:47:36 -08:00
tox.ini now running travis on all DB backends 2015-11-16 11:21:21 +01:00

README.md

Airflow

Build Status Coverage Status pypi downloads

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

When workflows are defined as code, they become 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.

Beyond the Horizon

Airflow is not a data streaming solution. Tasks do not move data from one to the other (though tasks can exchange metadata!). Airflow is not in the Spark Streaming or Storm space, it is more comparable to Oozie or Azkaban.

Workflows are expected to be mostly static or slowly changing. You can think of the structure of the tasks in your workflow as slightly more dynamic than a database structure would be. Airflow workflows are expected to look similar from a run to the next, this allows for clarity around unit of work and continuity.

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 officially using Airflow: