neumino / thinky

JavaScript ORM for RethinkDB
http://justonepixel.com/thinky/
Other
1.12k stars 128 forks source link

Integrate Regrid to store and stream big files #602

Closed janek26 closed 7 years ago

janek26 commented 7 years ago

Or another filesystem for RethinkDB.

Advances to buffer -> You can stream data o or from the database

ReGrid -> https://github.com/internalfx/regrid

grantcarthew commented 7 years ago

That's not really in the scope of thinky.

There are many blob stores to choose from. I wrote my own, scalable-blob-store, not to mention Amazon or Azure.

https://www.npmjs.com/search?q=blob+store

If someone would like to use regrid they can simply add the module.

neumino commented 7 years ago

Like @grantcarthew, there's no reason to merge these two modules together. If someone needs both, they should just import both.