Schema design keeps coming up in Andreas Kretz's coaching sessions, which is what prompted this dedicated course — built around the same e-commerce dataset used elsewhere in his academy, plus real schemas pulled from actual coaching work.
Why schema design matters
Even NoSQL storage, often pitched as "schema-less," needs a deliberate structure behind it — skip that step and data has a way of turning into an unmanageable swamp rather than a usable asset.
Designing for different storage types
- Relational databases
- NoSQL storage
- Columnar storage
- Document databases
- Key-value storage
- Data warehouses
Across 10 lessons, paired with the companion course "Choosing Data Stores," you come away able to both pick the right storage for a task and design a schema for it that's efficient and easy to reason about.