Skip to content

Instantly share code, notes, and snippets.

@ornicar
Created February 20, 2014 11:05
Show Gist options
  • Save ornicar/9111287 to your computer and use it in GitHub Desktop.
Save ornicar/9111287 to your computer and use it in GitHub Desktop.
ns29899(mongod-2.4.8) lichess> db.pref.aggregate({$group:{_id:'$theme',nb:{$sum:1}}})
{
"result": [
{
"_id": "canvas",
"nb": 1163
},
{
"_id": "green",
"nb": 1333
},
{
"_id": "blue",
"nb": 1167
},
{
"_id": "grey",
"nb": 648
},
{
"_id": "brown",
"nb": 18032
},
{
"_id": "wood",
"nb": 2113
},
{
"_id": null,
"nb": 22434
}
],
"ok": 1
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment