Ross ROSS = Recommend OSS · open-source software intelligence for agents

rosedblabs/rosedb

Lightweight, fast and reliable key/value storage engine based on Bitcask. observed · 2026-08-28

github.com/rosedblabs/rosedb · homepage · Go · Apache-2.0 (permissive) observed · 2026-08-28

Health v2 · maintenance only

55/100

  • Activity 66
  • Release rhythm 16
  • Longevity 100
How is this computed?

round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.

  • gap_med: 137
  • age_days: 2096
  • days_rel: 558
  • days_push: 204
  • n_releases_24m: 2

Full methodology

Adoption not part of the score

4885 stars · 644 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded

RoseDB is a lightweight, fast and reliable key/value storage engine written in Go, based on the Bitcask storage model with append-only WAL-backed log files. It is designed as an embeddable library offering low latency, high write throughput, and single-seek reads via an in-memory index.

Use cases

  • embed a fast key-value store in a Go application
  • store key/value data with low latency reads and writes
  • handle datasets larger than RAM without performance degradation
  • build a persistent cache or metadata store
  • random-write-heavy workloads needing high throughput
  • embedded storage for devices with limited resources

When to choose

  • you need an embedded key/value engine in Go with predictable performance
  • your workload is write-heavy with random keys
  • you want fast crash recovery and simple append-only storage
  • datasets exceed available RAM but lookups must stay fast

When to avoid

  • you need range scans or complex queries over keys
  • you require a client-server database rather than an embedded library
  • your dataset must fit entirely in an in-memory index and is extremely large
  • you need multi-writer concurrent access across processes

Facets

library · maturity stable

database caching file-system databases developer-tools embedded-systems go cross-platform windows key-value-store bitcask storage-engine embedded-database write-ahead-log log-structured linux macos

2 sources

Member repositories

RepositoryRoleHealth v2
rosedblabs/rosedbmain55

For agents

markdown · JSON · MCP: product_card(name="rosedblabs/rosedb")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem