Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Practical examples of MongoDB documents [closed]

Tags:

mongodb

nosql

I would like to learn how to properly design MongoDB documents. I know about MongoDB manual with special section about document design. Where can I find some practical examples of documents for social networks, cms sites, logging applications? Code that I can look into and learn from.

Thanks for your time and have a nice day!

like image 671
Oto Brglez Avatar asked Mar 28 '13 12:03

Oto Brglez


Video Answer


2 Answers

Please check this out if you really want to see a detailed approach from mongodb's creators; this is really good: http://docs.mongodb.org/ecosystem/use-cases/ .

like image 61
Devesh Avatar answered Oct 09 '22 09:10

Devesh


MongoDB has some great talks with examples. I would particularly concentrate on the schema design talks.

like image 33
Sridhar Nanjundeswaran Avatar answered Oct 09 '22 09:10

Sridhar Nanjundeswaran