Skip to content

Instantly share code, notes, and snippets.

@ddol
Created April 17, 2011 17:10
Show Gist options
  • Save ddol/924242 to your computer and use it in GitHub Desktop.
Save ddol/924242 to your computer and use it in GitHub Desktop.
MongoDB Map/Recuce with stored JavaScript
db.pings.mapReduce("function(){cidmap.apply(this);}", "function(k,v){return cidred(k,v);}", {out: { replace : "cidmr"} } )
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment