A Airflow-environment.
References:
cd <your-projects-dir>
git clone https://github.com/libranet/libranet-airflow.git
make install
Initialize database:
make airflow-db-init
Running webserver in standalone-mode
bin/airflow standalone
And then point your browser to http://127.0.0.1:8080
Run the unittests with pytest:
make pytest
code .