# asdine/storm

Simple and powerful toolkit for BoltDB

Repository: https://github.com/asdine/storm
Canonical: https://ross.abutalabs.com/products/asdine-storm
Language: Go
License: MIT
License Family: permissive
Topics: storm, boltdb, database, toolkit, bucket, query-engine, indexes
Last push: 2024-01-07T00:07:01+00:00

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

## Adoption (not part of the score)
Stars 2091, forks 142 (observed 2026-08-28T04:06:12.511725+00:00)

## What it is
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
- artifact type: library
- maturity: maintenance
- function: database, orm, search-engine, serialization
- domain: databases, developer-tools, backend
- platform: go, windows, cross-platform
- tags: boltdb, key-value-store, embedded-database, query-engine, crud, indexes, linux, macos

## Member repositories
- asdine/storm (main) score 23

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:06:12.511725+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-30T02:55:32.155929+00:00, confidence not recorded.
  - readme: https://github.com/asdine/storm (fetched 2026-08-28T04:06:12.511725+00:00, sha d9bd6d962293)
- Data as of 2026-08-30T08:39:29.467469+00:00.
