Concepts for Data Engineers: Dimensional Data Modelling
In this series I’m introducing several important concepts that new Data Engineers should be aware of. The other topics I talked so far:
I’m introducing several important concepts that new Data Engineers should be aware of. The other topics I talked so far:
✅ Data Modelling
✅ CDC
✅ Idempotency
✅ ETL x ELT x EL
✅ Kappa x Lamda Data Architectures
✅ Slowly Changing Dimensions — SCD
✅ 10 Concepts all Data Engineers should know
I also have 2 series about python:
🐍 Efficient Python
🐍 Software Engineering with Python
Checkout other medias I create content:
➡️ GitHub
➡️ My Data Courses (udemy)
➡️ Linkedin
➡️ Subscribe my Newsletter
➡️ Youtube
Model you data to look good, but not like Gisele Bundchen…
Introduction
Data modeling plays a crucial role in the design and development of databases. It is the process of creating a conceptual representation of the data and its…