Skip to content

Instantly share code, notes, and snippets.

@rootedsoftware
Created January 12, 2015 19:34
Show Gist options
  • Save rootedsoftware/f642f378713110fca7be to your computer and use it in GitHub Desktop.
Save rootedsoftware/f642f378713110fca7be to your computer and use it in GitHub Desktop.
Aggregate array
[
{
"_id" : "Philippines Infrastructure",
"total" : 3400,
"count" : 1
},
{
"_id" : "Philippines Urgent",
"total" : 1100,
"count" : 1
},
{
"_id" : "Urgent Operational Needs",
"total" : 23400,
"count" : 1
},
{
"_id" : "Name Here",
"total" : 103,
"count" : 1
},
{
"_id" : "Where Most Needed",
"total" : 112382,
"count" : 39
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment