jiayihu / fedra-thesis

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

Provide a local key-value storage as a service #67

Closed jiayihu closed 3 years ago

jiayihu commented 3 years ago

The application needs to store the sensor data because the prediction model works better if previous rainfall data is provided as additional input.

This also makes a case for using a local database in case of the network to the cloud is interrupted.