Skip to content

Instantly share code, notes, and snippets.

@trennepohl
Last active February 15, 2018 16:16
Show Gist options
  • Save trennepohl/aa1e36319ccdbf674f0e1be5c48ef584 to your computer and use it in GitHub Desktop.
Save trennepohl/aa1e36319ccdbf674f0e1be5c48ef584 to your computer and use it in GitHub Desktop.
MongoDB Aggregation command example
`db.myCollection.aggregate([ { $group : { _id: "$someField", count: {$sum:1} }}])`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment