Hacker News new | ask | show | jobs
by morelandjs 2004 days ago
It's a job scheduler that runs directed acyclic graphs. A key feature of Airflow is you can more or less write your workflow naturally in python, and it will create the workflow graph for you. It includes a web interface for managing your workflows, a scheduler, and much more.
1 comments

What exactly is a "workflow"? And how does it benefit from "directed acyclic graphs"?