top | item 3944178

MongoDB Driver Now Includes Hadoop MapReduce & Node.js Support

23 points| EzGraphs | 14 years ago |blog.mongodb.org | reply

4 comments

order
[+] EzGraphs|14 years ago|reply
Includes v1.0 of the Mongo-Hadoop connector for MongoDB on Hadoop’s MapReduce and Node.js Driver v1.0.
[+] no-espam|14 years ago|reply
Too bad they didn't provide a node.js API closer to the mongo command line utility. See https://github.com/marcello3d/node-mongolian.git. The official driver is modeled after Ruby API.
[+] catch23|14 years ago|reply
To be fair, the mongo people just pulled in a driver that everyone has already been using for the past 2 years or so. christkv's driver has been in use in dozens of projects -- everything from connect to mongoose. It wouldn't make sense to drastically change the API and break all the npm packages out there.

According to the npm registry, there are just over 100 packages that all depend on christkv's library. I'm sure there are more because certain libraries like mongoosejs, simply include the library as part of their package instead of a dependency.

Source: http://search.npmjs.org/#/mongodb