Created
September 11, 2014 05:37
-
-
Save pvoznenko/65d2ceec13a28127af82 to your computer and use it in GitHub Desktop.
hw5.1
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
db.posts.aggregate([{$unwind:"$comments"}, {$group: {_id:"$comments.author", count: { $sum: 1 }}}, {"$sort": {"count": -1}}]); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment