Skip to content

Instantly share code, notes, and snippets.

@peterzawistowicz
Created May 27, 2015 21:12
Show Gist options
  • Save peterzawistowicz/ef27126b351e306d2ea6 to your computer and use it in GitHub Desktop.
Save peterzawistowicz/ef27126b351e306d2ea6 to your computer and use it in GitHub Desktop.
db.activities.aggregate(([
{ $match: { itemId: "301671", ts: { $gt: DATE }}},
{ $group: { _id: "$type", count: { $sum: 1 }}}])
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment