Skip to content
forked from apache/airflow

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

License

Notifications You must be signed in to change notification settings

drincruz/airflow

Folders and files

NameName
Last commit message
Last commit date

Latest commit

9009fdf · Aug 30, 2015
Aug 30, 2015
Jul 13, 2015
Aug 28, 2015
Aug 29, 2015
Aug 25, 2015
Aug 28, 2015
Mar 14, 2015
Mar 14, 2015
Aug 23, 2015
Aug 27, 2015
Aug 4, 2015
Jan 16, 2015
May 26, 2015
Aug 23, 2015
Aug 12, 2015
Jun 17, 2015
Aug 25, 2015

Repository files navigation

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:

Links

About

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

Resources

License

Security policy

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 46.8%
  • JavaScript 45.6%
  • HTML 5.1%
  • CSS 1.9%
  • Other 0.6%