-
Notifications
You must be signed in to change notification settings - Fork 8
A compressed database for time series
License
gar1t/tsdb
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
TSDB (TimeSeries DataBase) -------------------------- Timeseries (https://en.wikipedia.org/wiki/Time_series) are used to represent events at specific times. Popular tools such as rrdtool (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 0
No packages published