Skip to content

Instantly share code, notes, and snippets.

@anapaulagomes
Created November 4, 2016 12:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anapaulagomes/93a7b5345452f00d0c2a709c9e4e56c6 to your computer and use it in GitHub Desktop.
Save anapaulagomes/93a7b5345452f00d0c2a709c9e4e56c6 to your computer and use it in GitHub Desktop.
Group by field and count the occurrences
db.logs.aggregate({$group: {_id: {'exchangeType': '$result.exchangeType'}, soma: {$sum: 1}}})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment