jiayihu / fedra-thesis

Next-generation system for Computing Continuum via WebAssembly (WASM)
7 stars 2 forks source link

Save latest rainfall data in local key-value storage #70

Closed jiayihu closed 3 years ago

jiayihu commented 3 years ago

Epic #61

Data needs to be saved and retrieved when new sensor data arrive. The inference works better if previous temporal rainfall information is provided.

This task uses the local db service implemented in #67