An experimental Erlang-based metric store optimized for sequential reads and writes of immutable time-series data.
MStore is an experimental metric store built in Erlang, designed to efficiently handle time-series data with a focus on sequential access patterns. It leverages filesystem characteristics and a consistent hashing ring to organize and retrieve metric data.
open, new, get, put) for metric storage and retrieval.MStore is built on the principle that time-series metrics have predictable patterns (regular intervals, immutability) and that modern filesystems can handle storage efficiently without complex application-level overhead.
Open-Awesome is built by the community, for the community. Submit a project, suggest an awesome list, or help improve the catalog on GitHub.