Apache Airflow


Installations

        
sudo apt-get install libmysqlclient-dev
sudo apt-get install libssl-dev
sudo apt-get install libkrb5-dev
export AIRFLOW_HOME=~/airflow
pip3 install apache-airflow
pip install typing_extensions
airflow initdb
airflow db init
airflow webserver -p 8181
airflow users create --username xxx --firstname xxx --lastname xxx --role Admin --email xxx@xxx.com
        
    

References


  1. Install Airflow: 4 Easy Steps
  2. Airflow Webserver