racoon63 / bandwidth-monitor

Bandwidth-Monitor is a tool to measure your bandwidth and latency.
Apache License 2.0
5 stars 0 forks source link

Using TinyDB as fallback if storage is not available #30

Open aweberlopes opened 4 years ago

aweberlopes commented 4 years ago

If influxDB or MongoDB not available using tinyDB as a fallback to cache the results and if DB is available to write the cache back into DB.

racoon63 commented 4 years ago

I think this is a good idea, so you don't loose data. This is going to be implemented in the future. This feature request is accepted.