olddigger / digger

Simple databases for web designers
http://digger.io
MIT License
1 stars 1 forks source link

HTTP streams #18

Open binocarlos opened 10 years ago

binocarlos commented 10 years ago

Regardless of transport between the web and warehouse layer - it should be speaking HTTP and should be streaming

At present the req is pure JS object and rep is a function callback

Converting to HTTP streams (perhaps transported over ZeroMQ) means that file suppliers can be proper warehouses

The file-store is currently baked into digger-server - which is bad

Making suppliers deals with http streams means we can plug in the file-store as many warehouses (dropbox git etc)