Search

Suggested keywords:
  • Java
  • Docker
  • Git
  • React
  • NextJs
  • Spring boot
  • Laravel

DalmatinerDB - Fast distributed metrics database in Erlang

  • Share this:
post-title
DalmatinerDB is a metric database written in pure Erlang. It takes advantage of some special properties of metrics to make some tradeoffs. Its goal is to make a store for metric data (time, value of a metric) that is fast, has a low overhead, and is easy to query and manage. DalmatinerDB allows for metric input in second or even sub-second precision. It will interpolate the missing values to the best of it’s abilities. This is usually acceptable for aggregated data.

DalmatinerDB is designed to run on ZFS file system and it relies heavily on taking advantage of ZFS facilities such as the ARC, ZIL, checksums and volume compression. The frontend servers give users access to a rich SQL-like query language that's easy to use for both dev and ops. It integrates nicely with Grafana making it easy to build beautiful dashboards.
https://dalmatiner.io/
https://github.com/dalmatinerdb/dalmatinerdb
License:
Tech: