mongo-write-stream
Node.js module that creates a writable object stream to a mongodb collection.
npm install mongo-write-stream
Example.
var mongoWriteStream = ;var collectionWriteStream = ; someObjectReadableStream;
Instead of a connection string you can also pass a mongodb native driver database instance or a mongojs database instance to avoid duplicate connections.