File tree Expand file tree Collapse file tree 8 files changed +17
-6
lines changed
materials/1-dimensional-data-modeling Expand file tree Collapse file tree 8 files changed +17
-6
lines changed Original file line number Diff line number Diff line change @@ -81,6 +81,7 @@ Top must-join communities for ML:
81
81
- [ Tableau] ( https://www.tableau.com/ )
82
82
- [ Power BI] ( https://powerbi.microsoft.com/ )
83
83
- [ Apache Superset] ( https://superset.apache.org/ )
84
+ - [ Evidence] ( https://evidence.dev )
84
85
- Data Integration
85
86
- [ Cube] ( https://cube.dev )
86
87
- [ Fivetran] ( https://www.fivetran.com )
@@ -178,7 +179,10 @@ Here's the mostly comprehensive list of data engineering creators:
178
179
| Constantin Lungu | | [ Constantin Lungu] ( https://www.linkedin.com/in/constantin-lungu-668b8756 ) (10k+) | | | |
179
180
| Ijaz Ali | | [ Ijaz Ali] ( https://www.linkedin.com/in/ijaz-ali-6aaa87122/ ) (24K+)
180
181
| Subhankar | | [ Subhankar] ( https://www.linkedin.com/in/subhankarumass/ ) (5k+) | | | |
181
-
182
+ | Ankur Ranjan | [ Big Data Show] ( https://www.youtube.com/@TheBigDataShow ) (100k+) | [ Ankur Ranjan] ( https://www.linkedin.com/in/thebigdatashow/ ) (48k+) | | | |
183
+ | Lenny | | [ Lenny A] ( https://www.linkedin.com/in/lennyardiles/ ) (6k+) | | | |
184
+ | Mehdi Ouazza | [ Mehdio DataTV] ( https://www.youtube.com/@mehdio ) (3k+) | [ Mehdi Ouazza] ( https://www.linkedin.com/in/mehd-io/ ) (20k+) | [ mehd_io] ( https://x.com/mehd_io ) | | [ @mehdio_datatv] ( https://www.tiktok.com/@mehdio_datatv ) |
185
+ | ITVersity | [ ITVersity] ( https://www.youtube.com/@itversity ) (67k+) | [ Durga Gadiraju] ( https://www.linkedin.com/in/durga0gadiraju/ ) (48k+) | | |
182
186
183
187
### Great Podcasts
184
188
Original file line number Diff line number Diff line change @@ -4,6 +4,12 @@ This will be six weeks of curricula
4
4
5
5
- Dimensional Data Modeling
6
6
- Homework is [ here] ( materials/1-dimensional-data-modeling/homework/homework.md )
7
+ - Day 1 Lecture is [ here] ( https://www.dataexpert.io/lesson/dimensional-data-modeling-lecture-day-1-yt )
8
+ - Day 1 Lab is [ here] ( https://www.dataexpert.io/lesson/dimensional-data-modeling-lab-day-1-yt )
9
+ - Day 2 Lecture is [ here] ( https://www.dataexpert.io/lesson/dimensional-data-modeling-day-2-lecture-yt )
10
+ - Day 2 Lab is [ here] ( https://www.dataexpert.io/lesson/dimensional-data-modeling-day-2-lab-yt )
11
+ - Day 3 Lecture is [ here] ( https://www.dataexpert.io/lesson/dimensional-data-modeling-day-3-lecture-yt )
12
+ - Day 3 Lab is [ here] ( https://www.dataexpert.io/lesson/dimensional-data-modeling-day-3-lab-yt )
7
13
- Fact Data Modeling
8
14
- Homework is (to be added)
9
15
- Data Quality (analytics)
Original file line number Diff line number Diff line change 1
1
# 📅 Data Modeling
2
2
3
3
This repository contains the setup for the data modeling modules in Weeks 1 and 2.
4
-
4
+
5
5
:wrench : ** Tech Stack**
6
6
7
7
- Git
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ services:
11
11
- POSTGRES_USER=${POSTGRES_USER}
12
12
- POSTGRES_PASSWORD=${POSTGRES_PASSWORD}
13
13
ports :
14
- - " ${CONTAINER_PORT }:5432"
14
+ - " ${HOST_PORT }:5432"
15
15
volumes :
16
16
- ./:/bootcamp/
17
17
- ./data.dump:/docker-entrypoint-initdb.d/data.dump
Original file line number Diff line number Diff line change 18
18
draft_round TEXT ,
19
19
draft_number TEXT ,
20
20
seasons season_stats[],
21
- scoring_class scorer_class,
21
+ scorer_class scoring_class,
22
+ years_since_last_active INTEGER ,
22
23
is_active BOOLEAN ,
23
24
current_season INTEGER ,
24
25
PRIMARY KEY (player_name, current_season)
Original file line number Diff line number Diff line change 20
20
- [ All Hands on Data] ( https://allhandsondata.substack.com/ )
21
21
- [ Modern Data 101] ( https://moderndata101.substack.com/ )
22
22
- [ SELECT Insights] ( https://newsletter.ssp.sh/ )
23
- - [ Interesting Data Gigs] ( https://newsletter .interestinggigs.com )
23
+ - [ Interesting Data Gigs] ( https://www .interestinggigs.com/ )
24
24
- [ Ju Data Engineering Weekly] ( https://juhache.substack.com/ )
25
25
- [ From An Engineer Sight] ( https://fromanengineersight.substack.com/ )
26
- - [ Data Engineering Community] ( https://dataengineeringcommunity.substack.com/ )
26
+ - [ Data Engineering Community] ( https://dataengineeringcommunity.substack.com/ )
You can’t perform that action at this time.
0 commit comments