data-modeling.md
July 15, 2021 ยท View on GitHub
Bookmarks tagged [data-modeling]
www.codever.land/bookmarks/t/data-modeling
Modeling Data for NoSQL Document Databases - YouTube [31min]
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
- :calendar: published on: 2016-05-06
- tags: nosql, data-modeling, database-design
33rd Degree 2014 - MongoDB Schema Design - Tugdual Grall - YouTube [47']
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 ...
- :calendar: published on: 2014-09-29
- tags: mongodb, database-design, data-modeling