{"adoption": {"forks": 328, "observed_at": "2026-08-28T04:08:57.402286+00:00", "stars": 4713}, "canonical_url": "https://ross.abutalabs.com/products/ratelimit", "card": {"archived": false, "artifact_type": "library", "description": "A Go blocking leaky-bucket rate limit implementation", "domain": ["developer-tools", "backend", "performance"], "enriched": true, "function": ["rate-limiting", "concurrency"], "health_score": 20, "homepage": null, "language": "Go", "license": "MIT", "license_family": "permissive", "maturity": "stable", "member_repos": ["uber-go/ratelimit"], "name": "uber-go/ratelimit", "platform": ["go", "cross-platform"], "pushed_at": "2024-05-01T03:43:25+00:00", "repo": "uber-go/ratelimit", "stars": 4713, "tags": ["leaky-bucket", "throttling", "blocking-limiter"], "topics": [], "urls": [], "use_cases": ["throttle outgoing API requests to a fixed rate", "limit how fast a worker processes a queue", "pace database or service calls per second", "smooth bursty traffic in Go services", "add simple per-second rate limiting without complex token buckets"], "what_it_is": "A Go library implementing a blocking leaky-bucket rate limiter. It refills the bucket based on elapsed time between requests, and Take() sleeps until the caller may proceed.", "when_to_avoid": ["you need burst capacity, reservations, or per-key limits (use golang.org/x/time/rate)", "you need non-blocking or context-cancellable waiting", "you're not writing Go"], "when_to_choose": ["you need a simple, low-overhead blocking rate limiter in Go", "you want Take()-and-sleep semantics rather than token acquisition", "you prefer minimal API over golang.org/x/time/rate's flexibility"]}, "data_as_of": "2026-08-30T08:39:29.467469+00:00", "members": [{"path": "/products/ratelimit", "repo": "uber-go/ratelimit", "role": "main", "score": 32}], "provenance": {"archived": {"kind": "observed", "observed_at": "2026-08-28T04:08:57.402286+00:00", "source": "github"}, "artifact_type": {"confidence": null, "enriched_at": "2026-08-29T18:19:08.981787+00:00", "kind": "inferred", "prompt_version": 1, "sources": [{"content_hash": "b6f2f9b938b5faee8aaf5d1cb378610c5e620d9efa1888cdd7aaa5b6cbf1b09e", "fetched_at": "2026-08-28T04:08:57.402286+00:00", "kind": "readme", "missing": false, "url": "https://github.com/uber-go/ratelimit"}], "taxonomy_version": 1}, "description": {"kind": "observed", "observed_at": "2026-08-28T04:08:57.402286+00:00", "source": "github"}, "domain": {"confidence": null, "enriched_at": "2026-08-29T18:19:08.981787+00:00", "kind": "inferred", "prompt_version": 1, "sources": [{"content_hash": "b6f2f9b938b5faee8aaf5d1cb378610c5e620d9efa1888cdd7aaa5b6cbf1b09e", "fetched_at": "2026-08-28T04:08:57.402286+00:00", "kind": "readme", "missing": false, "url": "https://github.com/uber-go/ratelimit"}], "taxonomy_version": 1}, "enriched": {"inputs": [], "kind": "computed", "method": "enrichment_status"}, "function": {"confidence": null, "enriched_at": "2026-08-29T18:19:08.981787+00:00", "kind": "inferred", "prompt_version": 1, "sources": [{"content_hash": "b6f2f9b938b5faee8aaf5d1cb378610c5e620d9efa1888cdd7aaa5b6cbf1b09e", "fetched_at": "2026-08-28T04:08:57.402286+00:00", "kind": "readme", "missing": false, "url": "https://github.com/uber-go/ratelimit"}], "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:08:57.402286+00:00", "source": "github"}, "language": {"kind": "observed", "observed_at": "2026-08-28T04:08:57.402286+00:00", "source": "github"}, "license": {"kind": "observed", "observed_at": "2026-08-28T04:08:57.402286+00:00", "source": "github"}, "license_family": {"inputs": ["license"], "kind": "computed", "method": "license_family"}, "maturity": {"confidence": null, "enriched_at": "2026-08-29T18:19:08.981787+00:00", "kind": "inferred", "prompt_version": 1, "sources": [{"content_hash": "b6f2f9b938b5faee8aaf5d1cb378610c5e620d9efa1888cdd7aaa5b6cbf1b09e", "fetched_at": "2026-08-28T04:08:57.402286+00:00", "kind": "readme", "missing": false, "url": "https://github.com/uber-go/ratelimit"}], "taxonomy_version": 1}, "member_repos": {"kind": "observed", "observed_at": "2026-08-28T04:08:57.402286+00:00", "source": "github"}, "name": {"kind": "observed", "observed_at": "2026-08-28T04:08:57.402286+00:00", "source": "github"}, "platform": {"confidence": null, "enriched_at": "2026-08-29T18:19:08.981787+00:00", "kind": "inferred", "prompt_version": 1, "sources": [{"content_hash": "b6f2f9b938b5faee8aaf5d1cb378610c5e620d9efa1888cdd7aaa5b6cbf1b09e", "fetched_at": "2026-08-28T04:08:57.402286+00:00", "kind": "readme", "missing": false, "url": "https://github.com/uber-go/ratelimit"}], "taxonomy_version": 1}, "pushed_at": {"kind": "observed", "observed_at": "2026-08-28T04:08:57.402286+00:00", "source": "github"}, "repo": {"kind": "observed", "observed_at": "2026-08-28T04:08:57.402286+00:00", "source": "github"}, "stars": {"kind": "observed", "observed_at": "2026-08-28T04:08:57.402286+00:00", "source": "github"}, "tags": {"confidence": null, "enriched_at": "2026-08-29T18:19:08.981787+00:00", "kind": "inferred", "prompt_version": 1, "sources": [{"content_hash": "b6f2f9b938b5faee8aaf5d1cb378610c5e620d9efa1888cdd7aaa5b6cbf1b09e", "fetched_at": "2026-08-28T04:08:57.402286+00:00", "kind": "readme", "missing": false, "url": "https://github.com/uber-go/ratelimit"}], "taxonomy_version": 1}, "topics": {"kind": "observed", "observed_at": "2026-08-28T04:08:57.402286+00:00", "source": "github"}, "urls": {"kind": "observed", "observed_at": "2026-08-28T04:08:57.402286+00:00", "source": "github"}, "use_cases": {"confidence": null, "enriched_at": "2026-08-29T18:19:08.981787+00:00", "kind": "inferred", "prompt_version": 1, "sources": [{"content_hash": "b6f2f9b938b5faee8aaf5d1cb378610c5e620d9efa1888cdd7aaa5b6cbf1b09e", "fetched_at": "2026-08-28T04:08:57.402286+00:00", "kind": "readme", "missing": false, "url": "https://github.com/uber-go/ratelimit"}], "taxonomy_version": 1}, "what_it_is": {"confidence": null, "enriched_at": "2026-08-29T18:19:08.981787+00:00", "kind": "inferred", "prompt_version": 1, "sources": [{"content_hash": "b6f2f9b938b5faee8aaf5d1cb378610c5e620d9efa1888cdd7aaa5b6cbf1b09e", "fetched_at": "2026-08-28T04:08:57.402286+00:00", "kind": "readme", "missing": false, "url": "https://github.com/uber-go/ratelimit"}], "taxonomy_version": 1}, "when_to_avoid": {"confidence": null, "enriched_at": "2026-08-29T18:19:08.981787+00:00", "kind": "inferred", "prompt_version": 1, "sources": [{"content_hash": "b6f2f9b938b5faee8aaf5d1cb378610c5e620d9efa1888cdd7aaa5b6cbf1b09e", "fetched_at": "2026-08-28T04:08:57.402286+00:00", "kind": "readme", "missing": false, "url": "https://github.com/uber-go/ratelimit"}], "taxonomy_version": 1}, "when_to_choose": {"confidence": null, "enriched_at": "2026-08-29T18:19:08.981787+00:00", "kind": "inferred", "prompt_version": 1, "sources": [{"content_hash": "b6f2f9b938b5faee8aaf5d1cb378610c5e620d9efa1888cdd7aaa5b6cbf1b09e", "fetched_at": "2026-08-28T04:08:57.402286+00:00", "kind": "readme", "missing": false, "url": "https://github.com/uber-go/ratelimit"}], "taxonomy_version": 1}}, "score": {"components": {"activity": 0, "longevity": 100, "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": 3645, "days_push": 854, "days_rel": null, "gap_med": null, "n_releases_24m": 0}, "score": 32, "version": 2}, "staleness": {"enrichment_outdated": false, "low_confidence": false, "scrape_days": 9, "stale_scrape": false}}