Nodejs Mongodb Streaming Save

Project README

Node.js Mongoose+GridFS Example

Half baked thoughts with more to come.

This application illustrates using mongodb's GridStore through mongoose to store files in mongodb's GridFS.

An interesting addition is that when files are downloaded they are streamed from mongodb rather than loading the whole file into memory at once.

Try it out

Requirements

  • node.js (tested on v0.6.6)
  • coffee-script
  • mongodb (must be running)
  • npmjs

Running it

Install the dependencies by typing

  npm install .

And run it via coffee by typing

  coffee app

Running the Tests

From the root of the project:

  mocha

Have fun!

Open Source Agenda is not affiliated with "Nodejs Mongodb Streaming" Project. README Source: jamescarr/nodejs-mongodb-streaming
Stars
47
Open Issues
2
Last Commit
4 years ago

Open Source Agenda Badge

Open Source Agenda Rating