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

asdine/storm

Simple and powerful toolkit for BoltDB observed · 2026-08-28

github.com/asdine/storm · Go · 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-03. Adoption (stars, forks) is never an input.

  • gap_med: n/a
  • age_days: 3888
  • days_rel: n/a
  • days_push: 970
  • n_releases_24m: 0

Full methodology

Adoption not part of the score

2091 stars · 142 forks observed · 2026-08-28

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

Storm is a Go toolkit that provides a high-level API on top of the BoltDB embedded key-value store, offering struct-based CRUD operations, indexes, and an advanced query system. It simplifies working with BoltDB buckets and transactions while remaining a lightweight embedded database layer.

Use cases

  • store Go structs in an embedded key-value database
  • query BoltDB data with indexes and ranges
  • build a simple persistence layer without a SQL server
  • perform CRUD operations on local database files
  • add unique constraints and indexed fields to Go structs
  • run transactions over an embedded store in Go

When to avoid

  • you need SQL queries or joins
  • you need multi-process concurrent write access
  • you need a client-server database or network access
  • you require active development and frequent updates

Facets

library · maturity maintenance

database orm search-engine serialization databases developer-tools backend go windows cross-platform boltdb key-value-store embedded-database query-engine crud indexes linux macos

1 source

Member repositories

RepositoryRoleHealth v2
asdine/stormmain23

For agents

markdown · JSON · MCP: product_card(name="asdine/storm")

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