# facebookarchive/beringei

Beringei is a high performance, in-memory storage engine for time series data.

Repository: https://github.com/facebookarchive/beringei
Canonical: https://ross.abutalabs.com/products/beringei
Language: C++
License: NOASSERTION
License Family: other
Archived: true
Last push: 2018-07-11T17:33:58+00:00

## Health v2 (maintenance only)
Score: 10/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 0, release rhythm 35, longevity 100
- inputs: {"age_days": 3614, "days_push": 2975, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: no_releases, archived, no_license
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 3152, forks 286 (observed 2026-08-28T04:07:46.220944+00:00)

## What it is
Beringei is a high-performance, in-memory time series storage engine based on Facebook's Gorilla paper, usable as an embedded library or as a sharded service with a reference HTTP service for Grafana integration. It features delta-of-delta streaming compression and disk-backed persistence.

## Use cases
- store time series metrics for system monitoring
- build a custom performance monitoring backend
- compress time series data efficiently
- serve metrics queries to Grafana
- embed a fast time series store in a C++ application

## When to choose
- you need extremely fast in-memory time series queries in C++
- you want to study or build on the Gorilla compression approach
- you need a self-hosted metrics store with Grafana support

## When to avoid
- you need a maintained, production-ready time series database (repo is archived)
- you want broad platform support beyond Ubuntu Linux
- you prefer batteries-included monitoring solutions like Prometheus or InfluxDB

## Facets
- artifact type: library
- maturity: abandoned
- function: database, monitoring, compression, http-server, caching
- domain: databases, monitoring, time-series, performance, developer-tools
- platform: cpp, self-hosted
- tags: time-series-database, in-memory-storage, gorilla-paper, delta-of-delta-compression, grafana-integration, facebook-archive, linux

## Member repositories
- facebookarchive/beringei (main) score 10

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:07:46.220944+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T07:25:41.342543+00:00, confidence not recorded.
  - readme: https://github.com/facebookarchive/beringei (fetched 2026-08-28T04:07:46.220944+00:00, sha 66d99a04dbc3)
- Data as of 2026-08-30T08:39:29.467469+00:00.
