Lossy TimeSeries DataBase
Go to file
Peter J. Holzer eeb7db96b8 Cap time until full at 1 billion seconds
JSON can't represent infinity (at least not portably) so we need to use
a finite value. I certainly won't be worried if a disk will fill up in
32 years.
2022-12-27 10:50:41 +01:00
clients Print SSLCertVerificationError if we get one 2022-12-21 10:03:13 +01:00
doc Think about scheduling measurements and processing them 2022-11-27 10:19:37 +01:00
templates Add dashboard with gauges 2022-12-27 10:29:49 +01:00
app.py Add dashboard with gauges 2022-12-27 10:29:49 +01:00
dashboard.py Add dashboard with gauges 2022-12-27 10:29:49 +01:00
ltsdb-json Maintain a single lossy timeseries (PoC) 2022-08-20 17:39:12 +02:00
ltsdb_json.py Make expiry exponential 2022-12-17 17:49:19 +01:00
ltsdb_test Implement json prototype of LTsDb 2022-08-21 11:58:31 +02:00
predict_disk_full Use a lossy timeseries to predict when a filesystem will be full (PoC) 2022-08-20 17:40:16 +02:00
predict_disk_full_home_bytes Use a lossy timeseries to predict when a filesystem will be full (PoC) 2022-08-20 17:40:16 +02:00
predict_disk_full_var_bytes Use a lossy timeseries to predict when a filesystem will be full (PoC) 2022-08-20 17:40:16 +02:00
process_queue Cap time until full at 1 billion seconds 2022-12-27 10:50:41 +01:00
record_df Record disk usage in LTsDb 2022-08-21 12:00:07 +02:00
record_dus Be quiet(er) 2022-08-21 13:15:01 +02:00
requirements.txt Add gunicorn to requirements 2022-09-03 22:57:32 +02:00