aheckmann / gridfs-stream

Easily stream files to and from MongoDB
MIT License
615 stars 120 forks source link

Implement node v0.10 style streams #61

Closed riaan53 closed 9 years ago

riaan53 commented 9 years ago

This PR follows from the discussion in https://github.com/aheckmann/gridfs-stream/pull/47

This will only work for the new mongo v2+ driver as is (indicate in readme?) but can be made backwards compatible to work with the old driver as well.

Reggino commented 9 years ago

I've renamed 1.0.0 to the master branch and published 1.0.0

Thanks for all the great work @riaan53 !.

riaan53 commented 9 years ago

Awesome!!! :) Thank you for all the help and support @Reggino and @vsivsi .

Maybe just indicate in readme (because there is no check in code) to use mongodb 2.x driver on the master branch and mongodb 1.x on other?

vsivsi commented 9 years ago

Nice, I'll start my integration shortly!