Skip to content

Instantly share code, notes, and snippets.

@mb-dev
Created January 28, 2013 18:04
Show Gist options
  • Save mb-dev/4657691 to your computer and use it in GitHub Desktop.
Save mb-dev/4657691 to your computer and use it in GitHub Desktop.
MongoDB Bucketed Collections
User:
{
id: 1,
name: 'Joe'
}
MailBucket:
{
user_id: 1,
location: 11,
messages: [{id: 1, content: 'Hello World'}]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment