Skip to content

GavinAdriel/Postgres-Data-Modelling

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

📊 Data-Modeling-Bootcamp

This is a self-learning bootcamp from DataExpert.io about data modelling. The course talk about building cumulative table, SCD table, Graph table, and building Fact table.


🧰 Set up environment

🟪 PostgreSQL
Reliable, powerful open-source database engine.

🐳 Docker + Compose
Spin up Postgres + PGAdmin instantly, no manual setup.


Copy the env template:

cp example.env .env

The .env file stores credentials used by PostgreSQL and PGAdmin

Start PostgreSQL & PGAdmin in containers:

docker compose up -d

Check containers are running:

docker ps -a

When you're done with work:

docker compose stop

About

A Data Modelling bootcamp course from DataExpert.io

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors