In NoSQL data modeling I analyzed NoSQL data modeling and ways to model many to many relationships. In another post I added a few examples of 1-to-many bound and unbound cases.
[Read More]NoSQL One-to-Many Relation Examples; Bound and Unbound Cases
What Are the Options to Properly Model 1-to-Many Scenarios and Which One is Right?
In NoSQL data modeling post, I have explained NoSQL data modeling and that there are three ways to model one to many relationships. In this post, I will list real-world examples of one to many relationship — both bound and unbound — in which application of different ways of modeling are possible (or not).
[Read More]NoSQL Example of Separate Collections in One-to-One Relationship; Case of Specialization and Generalization
When and Why Should Reference Be Used to Link Documents in 1-1 Relation.
In my detailed post on NoSQL data modeling, I listed down ways of modeling NoSQL data (using mongodb collections). For one-to-one relation, usually, it is not apparent why one needs a separate collection instead of embedding everything in single document.
[Read More]How to Draw NoSQL Data Model Diagram?
NoSQL, unlike SQL which has ER and class diagrams, has neither names nor constraints for data modeling diagrams. The obvious reason is the relaxed rules of NoSQL about relationships, which aim to get a developer started with minimum requirements.
[Read More]