Skip to content

Latest commit

 

History

History
36 lines (22 loc) · 896 Bytes

README.md

File metadata and controls

36 lines (22 loc) · 896 Bytes

Airflow-ETL-Example

This is for testing ETL Pipeline with Airflow

Process

  • Extract(CSV file) → Transform(custom) → Load(PostgreSQL)

Quick Start

For documentation on setting up and running Docker Compose, see Airflow Docs.

Run Docker

# Make sure to initialize Docker settings based on the above airflow documentation
docker compose up

Run ETL Pipeline

img_2.png



Result images

Success of the pipeline

img.png

Database

img_1.png

License

  • MIT License
  • I brought the datalake/hospitals.csv from here