OpenSource-Hub
A

Apache Airflow

45.3k stars·Developer Tools·SHA-256 checksum verified

A platform to programmatically author, schedule, and monitor workflows as code.

Smart Download

Visit Project Homepage

No installer available yet — head to the source repository

Programmatically author, schedule, and monitor workflows as code.

Core Features

  • Define workflows as Python code (DAGs) with dependencies
  • Robust scheduler with retries and backfill
  • Rich web UI for monitoring and troubleshooting
  • Extensible via plugins and operators

What It Can't Do

  • Default SQLite is for testing only; switch to PostgreSQL/MySQL for production. Requires Python >= 3.8. Steeper learning curve for beginners; scheduler process must run continuously. Resource consumption grows with DAG complexity.

Use Cases

  • Data ETL pipelines and data warehouse integration
  • Machine learning model training and deployment workflows
  • Automated operational tasks and cron job replacement

Apache Airflow is an open-source workflow management platform that enables you to author, schedule, and monitor workflows programmatically. By defining workflows as Python code (DAGs), they become more maintainable, versionable, testable, and collaborative. The built-in scheduler executes tasks on a cluster of workers respecting dependencies, while the rich UI provides real-time pipeline visualization, progress tracking, and troubleshooting. Airflow is highly extensible with plugins and widely used for ETL, ML pipelines, and automation.

Tags

workflowscheduleretldata-pipelinepythondag

Getting Started

1

Download installer

Click the button above to download the installer for your system

2

Install the software

Double-click the downloaded installer and follow the prompts

3

Step 1: Install Python 3.8+ and run pip install apache-airflow

4

Step 2: Initialize database: airflow db init

5

Step 3: Create admin user: airflow users create ...

Install Guide
  1. Step 1: Install Python 3.8+ and run pip install apache-airflow
  2. Step 2: Initialize database: airflow db init
  3. Step 3: Create admin user: airflow users create ...
File Integrity

Checksum not available

This project has not published a SHA-256 checksum on its GitHub Release page

SHA256 Checksum

No checksum available

Download directly from GitHub Releases and verify file integrity yourself

All SHA-256 checksums on this platform are extracted from the project's official GitHub Release page, without any modification. You can independently verify them on the GitHub Releases page.

Open Source Transparency

View GitHub Source
Environment Guide

Uninstall Info

Run pip uninstall apache-airflow, then manually remove the database file (default ~/airflow/airflow.db) and config file (airflow.cfg).

No Extra Dependencies

Ready to use after download. No additional runtime required.

Project Info
LicenseApache-2.0
Last Updated2026-06-27 04:20:09
GitHub RepositoryOfficial Website

Having issues? Check the FAQ below

3 FAQs

Similar Projects