Skip to content

Instantly share code, notes, and snippets.

@peterzawistowicz
Created May 27, 2015 21:18
Show Gist options
  • Save peterzawistowicz/a162d3a61dd7ad392ec8 to your computer and use it in GitHub Desktop.
Save peterzawistowicz/a162d3a61dd7ad392ec8 to your computer and use it in GitHub Desktop.
db.activities.aggregate(([
{ $match: { time: { $gt: NOW-1H } }},
{ $group: { _id: "$userId", count: {$sum: 1} } }],
{ allowDiskUse: 1 })
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment