L1NNA / SV1DUR

Planes-On-The-Bus-Go-Swish-Swish-Swish
3 stars 1 forks source link

Create MFS data storage (disk-based instead of memory-based) #33

Open steven-hh-ding opened 2 years ago

steven-hh-ding commented 2 years ago

After we pulling the information from MFS, we want to save it to a sqlite file. For now we can store sensor reading into a table. Implement/test sqlite in rust to see its performance:

https://docs.rs/sqlite/latest/sqlite/