eigenein / my-iot-rs

Yet another home automation (alpha)
https://eigenein.github.io/my-iot-rs/html
MIT License
32 stars 5 forks source link

Play around with sled #48

Closed eigenein closed 4 years ago

eigenein commented 4 years ago

Key ranges (WIP)

sensor::*::<timestamp>

Serialized sensor reading. Range search to get time series.

latest::sensor::*

Latest sensor reading.

Open questions

eigenein commented 4 years ago

I didn't like it creates many filed for storage. Also, seems to be not any simpler to store everything in key-value storage