Tags → #schema-design
-
Mini Project: Designing a Scalable Blog Schema
Week 1 Finale! We take everything we learned—embedding, referencing, and patterns—and build a production-ready schema for a blogging platform.
-
Powerful Schema Design Patterns in MongoDB
Don’t reinvent the wheel. Discover persistent schema design patterns like The Attribute Pattern, The Bucket Pattern, and The Subset Pattern to solve common data problems.
-
Embedding vs Referencing in MongoDB
The most fundamental schema design decision in MongoDB: Should you embed data in a single document or reference it across multiple documents? We explore the trade-offs, patterns, and code examples.