#3 · Primary category: MLOps & Evaluation
airflow
Apache Airflow - A platform to programmatically author, schedule, and monitor workflows
Project last updated:08/29/26
GitHub Stars
46.6K
Forks
17.7K
Contributors
4.6K
License
Apache-2.0
Why we included this project
If your team runs data or machine-learning pipelines that need to fire on a schedule, retry on failure, and leave an audit trail, Airflow is the tool most teams reach for first. You define workflows as Python code, where each task is a step in a directed acyclic graph, and the platform handles the scheduler, the worker queue, and a web UI for inspecting task status and logs. It ships with a large library of operators that talk to cloud services, databases, and data warehouses, so you can wire together extraction, transformation, and model-training steps without hand-rolling glue code. Because pipelines are just Python, you can generate them dynamically and version them like any other codebase. Teams that already run Airflow in production will find a mature ecosystem of plugins, integrations, and community knowledge to lean on.
Articles for this project
No articles for this project yet.
To suggest a topic or contribute an article, contact us.
Related projects in this category
unsloth
Local UI to run and train LLMs and diffusion models. Supports GGUF, MLX, Qwen3.8, Kimi K3, MiniMax-H3, Gemma 4, FLUX and more.
LlamaFactory
Unified Efficient Fine-Tuning of 100+ LLMs & VLMs (ACL 2024)
langfuse
🪢 Open source AI engineering platform: LLM evals, observability, metrics, prompt management, playground, datasets. Integrates with OpenTelemetry, LangChain, OpenAI SDK, LiteLLM, and more. 🍊YC W23
netron
Visualizer for neural network, deep learning and machine learning models
mlflow
The open source AI engineering platform for agents, LLMs, and ML models. MLflow enables teams of all sizes to debug, evaluate, monitor, and optimize production-quality AI applications while controlling costs and managing access to models and data.