Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 1.22 KB

data-modeling.md

File metadata and controls

18 lines (15 loc) · 1.22 KB

Bookmarks tagged [data-modeling]

https://www.youtube.com/watch?v=IUxT7ZRHlZ4

To embed or to reference? Well, it depends on relationship type, data volatility, bounding type etc.... Great video


https://www.youtube.com/watch?v=csKBT8zkRf0

MongoDB's basic unit of storage is a document. Documents can represent rich, schema-free data structures, meaning that we have several viable alternatives to the normalized, relational model. In this ...