TimeSeriesDB
Log data to disk in zstd compressed files in strict monotonic order. Allows querying of data by time range.
Installation
The package can be installed
by adding timeseriesdb to your list of dependencies in mix.exs:
def deps do
[
{:timeseriesdb, "~> 1.0.0"}
]
endDocumentation
The documentation for this library can be found at https://hexdocs.pm/timeseriesdb.