README.md
# 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`:
```elixir
def deps do
[
{:timeseriesdb, "~> 1.0.0"}
]
end
```
## Documentation
The documentation for this library can be found at [https://hexdocs.pm/timeseriesdb](https://hexdocs.pm/timeseriesdb).