davidrg / zxweather

Weather Station software built to run weather.zx.net.nz. Includes support for Davis Vantage Vue/Pro2 and FineOffset WH1080 hardware.
GNU General Public License v2.0
0 stars 0 forks source link

Server caching of live data #110

Open davidrg opened 2 years ago

davidrg commented 2 years ago

Might be nice if the database remembered the last hour of live data. This would allow the desktop app to have a fully populated live plot on startup. On startup the desktop client can read this cache and use it to fill any gaps in its own live data buffer.

Question is how much storage would be required, what sort of extra load it would put on the database server and how configurations that don't use the database for live data would achieve this.