mongodb
Nothing to display jet.
Nothing to display jet.
I need to store lots of data and with each entry there is a Facebook user id to whom data belongs to. What is the best way to store this in #mongodb?
Is one collection with entries like this will be fine?
{
"stuff": { ... },
"id": "<facebook-user-id>"
}
Later I will need this do display his own stuff to the logged in user.
Hi guys!

Check out new online course from creators of #mongo_db. This course will start at October, 22 till December, 10. After final assignments you will be given a certificate of completion from 10gen, company, that maintains #mongo.
http://education.10gen.com/courses/10gen/M101/2012_Fall/about
Simple example for the mongoose 'populate' feature: referencing objects from each other. More under the cut