sophie2chance2 / docker-airflow

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

docker-airflow

How to Start

  1. Run docker-compose up -d to start the docker container
  2. Open http://localhost:8080/home in the browser Might take a minute to load Use the default username and password (airflow/airflow) to login if prompted

How to Stop

  1. Run docker-compose down to stop the docker container

Initial Set Up

USED THIS TUTORIAL: https://www.youtube.com/watch?v=K9AnJ9_ZAXE
Loved it! Super easy to follow.

  1. Download docker compose file from apache
curl -LfO 'https://airflow.apache.org/docs/apache-airflow/2.0.1/docker-compose.yaml'
  1. Create folders for ./dags, ./logs, ./plugins
mkdir ./dags ./logs ./plugins
  1. Initialize docker compose
docker-compose up airflow-init
  1. Start docker compose
docker-compose up -d
  1. Navigate to http://localhost:8080/ and use the default username and password (airflow/airflow) to login.

About


Languages

Language:Python 100.0%