DevOps Tools

Airflow

English

Overview

An open-source workflow management tool for defining task dependencies and running them on a schedule.

Details

Formally Apache Airflow. You define the flow of tasks as a DAG (directed acyclic graph) in Python code, and it's commonly used to orchestrate data pipelines.

More OSS terms