{"adoption": {"forks": 744, "observed_at": "2026-08-28T04:10:36.877836+00:00", "stars": 9705}, "canonical_url": "https://ross.abutalabs.com/products/bbolt", "card": {"archived": false, "artifact_type": "library", "description": "An embedded key/value database for Go.", "domain": ["databases", "developer-tools", "backend"], "enriched": true, "function": ["database", "database-driver", "file-system"], "health_score": 99, "homepage": "https://go.etcd.io/bbolt", "language": "Go", "license": "MIT", "license_family": "permissive", "maturity": "stable", "member_repos": ["etcd-io/bbolt"], "name": "etcd-io/bbolt", "platform": ["go", "cross-platform"], "pushed_at": "2026-08-26T08:51:47+00:00", "repo": "etcd-io/bbolt", "stars": 9705, "tags": ["embedded-database", "key-value-store", "lmdb-inspired", "pure-go", "b-plus-tree", "single-file-database"], "topics": [], "urls": [], "use_cases": ["embed a simple key/value store in a Go application without running a database server", "persist small-to-medium structured data with ACID transactions in a single file", "store configuration or metadata locally with fast prefix and range scans", "build a reliable local storage layer for tools like proxies or CLI apps", "replace BoltDB with an actively maintained, API-compatible fork"], "what_it_is": "bbolt is an embedded, pure-Go key/value database forked from Ben Johnson's Bolt, maintained by the etcd-io project for reliability and stability. It stores data in a single file with B+tree indexing, ACID transactions, and a small fixed API, requiring no separate database server.", "when_to_avoid": ["you need SQL, complex queries, or a client-server database", "you need high write concurrency from many processes (single-writer model)", "your dataset is much larger than available RAM and write-heavy workloads dominate", "you need full-text or secondary-index search out of the box"], "when_to_choose": ["your Go app needs embedded, zero-admin persistent key/value storage", "you want a stable, fixed API and file format with strong consistency guarantees", "you need read/write transactions and nested buckets in a single-file database", "you want a pure-Go dependency with no cgo or external services"]}, "data_as_of": "2026-08-30T08:39:29.467469+00:00", "members": [{"path": "/products/bbolt", "repo": "etcd-io/bbolt", "role": "main", "score": 92}], "provenance": {"archived": {"kind": "observed", "observed_at": "2026-08-28T04:10:36.877836+00:00", "source": "github"}, "artifact_type": {"confidence": null, "enriched_at": "2026-08-29T17:21:14.804972+00:00", "kind": "inferred", "prompt_version": 1, "sources": [{"content_hash": "14b229f8a8a31e13abfe29a92c24547fc92f696e010d87d659665159175aacb5", "fetched_at": "2026-08-28T04:10:36.877836+00:00", "kind": "readme", "missing": false, "url": "https://github.com/etcd-io/bbolt"}, {"content_hash": "39aefe0f16a363b33578ea4eef51d0f892973f09352292230a805135bda6d383", "fetched_at": "2026-08-29T08:20:50.971457+00:00", "kind": "homepage", "missing": false, "url": "https://go.etcd.io/bbolt"}], "taxonomy_version": 1}, "description": {"kind": "observed", "observed_at": "2026-08-28T04:10:36.877836+00:00", "source": "github"}, "domain": {"confidence": null, "enriched_at": "2026-08-29T17:21:14.804972+00:00", "kind": "inferred", "prompt_version": 1, "sources": [{"content_hash": "14b229f8a8a31e13abfe29a92c24547fc92f696e010d87d659665159175aacb5", "fetched_at": "2026-08-28T04:10:36.877836+00:00", "kind": "readme", "missing": false, "url": "https://github.com/etcd-io/bbolt"}, {"content_hash": "39aefe0f16a363b33578ea4eef51d0f892973f09352292230a805135bda6d383", "fetched_at": "2026-08-29T08:20:50.971457+00:00", "kind": "homepage", "missing": false, "url": "https://go.etcd.io/bbolt"}], "taxonomy_version": 1}, "enriched": {"inputs": [], "kind": "computed", "method": "enrichment_status"}, "function": {"confidence": null, "enriched_at": "2026-08-29T17:21:14.804972+00:00", "kind": "inferred", "prompt_version": 1, "sources": [{"content_hash": "14b229f8a8a31e13abfe29a92c24547fc92f696e010d87d659665159175aacb5", "fetched_at": "2026-08-28T04:10:36.877836+00:00", "kind": "readme", "missing": false, "url": "https://github.com/etcd-io/bbolt"}, {"content_hash": "39aefe0f16a363b33578ea4eef51d0f892973f09352292230a805135bda6d383", "fetched_at": "2026-08-29T08:20:50.971457+00:00", "kind": "homepage", "missing": false, "url": "https://go.etcd.io/bbolt"}], "taxonomy_version": 1}, "health_score": {"inputs": ["days_since_push", "days_since_release", "archived"], "kind": "computed", "method": "health_v1"}, "homepage": {"kind": "observed", "observed_at": "2026-08-28T04:10:36.877836+00:00", "source": "github"}, "language": {"kind": "observed", "observed_at": "2026-08-28T04:10:36.877836+00:00", "source": "github"}, "license": {"kind": "observed", "observed_at": "2026-08-28T04:10:36.877836+00:00", "source": "github"}, "license_family": {"inputs": ["license"], "kind": "computed", "method": "license_family"}, "maturity": {"confidence": null, "enriched_at": "2026-08-29T17:21:14.804972+00:00", "kind": "inferred", "prompt_version": 1, "sources": [{"content_hash": "14b229f8a8a31e13abfe29a92c24547fc92f696e010d87d659665159175aacb5", "fetched_at": "2026-08-28T04:10:36.877836+00:00", "kind": "readme", "missing": false, "url": "https://github.com/etcd-io/bbolt"}, {"content_hash": "39aefe0f16a363b33578ea4eef51d0f892973f09352292230a805135bda6d383", "fetched_at": "2026-08-29T08:20:50.971457+00:00", "kind": "homepage", "missing": false, "url": "https://go.etcd.io/bbolt"}], "taxonomy_version": 1}, "member_repos": {"kind": "observed", "observed_at": "2026-08-28T04:10:36.877836+00:00", "source": "github"}, "name": {"kind": "observed", "observed_at": "2026-08-28T04:10:36.877836+00:00", "source": "github"}, "platform": {"confidence": null, "enriched_at": "2026-08-29T17:21:14.804972+00:00", "kind": "inferred", "prompt_version": 1, "sources": [{"content_hash": "14b229f8a8a31e13abfe29a92c24547fc92f696e010d87d659665159175aacb5", "fetched_at": "2026-08-28T04:10:36.877836+00:00", "kind": "readme", "missing": false, "url": "https://github.com/etcd-io/bbolt"}, {"content_hash": "39aefe0f16a363b33578ea4eef51d0f892973f09352292230a805135bda6d383", "fetched_at": "2026-08-29T08:20:50.971457+00:00", "kind": "homepage", "missing": false, "url": "https://go.etcd.io/bbolt"}], "taxonomy_version": 1}, "pushed_at": {"kind": "observed", "observed_at": "2026-08-28T04:10:36.877836+00:00", "source": "github"}, "repo": {"kind": "observed", "observed_at": "2026-08-28T04:10:36.877836+00:00", "source": "github"}, "stars": {"kind": "observed", "observed_at": "2026-08-28T04:10:36.877836+00:00", "source": "github"}, "tags": {"confidence": null, "enriched_at": "2026-08-29T17:21:14.804972+00:00", "kind": "inferred", "prompt_version": 1, "sources": [{"content_hash": "14b229f8a8a31e13abfe29a92c24547fc92f696e010d87d659665159175aacb5", "fetched_at": "2026-08-28T04:10:36.877836+00:00", "kind": "readme", "missing": false, "url": "https://github.com/etcd-io/bbolt"}, {"content_hash": "39aefe0f16a363b33578ea4eef51d0f892973f09352292230a805135bda6d383", "fetched_at": "2026-08-29T08:20:50.971457+00:00", "kind": "homepage", "missing": false, "url": "https://go.etcd.io/bbolt"}], "taxonomy_version": 1}, "topics": {"kind": "observed", "observed_at": "2026-08-28T04:10:36.877836+00:00", "source": "github"}, "urls": {"kind": "observed", "observed_at": "2026-08-28T04:10:36.877836+00:00", "source": "github"}, "use_cases": {"confidence": null, "enriched_at": "2026-08-29T17:21:14.804972+00:00", "kind": "inferred", "prompt_version": 1, "sources": [{"content_hash": "14b229f8a8a31e13abfe29a92c24547fc92f696e010d87d659665159175aacb5", "fetched_at": "2026-08-28T04:10:36.877836+00:00", "kind": "readme", "missing": false, "url": "https://github.com/etcd-io/bbolt"}, {"content_hash": "39aefe0f16a363b33578ea4eef51d0f892973f09352292230a805135bda6d383", "fetched_at": "2026-08-29T08:20:50.971457+00:00", "kind": "homepage", "missing": false, "url": "https://go.etcd.io/bbolt"}], "taxonomy_version": 1}, "what_it_is": {"confidence": null, "enriched_at": "2026-08-29T17:21:14.804972+00:00", "kind": "inferred", "prompt_version": 1, "sources": [{"content_hash": "14b229f8a8a31e13abfe29a92c24547fc92f696e010d87d659665159175aacb5", "fetched_at": "2026-08-28T04:10:36.877836+00:00", "kind": "readme", "missing": false, "url": "https://github.com/etcd-io/bbolt"}, {"content_hash": "39aefe0f16a363b33578ea4eef51d0f892973f09352292230a805135bda6d383", "fetched_at": "2026-08-29T08:20:50.971457+00:00", "kind": "homepage", "missing": false, "url": "https://go.etcd.io/bbolt"}], "taxonomy_version": 1}, "when_to_avoid": {"confidence": null, "enriched_at": "2026-08-29T17:21:14.804972+00:00", "kind": "inferred", "prompt_version": 1, "sources": [{"content_hash": "14b229f8a8a31e13abfe29a92c24547fc92f696e010d87d659665159175aacb5", "fetched_at": "2026-08-28T04:10:36.877836+00:00", "kind": "readme", "missing": false, "url": "https://github.com/etcd-io/bbolt"}, {"content_hash": "39aefe0f16a363b33578ea4eef51d0f892973f09352292230a805135bda6d383", "fetched_at": "2026-08-29T08:20:50.971457+00:00", "kind": "homepage", "missing": false, "url": "https://go.etcd.io/bbolt"}], "taxonomy_version": 1}, "when_to_choose": {"confidence": null, "enriched_at": "2026-08-29T17:21:14.804972+00:00", "kind": "inferred", "prompt_version": 1, "sources": [{"content_hash": "14b229f8a8a31e13abfe29a92c24547fc92f696e010d87d659665159175aacb5", "fetched_at": "2026-08-28T04:10:36.877836+00:00", "kind": "readme", "missing": false, "url": "https://github.com/etcd-io/bbolt"}, {"content_hash": "39aefe0f16a363b33578ea4eef51d0f892973f09352292230a805135bda6d383", "fetched_at": "2026-08-29T08:20:50.971457+00:00", "kind": "homepage", "missing": false, "url": "https://go.etcd.io/bbolt"}], "taxonomy_version": 1}}, "score": {"components": {"activity": 99, "longevity": 100, "rhythm": 77}, "computed_at": "2026-09-03T02:20:16.233290+00:00", "flags": [], "formula": "round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)", "inputs": {"age_days": 3365, "days_push": 7, "days_rel": 73, "gap_med": 53, "n_releases_24m": 6}, "score": 92, "version": 2}, "staleness": {"enrichment_outdated": false, "low_confidence": false, "scrape_days": 9, "stale_scrape": false}}