Apache Airflow icon
Apache Airflow icon

Apache Airflow

 3 likes

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

Apache Airflow screenshot 1

License model

  • FreeOpen Source

Country of Origin

  • US flagUnited States

Platforms

  • Linux
  No rating
3likes
0comments
0news articles

Features

Suggest and vote on features
  1.  Task Scheduling
  2.  Workflow

 Tags

Apache Airflow News & Activities

Highlights All activities

Recent News

No news, maybe you know any news worth sharing?
Share a News Tip

Recent activities

Show all activities

Apache Airflow information

  • Developed by

    US flagAirbnb
  • Licensing

    Open Source and Free product.
  • Alternatives

    28 alternatives listed
  • Supported Languages

    • English

AlternativeTo Categories

DevelopmentOffice & Productivity

Popular alternatives

View all

Our users have written 0 comments and reviews about Apache Airflow, and it has gotten 3 likes

Apache Airflow was added to AlternativeTo by thomasleveil on Dec 6, 2016 and this page was last updated Apr 1, 2024.
No comments or reviews, maybe you want to be first?
Post comment/review

What is Apache Airflow?

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

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 lines utilities makes 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 writting code that instantiate 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 in the core of Airflow using powerful Jinja templating engine. Scalable: Airflow has a modular architecture and uses a message queue to talk to orchestrate an arbitrary number of workers. Airflow is ready to scale to infinity.

Official Links