Skip to content

Instantly share code, notes, and snippets.

View gperr1's full-sized avatar

Guillaume Perrin gperr1

  • France
View GitHub Profile
@gperr1
gperr1 / mapreduce.js
Last active August 29, 2015 14:10 — forked from trivoallan/mapreduce.js
/*
* Aggrégation des données
*/
db.request.mapReduce(
function() {
key = this.idClient,
value = {
user_id: this.tagCommanderData.user_id,
dateCreated: this.dateCreated
};