moneta-rb/moneta
a unified interface to key/value stores observed · 2026-08-28
Health v2 · maintenance only
23/100
- Activity 0
- Release rhythm 8
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 5036
- days_rel: n/a
- days_push: 761
- n_releases_24m: 0
Adoption not part of the score
1115 stars · 87 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
Moneta is a Ruby library providing a unified interface to many key/value stores, including NoSQL and document databases. It supports configurable serialization, compression, and expiration via a proxy stack, plus atomic operations and distributed synchronization primitives.
Use cases
- swap key/value backends without changing application code
- add caching to a Rails or Sinatra app with a pluggable store
- benchmark and compare different key/value stores
- add TTL/expiration to stores that lack native support
- implement distributed locks with Moneta::Mutex
- serialize and compress values transparently across backends
When to choose
- you need one consistent API over multiple key/value stores in Ruby
- you want swappable cache or session stores across frameworks
- you need atomic increments or distributed mutexes on top of a KV store
When to avoid
- you use a non-Ruby language
- you need advanced store-specific features not exposed by the unified API
- you need a full-featured ORM or document query layer
Facets
library · maturity stable
database caching serialization compression middleware databases developer-tools web-development backend ruby cross-platform key-value-store nosql cache-store abstraction-layer rack rails
2 sources
- readme: https://github.com/moneta-rb/moneta · fetched 2026-08-28 · c42471ef4ebb
- homepage: https://github.com/moneta-rb/moneta · fetched 2026-08-29 · b30737c9d3c8
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| moneta-rb/moneta | main | 23 |
For agents
markdown · JSON · MCP: product_card(name="moneta-rb/moneta")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem