Modelling data for NoSQL databases
Thinking process for NoSQL is completely different from SQL. If you come from SQL background, this video talk will help you learn how to think data modelling from NoSQL perspective.
Some of the topics covered with examples are,
- Embedding vs Referencing for related data
- When to combine both embedding and referencing data
- Normalization vs Denormalization of data
- Homogenous collection vs Heterogenous collection