Skip to content

PenthagonHacker/AeroDe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

AeroDe

STEPS:

  1. Create "airflow" directory and download docker-compose.yaml into it. (make sure internal and external ports are mapped for Postgres container, otherwise you won't be able to connect dbeaver or another database IDE for that matter to you PostgreSQL database)

  2. Create sub-directories such as "./logs", "./dags", "./config" and "./plugins"

  3. Run command docker compose up -d inside "airflow" folder and wait until run is success.

  4. Download and put ETL_RUN.py to your "./dags" folder

  5. Use Dbeaver to create connection (username and password are "airflow")

  6. Use DDL's from SQL folder to create necessary entities.

  7. Go to http://localhost:8080/ ,find your dag and run it.

  8. Check result in the tables below:

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published