{"adoption": {"forks": 40, "observed_at": "2026-08-28T04:04:59.390141+00:00", "stars": 1531}, "canonical_url": "https://ross.abutalabs.com/products/kvjs", "card": {"archived": false, "artifact_type": "library", "description": "⚡️ Advanced in-memory caching for JavaScript", "domain": ["databases", "developer-tools", "backend"], "enriched": true, "function": ["caching", "database"], "health_score": 53, "homepage": null, "language": "JavaScript", "license": "MIT", "license_family": "permissive", "maturity": "active", "member_repos": ["HeyPuter/kv.js"], "name": "HeyPuter/kv.js", "platform": ["cross-platform"], "pushed_at": "2025-12-03T21:22:13+00:00", "repo": "HeyPuter/kv.js", "stars": 1531, "tags": ["in-memory-cache", "redis-alternative", "key-value-store", "memcached-inspired", "pure-javascript", "nodejs", "javascript"], "topics": ["cache", "javascript", "key-value", "memcached", "redis", "in-memory-caching", "node-cache", "puter"], "urls": [], "use_cases": ["add in-memory caching to a Node.js app without running Redis", "store and expire session data with TTL support", "use Redis-like commands like LPUSH, SADD, HSET in pure JavaScript", "replace node-cache with a richer key-value store", "prototype Redis-style data structures locally", "manage counters with INCR/DECR operations", "store geospatial indexes in memory"], "what_it_is": "KV.JS is a fast, in-memory key-value data store written in pure JavaScript, heavily inspired by Redis and Memcached. It supports multiple data types (strings, lists, sets, sorted sets, hashes, geospatial indexes) with over 140 Redis-like operations such as SET, GET, EXPIRE, INCR, LPUSH, and HSET.", "when_to_avoid": ["you need persistence across process restarts", "you need a shared cache across multiple application instances", "you require Redis features like pub/sub, replication, or clustering", "you need a distributed cache"], "when_to_choose": ["you need caching but running a Redis server would be overkill", "you want Redis-like data types and commands in a single npm dependency", "you need TTL/expiration support in an in-process store", "your app is JavaScript/Node.js based and you want zero external services"]}, "data_as_of": "2026-08-30T08:39:29.467469+00:00", "members": [{"path": "/products/kvjs", "repo": "HeyPuter/kv.js", "role": "main", "score": 55}], "provenance": {"archived": {"kind": "observed", "observed_at": "2026-08-28T04:04:59.390141+00:00", "source": "github"}, "artifact_type": {"confidence": null, "enriched_at": "2026-08-30T04:31:21.407666+00:00", "kind": "inferred", "prompt_version": 1, "sources": [{"content_hash": "1912cf2f11fc11d7fbcc9f8067e5fc06ea85a65c3dcb04c62dc003a244020add", "fetched_at": "2026-08-28T04:04:59.390141+00:00", "kind": "readme", "missing": false, "url": "https://github.com/HeyPuter/kv.js"}], "taxonomy_version": 1}, "description": {"kind": "observed", "observed_at": "2026-08-28T04:04:59.390141+00:00", "source": "github"}, "domain": {"confidence": null, "enriched_at": "2026-08-30T04:31:21.407666+00:00", "kind": "inferred", "prompt_version": 1, "sources": [{"content_hash": "1912cf2f11fc11d7fbcc9f8067e5fc06ea85a65c3dcb04c62dc003a244020add", "fetched_at": "2026-08-28T04:04:59.390141+00:00", "kind": "readme", "missing": false, "url": "https://github.com/HeyPuter/kv.js"}], "taxonomy_version": 1}, "enriched": {"inputs": [], "kind": "computed", "method": "enrichment_status"}, "function": {"confidence": null, "enriched_at": "2026-08-30T04:31:21.407666+00:00", "kind": "inferred", "prompt_version": 1, "sources": [{"content_hash": "1912cf2f11fc11d7fbcc9f8067e5fc06ea85a65c3dcb04c62dc003a244020add", "fetched_at": "2026-08-28T04:04:59.390141+00:00", "kind": "readme", "missing": false, "url": "https://github.com/HeyPuter/kv.js"}], "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:04:59.390141+00:00", "source": "github"}, "language": {"kind": "observed", "observed_at": "2026-08-28T04:04:59.390141+00:00", "source": "github"}, "license": {"kind": "observed", "observed_at": "2026-08-28T04:04:59.390141+00:00", "source": "github"}, "license_family": {"inputs": ["license"], "kind": "computed", "method": "license_family"}, "maturity": {"confidence": null, "enriched_at": "2026-08-30T04:31:21.407666+00:00", "kind": "inferred", "prompt_version": 1, "sources": [{"content_hash": "1912cf2f11fc11d7fbcc9f8067e5fc06ea85a65c3dcb04c62dc003a244020add", "fetched_at": "2026-08-28T04:04:59.390141+00:00", "kind": "readme", "missing": false, "url": "https://github.com/HeyPuter/kv.js"}], "taxonomy_version": 1}, "member_repos": {"kind": "observed", "observed_at": "2026-08-28T04:04:59.390141+00:00", "source": "github"}, "name": {"kind": "observed", "observed_at": "2026-08-28T04:04:59.390141+00:00", "source": "github"}, "platform": {"confidence": null, "enriched_at": "2026-08-30T04:31:21.407666+00:00", "kind": "inferred", "prompt_version": 1, "sources": [{"content_hash": "1912cf2f11fc11d7fbcc9f8067e5fc06ea85a65c3dcb04c62dc003a244020add", "fetched_at": "2026-08-28T04:04:59.390141+00:00", "kind": "readme", "missing": false, "url": "https://github.com/HeyPuter/kv.js"}], "taxonomy_version": 1}, "pushed_at": {"kind": "observed", "observed_at": "2026-08-28T04:04:59.390141+00:00", "source": "github"}, "repo": {"kind": "observed", "observed_at": "2026-08-28T04:04:59.390141+00:00", "source": "github"}, "stars": {"kind": "observed", "observed_at": "2026-08-28T04:04:59.390141+00:00", "source": "github"}, "tags": {"confidence": null, "enriched_at": "2026-08-30T04:31:21.407666+00:00", "kind": "inferred", "prompt_version": 1, "sources": [{"content_hash": "1912cf2f11fc11d7fbcc9f8067e5fc06ea85a65c3dcb04c62dc003a244020add", "fetched_at": "2026-08-28T04:04:59.390141+00:00", "kind": "readme", "missing": false, "url": "https://github.com/HeyPuter/kv.js"}], "taxonomy_version": 1}, "topics": {"kind": "observed", "observed_at": "2026-08-28T04:04:59.390141+00:00", "source": "github"}, "urls": {"kind": "observed", "observed_at": "2026-08-28T04:04:59.390141+00:00", "source": "github"}, "use_cases": {"confidence": null, "enriched_at": "2026-08-30T04:31:21.407666+00:00", "kind": "inferred", "prompt_version": 1, "sources": [{"content_hash": "1912cf2f11fc11d7fbcc9f8067e5fc06ea85a65c3dcb04c62dc003a244020add", "fetched_at": "2026-08-28T04:04:59.390141+00:00", "kind": "readme", "missing": false, "url": "https://github.com/HeyPuter/kv.js"}], "taxonomy_version": 1}, "what_it_is": {"confidence": null, "enriched_at": "2026-08-30T04:31:21.407666+00:00", "kind": "inferred", "prompt_version": 1, "sources": [{"content_hash": "1912cf2f11fc11d7fbcc9f8067e5fc06ea85a65c3dcb04c62dc003a244020add", "fetched_at": "2026-08-28T04:04:59.390141+00:00", "kind": "readme", "missing": false, "url": "https://github.com/HeyPuter/kv.js"}], "taxonomy_version": 1}, "when_to_avoid": {"confidence": null, "enriched_at": "2026-08-30T04:31:21.407666+00:00", "kind": "inferred", "prompt_version": 1, "sources": [{"content_hash": "1912cf2f11fc11d7fbcc9f8067e5fc06ea85a65c3dcb04c62dc003a244020add", "fetched_at": "2026-08-28T04:04:59.390141+00:00", "kind": "readme", "missing": false, "url": "https://github.com/HeyPuter/kv.js"}], "taxonomy_version": 1}, "when_to_choose": {"confidence": null, "enriched_at": "2026-08-30T04:31:21.407666+00:00", "kind": "inferred", "prompt_version": 1, "sources": [{"content_hash": "1912cf2f11fc11d7fbcc9f8067e5fc06ea85a65c3dcb04c62dc003a244020add", "fetched_at": "2026-08-28T04:04:59.390141+00:00", "kind": "readme", "missing": false, "url": "https://github.com/HeyPuter/kv.js"}], "taxonomy_version": 1}}, "score": {"components": {"activity": 55, "longevity": 88, "rhythm": 35}, "computed_at": "2026-09-03T02:20:16.233290+00:00", "flags": ["no_releases"], "formula": "round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)", "inputs": {"age_days": 1234, "days_push": 273, "days_rel": null, "gap_med": null, "n_releases_24m": 0}, "score": 55, "version": 2}, "staleness": {"enrichment_outdated": false, "low_confidence": false, "scrape_days": 9, "stale_scrape": false}}