marcello3d / node-mongolian

[project inactive] Mongolian DeadBeef is an awesome Mongo DB driver for node.js
https://groups.google.com/group/node-mongolian
zlib License
349 stars 50 forks source link

MapReduce #11

Open clintberry opened 13 years ago

clintberry commented 13 years ago

This might be a little much to ask at this point, but I don't suppose there is a way to run Map Reduce with mongolian is there?

marcello3d commented 13 years ago

There isn't, but it shouldn't be too difficult to add.

marcello3d commented 13 years ago

Ok, I've added support based on the mongodb shell syntax, but I don't know how well it works. If you could add some unit tests for mapreduce, that would be great.

clintberry commented 13 years ago

Awesome! That was quick ;-) I'll look into making some quick tests to make sure it is working.