| What | tsdb |
| Where | https://github.com/efrecon/tsdb |
| Description | A straightforward implementation of a time-series database. |
| Platforms | All |
| Prerequisites | Tcl 8.5 or newer |
| Updated | 03/2015 |
| License | ISC |
This implementation stores series of data (think of key-value store databases, but where the values will change often and where time is an essential component) in basic (and mostly ordered) text-files. This is far from the big-ones, such as
InfluxDB
or
Graphite
, but is an interesting exercise in how to best support such requirements. A longer description is available on the main site.
EF