Well, this more about Database design question. I have good idea about designing SQL for use cases like job portal but when it comes to Mongodb, i am a lot confused. Also, there is hardly any resource present on the web to guide me through.
I have followed this link to understand patterns which made few things clear - Building with Patterns: A Summary | MongoDB Blog
Still, I see there is lack of resources explaining dos and don’ts and hows and whys of database designing. Complicated schema design like Job portal requires a lot of thoughts - number of documents, data duplication, memory optimization, document size, in absence of joins what is the best ways to improve performance.
If there are such samples of use case explained be guide me to those links/resources. Otherwise, for the community such resources should be added so that switching from sql to mongo becomes easier.