me-box / zestdb

ZestDB
MIT License
18 stars 3 forks source link

API enhancement: support a passthrough store type #5

Closed Toshbrown closed 6 years ago

Toshbrown commented 6 years ago

This store type allows drivers to publish data without having it written to disk.

It's useful for larger data sources like IP cameras or high-frequency data.

Drivers can only write to the endpoint. (but no data is saved)

Apps can only observe the endpoint to get notification of new data.

jptmoore commented 6 years ago

Supported in notification system.