cc59chong/Data-Modeling-with-Postgres
Define fact and dimension tables for a star schema for a particular analytic focus. Build an ETL pipeline using Python, and transfer data from JSON files in two local directories into these tables in Postgres using Python and SQL.
Jupyter Notebook