Skip to content

Instantly share code, notes, and snippets.

@michaeldelorenzo
Last active August 29, 2015 14:06
Show Gist options
  • Save michaeldelorenzo/81892ef216c2d0f9470b to your computer and use it in GitHub Desktop.
Save michaeldelorenzo/81892ef216c2d0f9470b to your computer and use it in GitHub Desktop.
{
"_id": 12345,
"_type": "tweet",
"text": "welcome to #MongoDBWorld!",
"twitter_user": "mongodb"
}
{
"_id": "mongodbworld_campaign",
"name": "MongoDB World",
}
{
"campaign_id": "mongodbwolrd_campaign",
"content_id": 12345
}
{
"_id": 12345,
"_type": "tweet",
"text": "welcome to #MongoDBWorld!",
"twitter_user": "mongodb",
"campaigns": ["mongodbworld_campaign"]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment