12551 Forks
30860 Stars
30860 Watchers

airflow

Apache Airflow - A platform to programmatically author, schedule, and monitor workflows

How to download and setup airflow

Open terminal and run command
git clone https://github.com/apache/airflow.git
git clone is used to create a copy or clone of airflow repositories. You pass git clone a repository URL.
it supports a few different network protocols and corresponding URL formats.

Also you may download zip file with airflow https://github.com/apache/airflow/archive/master.zip

Or simply clone airflow with SSH
[email protected]:apache/airflow.git

If you have some problems with airflow

You may open issue on airflow support forum (system) here: https://github.com/apache/airflow/issues