Skip to content

Instantly share code, notes, and snippets.

@rectalogic
Created January 7, 2016 21:20
Show Gist options
  • Save rectalogic/42086e548922519970f0 to your computer and use it in GitHub Desktop.
Save rectalogic/42086e548922519970f0 to your computer and use it in GitHub Desktop.
pipeline = [
{
"$match": {
"$and": query
}
},
{"$group": {"_id": "$user_id", "user_id": {"$sum": 1}}}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment