I'm currently streaming images and soon videos to a CouchDB database, with 
cradle sometimes, but mostly directly with request and/or superagent.

Putting blob attachments is a simple as 
`myBlob.pipe(request.put('http://my.databa.se/db/doc/attachment'))`

Getting them is even easier 
`request('http://my.databa.se/db/doc/attachment').pipe(myResultStream_UsuallyAnHttpResponseObject)`

If you're in the context of a web server, you get ETag caching for free.

On Tuesday, 20 May 2014 16:00:29 UTC+2, Matt Sergeant wrote:
>
> What options are out there currently for streaming blob support in Node.js 
> databases?
>
> I know that MongoDB has GridFS which seems to support streams. Are there 
> any others?
>

-- 
Job board: http://jobs.nodejs.org/
New group rules: 
https://gist.github.com/othiym23/9886289#file-moderation-policy-md
Old group rules: 
https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines
--- 
You received this message because you are subscribed to the Google Groups 
"nodejs" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/nodejs/381be654-c016-4941-b535-09ca91ddfe35%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to