Skip to content

gar1t/tsdb

Repository files navigation

TSDB (TimeSeries DataBase)
--------------------------

Timeseries (http:https://en.wikipedia.org/wiki/Time_series) are used to represent events at specific times. Popular tools such as rrdtool (http:https://www.rrdtool.org) made it possible to handle time series easily. Unfortunately RRD falls short when
- handling thousand/million time series due to high update time and disk-space used
- data have to be exported on a web 2.0 GUI

For this reason we developed TSDB.

test.c
Allows you to play with the API and see how it works

tsdbExport
Allows you to export data in both text and Json format


About

A compressed database for time series

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages