Skip to content

Instantly share code, notes, and snippets.

@ishiDACo
Created February 20, 2020 09:40
Show Gist options
  • Save ishiDACo/9d87aebe341755011e228319a614900c to your computer and use it in GitHub Desktop.
Save ishiDACo/9d87aebe341755011e228319a614900c to your computer and use it in GitHub Desktop.
distinct した要素数カウント
db.getCollection('scrape').aggregate([
{"$group" : {_id:"$hostname", count:{$sum:1}}},
{$sort: {count:-1}}
])
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment