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

soveran/ohm

Object-Hash Mapping for Redis observed · 2026-08-28

github.com/soveran/ohm · homepage · Ruby · MIT (permissive) 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-02. Adoption (stars, forks) is never an input.

  • gap_med: n/a
  • age_days: 6308
  • days_rel: n/a
  • days_push: 1352
  • n_releases_24m: 0

Full methodology

Adoption not part of the score

1382 stars · 163 forks observed · 2026-08-28

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

Ohm is a Ruby object-hash mapping (ORM-like) library for Redis, letting you persist and query Ruby objects in a Redis key-value store. It emphasizes simplicity and performance with a lightweight Redis client.

Use cases

  • store Ruby objects in Redis
  • use Redis as a persistent database for models
  • map hashes to Ruby objects
  • build simple data models without a SQL database
  • query and index objects stored in Redis

When to choose

  • you use Ruby and want a minimal, fast object mapper for Redis
  • your data model fits key-value/hash storage without relational joins
  • you want less code and fewer dependencies than a full ORM

When to avoid

  • you need relational features like joins, migrations, or complex transactions
  • you need an actively developed library with frequent updates
  • your project uses a language other than Ruby

Facets

library · maturity maintenance

orm database-driver database databases developer-tools backend ruby redis object-mapping key-value-store persistence

2 sources

Member repositories

RepositoryRoleHealth v2
soveran/ohmmain23

For agents

markdown · JSON · MCP: product_card(name="soveran/ohm")

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