{"adoption": {"forks": 645, "observed_at": "2026-08-28T04:07:38.918446+00:00", "stars": 3031}, "canonical_url": "https://ross.abutalabs.com/products/lmdb", "card": {"archived": false, "artifact_type": "library", "description": "Read-only mirror of official repo on openldap.org. Issues and pull requests here are ignored. Use OpenLDAP ITS for issues.", "domain": ["databases", "developer-tools", "performance"], "enriched": true, "function": ["database", "caching", "file-system"], "health_score": 79, "homepage": "http://www.openldap.org/software/repo.html", "language": "C", "license": null, "license_family": "other", "maturity": "stable", "member_repos": ["LMDB/lmdb"], "name": "LMDB/lmdb", "platform": ["windows", "cross-platform", "c"], "pushed_at": "2026-08-19T14:01:02+00:00", "repo": "LMDB/lmdb", "stars": 3031, "tags": ["key-value-store", "memory-mapped", "embedded-database", "lmdb", "openldap", "read-only-mirror", "linux", "macos"], "topics": [], "urls": [], "use_cases": ["embed an ACID key-value store in a C/C++ application", "fast read-heavy key-value storage with memory-mapped files", "store metadata for a mail server or directory service", "replace SQLite or BDB for a low-latency embedded database", "use a transactional key-value store from Python or Go bindings", "build a cache with crash-safe persistence"], "what_it_is": "LMDB (Lightning Memory-Mapped Database) is a compact, high-performance embedded key-value database library written in C, using memory-mapped files for fast reads with full ACID transactional guarantees. This GitHub repository is a read-only mirror of the official source hosted on openldap.org, where development and issue tracking actually occur.", "when_to_avoid": ["you need a client-server database or SQL queries", "you need rich secondary indexes or document/relational features", "write-heavy workloads with large values, since LMDB favors read performance", "you expect to file issues or PRs on this mirror, which is ignored"], "when_to_choose": ["you need an embedded, zero-configuration key-value database with very fast reads", "you need ACID transactions and crash resilience without running a database server", "multiple processes need concurrent read access to the same data", "you want a tiny, dependency-free C library"]}, "data_as_of": "2026-08-30T08:39:29.467469+00:00", "members": [{"path": "/products/lmdb", "repo": "LMDB/lmdb", "role": "main", "score": 76}], "provenance": {"archived": {"kind": "observed", "observed_at": "2026-08-28T04:07:38.918446+00:00", "source": "github"}, "artifact_type": {"confidence": null, "enriched_at": "2026-08-30T07:29:48.366468+00:00", "kind": "inferred", "prompt_version": 1, "sources": [{"content_hash": "1771ad3290d3cf434962dc8601c1be5ba70017db0c2861e13c0bc5055b25faa9", "fetched_at": "2026-08-29T09:44:39.964894+00:00", "kind": "homepage", "missing": false, "url": "http://www.openldap.org/software/repo.html"}], "taxonomy_version": 1}, "description": {"kind": "observed", "observed_at": "2026-08-28T04:07:38.918446+00:00", "source": "github"}, "domain": {"confidence": null, "enriched_at": "2026-08-30T07:29:48.366468+00:00", "kind": "inferred", "prompt_version": 1, "sources": [{"content_hash": "1771ad3290d3cf434962dc8601c1be5ba70017db0c2861e13c0bc5055b25faa9", "fetched_at": "2026-08-29T09:44:39.964894+00:00", "kind": "homepage", "missing": false, "url": "http://www.openldap.org/software/repo.html"}], "taxonomy_version": 1}, "enriched": {"inputs": [], "kind": "computed", "method": "enrichment_status"}, "function": {"confidence": null, "enriched_at": "2026-08-30T07:29:48.366468+00:00", "kind": "inferred", "prompt_version": 1, "sources": [{"content_hash": "1771ad3290d3cf434962dc8601c1be5ba70017db0c2861e13c0bc5055b25faa9", "fetched_at": "2026-08-29T09:44:39.964894+00:00", "kind": "homepage", "missing": false, "url": "http://www.openldap.org/software/repo.html"}], "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:07:38.918446+00:00", "source": "github"}, "language": {"kind": "observed", "observed_at": "2026-08-28T04:07:38.918446+00:00", "source": "github"}, "license": {"kind": "observed", "observed_at": "2026-08-28T04:07:38.918446+00:00", "source": "github"}, "license_family": {"inputs": ["license"], "kind": "computed", "method": "license_family"}, "maturity": {"confidence": null, "enriched_at": "2026-08-30T07:29:48.366468+00:00", "kind": "inferred", "prompt_version": 1, "sources": [{"content_hash": "1771ad3290d3cf434962dc8601c1be5ba70017db0c2861e13c0bc5055b25faa9", "fetched_at": "2026-08-29T09:44:39.964894+00:00", "kind": "homepage", "missing": false, "url": "http://www.openldap.org/software/repo.html"}], "taxonomy_version": 1}, "member_repos": {"kind": "observed", "observed_at": "2026-08-28T04:07:38.918446+00:00", "source": "github"}, "name": {"kind": "observed", "observed_at": "2026-08-28T04:07:38.918446+00:00", "source": "github"}, "platform": {"confidence": null, "enriched_at": "2026-08-30T07:29:48.366468+00:00", "kind": "inferred", "prompt_version": 1, "sources": [{"content_hash": "1771ad3290d3cf434962dc8601c1be5ba70017db0c2861e13c0bc5055b25faa9", "fetched_at": "2026-08-29T09:44:39.964894+00:00", "kind": "homepage", "missing": false, "url": "http://www.openldap.org/software/repo.html"}], "taxonomy_version": 1}, "pushed_at": {"kind": "observed", "observed_at": "2026-08-28T04:07:38.918446+00:00", "source": "github"}, "repo": {"kind": "observed", "observed_at": "2026-08-28T04:07:38.918446+00:00", "source": "github"}, "stars": {"kind": "observed", "observed_at": "2026-08-28T04:07:38.918446+00:00", "source": "github"}, "tags": {"confidence": null, "enriched_at": "2026-08-30T07:29:48.366468+00:00", "kind": "inferred", "prompt_version": 1, "sources": [{"content_hash": "1771ad3290d3cf434962dc8601c1be5ba70017db0c2861e13c0bc5055b25faa9", "fetched_at": "2026-08-29T09:44:39.964894+00:00", "kind": "homepage", "missing": false, "url": "http://www.openldap.org/software/repo.html"}], "taxonomy_version": 1}, "topics": {"kind": "observed", "observed_at": "2026-08-28T04:07:38.918446+00:00", "source": "github"}, "urls": {"kind": "observed", "observed_at": "2026-08-28T04:07:38.918446+00:00", "source": "github"}, "use_cases": {"confidence": null, "enriched_at": "2026-08-30T07:29:48.366468+00:00", "kind": "inferred", "prompt_version": 1, "sources": [{"content_hash": "1771ad3290d3cf434962dc8601c1be5ba70017db0c2861e13c0bc5055b25faa9", "fetched_at": "2026-08-29T09:44:39.964894+00:00", "kind": "homepage", "missing": false, "url": "http://www.openldap.org/software/repo.html"}], "taxonomy_version": 1}, "what_it_is": {"confidence": null, "enriched_at": "2026-08-30T07:29:48.366468+00:00", "kind": "inferred", "prompt_version": 1, "sources": [{"content_hash": "1771ad3290d3cf434962dc8601c1be5ba70017db0c2861e13c0bc5055b25faa9", "fetched_at": "2026-08-29T09:44:39.964894+00:00", "kind": "homepage", "missing": false, "url": "http://www.openldap.org/software/repo.html"}], "taxonomy_version": 1}, "when_to_avoid": {"confidence": null, "enriched_at": "2026-08-30T07:29:48.366468+00:00", "kind": "inferred", "prompt_version": 1, "sources": [{"content_hash": "1771ad3290d3cf434962dc8601c1be5ba70017db0c2861e13c0bc5055b25faa9", "fetched_at": "2026-08-29T09:44:39.964894+00:00", "kind": "homepage", "missing": false, "url": "http://www.openldap.org/software/repo.html"}], "taxonomy_version": 1}, "when_to_choose": {"confidence": null, "enriched_at": "2026-08-30T07:29:48.366468+00:00", "kind": "inferred", "prompt_version": 1, "sources": [{"content_hash": "1771ad3290d3cf434962dc8601c1be5ba70017db0c2861e13c0bc5055b25faa9", "fetched_at": "2026-08-29T09:44:39.964894+00:00", "kind": "homepage", "missing": false, "url": "http://www.openldap.org/software/repo.html"}], "taxonomy_version": 1}}, "score": {"components": {"activity": 98, "longevity": 100, "rhythm": 35}, "computed_at": "2026-09-03T02:20:16.233290+00:00", "flags": ["no_releases", "no_license", "no_readme"], "formula": "round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)", "inputs": {"age_days": 4151, "days_push": 14, "days_rel": null, "gap_med": null, "n_releases_24m": 0}, "score": 76, "version": 2}, "staleness": {"enrichment_outdated": false, "low_confidence": false, "scrape_days": 9, "stale_scrape": false}}