Simple data pipeline using Airflow
- docker
- pandas
- psycopg2
- airflow
python -m pip install -r requirements.txt
To run the app in development mode, execute:
docker run --name postgres_db -e POSTGRES_PASSWORD=postgres -e POSTGRES_USER=airflow -p 5432:5432 -d postgres
airflow webserver -p 8080
airflow scheduler
and then open http://localhost:8080