This shows you the differences between two versions of the page.
ii:labs:s2:03-mod:tasks:03 [2025/04/13 18:38] florin.stancu created |
ii:labs:s2:03-mod:tasks:03 [2025/04/14 09:13] (current) florin.stancu [03. [30p] Persistent Database] |
||
---|---|---|---|
Line 1: | Line 1: | ||
- | ==== 03. [20p] TODO ==== | + | ==== 03. [30p] Persistent Database ==== |
+ | |||
+ | Make the sensors data persistent across server restarts. | ||
+ | |||
+ | Use [[https://docs.python.org/3/library/json.html|json]] as format and simply store / load the values from a file. | ||