Software:Apache Airflow

From HandWiki
Short description: Open-source workflow management platform
Apache Airflow
Apache Airflow logo
Original author(s)Maxime Beauchemin / Airbnb
Developer(s)Apache Software Foundation
Initial releaseJune 3, 2015; 8 years ago (2015-06-03)
Written inPython
Operating systemWindows, macOS, Linux
TypeWorkflow management platform
LicenseApache License 2.0
Websiteairflow.apache.org

Apache Airflow is an open-source workflow management platform for data engineering pipelines. It started at Airbnb in October 2014[1] as a solution to manage the company's increasingly complex workflows. Creating Airflow allowed Airbnb to programmatically author and schedule their workflows and monitor them via the built-in Airflow user interface.[2][3] From the beginning, the project was made open source, becoming an Apache Incubator project in March 2016 and a top-level Apache Software Foundation project in January 2019.

Airflow is written in Python, and workflows are created via Python scripts. Airflow is designed under the principle of "configuration as code". While other "configuration as code" workflow platforms exist using markup languages like XML, using Python allows developers to import libraries and classes to help them create their workflows.

Overview

Airflow uses directed acyclic graphs (DAGs) to manage workflow orchestration. Tasks and dependencies are defined in Python and then Airflow manages the scheduling and execution. DAGs can be run either on a defined schedule (e.g. hourly or daily) or based on external event triggers (e.g. a file appearing in Hive[4]). Previous DAG-based schedulers like Oozie and Azkaban tended to rely on multiple configuration files and file system trees to create a DAG, whereas in Airflow, DAGs can often be written in one Python file.[5]

Managed providers

Three notable providers offer ancillary services around the core open source project. Astronomer has built a SaaS tool and Kubernetes-deployable Airflow stack that assists with monitoring, alerting, devops, and cluster management.[6] Cloud Composer is a managed version of Airflow that runs on Google Cloud Platform (GCP) and integrates well with other GCP services.[7] Starting from November 2020, Amazon Web Services offers Managed Workflows for Apache Airflow.[8]

References

External links

  • No URL found. Please specify a URL here or add one to Wikidata.