Data Modelling with MongoDB
At first, if you are coming from the world of SQL these concepts may seem a bit foreign and contrary to your existing ‘best-practices’. Specifically when designing a data model for SQL databases one must try to reduce cardinality and strive for normalization. This is not the case with noSQL databases. The important distinction between…