Skip to content

Plazas87/airflow_ETL

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Airflow toturial

Simple data pipeline using Airflow

Requirements

  • docker
  • pandas
  • psycopg2
  • airflow

Installation

python -m pip install -r requirements.txt

Start a postgres instance

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

Start the web server and scheduler

airflow webserver -p 8080
airflow scheduler

and then open http://localhost:8080

About

Simple data pipeline using Airflow

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages