Skip to content

Instantly share code, notes, and snippets.

@ForbesLindesay
Created May 19, 2014 13:37
Show Gist options
  • Save ForbesLindesay/c523f98cafa5a99e6e1d to your computer and use it in GitHub Desktop.
Save ForbesLindesay/c523f98cafa5a99e6e1d to your computer and use it in GitHub Desktop.

Top 50 contributors to esdiscuss (all time)

db.headers.aggregate({'$group': {'_id': '$from.email', 'count': {'$sum': 1}}}, {'$sort': {'count': -1}}, {'$limit': 50});
{
  "_id" : "brendan@mozilla.com",
  "count" : 3685
}, 
{
  "_id" : "allen@wirfs-brock.com",
  "count" : 2241
}, 
{
  "_id" : "brendan@mozilla.org",
  "count" : 1798
}, 
{
  "_id" : "erights@google.com",
  "count" : 1740
}, 
{
  "_id" : "axel@rauschma.de",
  "count" : 1022
}, 
{
  "_id" : "bruant.d@gmail.com",
  "count" : 1021
}, 
{
  "_id" : "andrea.giammarchi@gmail.com",
  "count" : 888
}, 
{
  "_id" : "waldron.rick@gmail.com",
  "count" : 806
}, 
{
  "_id" : "dherman@mozilla.com",
  "count" : 764
}, 
{
  "_id" : "rossberg@google.com",
  "count" : 702
}, 
{
  "_id" : "tomvc.be@gmail.com",
  "count" : 560
}, 
{
  "_id" : "herby@mailbox.sk",
  "count" : 444
}, 
{
  "_id" : "dmitry.soshnikov@gmail.com",
  "count" : 421
}, 
{
  "_id" : "domenic@domenicdenicola.com",
  "count" : 394
}, 
{
  "_id" : "erik.arvidsson@gmail.com",
  "count" : 393
}, 
{
  "_id" : "Allen.Wirfs-Brock@microsoft.com",
  "count" : 354
}, 
{
  "_id" : "khs4473@gmail.com",
  "count" : 352
}, 
{
  "_id" : "jackalmage@gmail.com",
  "count" : 342
}, 
{
  "_id" : "claus.reinke@talk21.com",
  "count" : 324
}, 
{
  "_id" : "jason.orendorff@gmail.com",
  "count" : 318
}, 
{
  "_id" : "waldemar@google.com",
  "count" : 308
}, 
{
  "_id" : "zenparsing@gmail.com",
  "count" : 293
}, 
{
  "_id" : "johnjbarton@johnjbarton.com",
  "count" : 292
}, 
{
  "_id" : "brandon@brandonbenvie.com",
  "count" : 286
}, 
{
  "_id" : "dhtmlkitchen@gmail.com",
  "count" : 283
}, 
{
  "_id" : "oliver@apple.com",
  "count" : 283
}, 
{
  "_id" : "ptw@pobox.com",
  "count" : 275
}, 
{
  "_id" : "david.hopwood@industrial-designers.co.uk",
  "count" : 269
}, 
{
  "_id" : "samth@ccs.neu.edu",
  "count" : 261
}, 
{
  "_id" : "mjs@apple.com",
  "count" : 259
}, 
{
  "_id" : "mikesamuel@gmail.com",
  "count" : 249
}, 
{
  "_id" : "lhansen@adobe.com",
  "count" : 244
}, 
{
  "_id" : "petermichaux@gmail.com",
  "count" : 239
}, 
{
  "_id" : "david.bruant@labri.fr",
  "count" : 238
}, 
{
  "_id" : "russell.leggett@gmail.com",
  "count" : 229
}, 
{
  "_id" : "dean@deanlandolt.com",
  "count" : 197
}, 
{
  "_id" : "ecmascript@norbertlindenberg.com",
  "count" : 185
}, 
{
  "_id" : "annevk@annevk.nl",
  "count" : 184
}, 
{
  "_id" : "bzbarsky@MIT.EDU",
  "count" : 176
}, 
{
  "_id" : "bbenvie@mozilla.com",
  "count" : 159
}, 
{
  "_id" : "erights@gmail.com",
  "count" : 143
}, 
{
  "_id" : "claude.pache@gmail.com",
  "count" : 140
}, 
{
  "_id" : "cira@google.com",
  "count" : 140
}, 
{
  "_id" : "jorge@jorgechamorro.com",
  "count" : 139
}, 
{
  "_id" : "liorean@gmail.com",
  "count" : 138
}, 
{
  "_id" : "rfobic@gmail.com",
  "count" : 119
}, 
{
  "_id" : "lth@acm.org",
  "count" : 118
}, 
{
  "_id" : "jodyer@adobe.com",
  "count" : 114
}, 
{
  "_id" : "mike.shaver@gmail.com",
  "count" : 111
}, 
{
  "_id" : "maian330@gmail.com",
  "count" : 110
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment