This project is a simple introduction to Docker. It shows how to run a Python application and a PostgreSQL database in separate containers and connect them through a custom Docker network. The Python ...
The pipeline extracts COVID-19 data, loads it into a PostgreSQL database, transforms it using DBT, and visualizes it with Power BI. Docker ensures reproducibility across environments, and a scheduler ...