youtube/doorman
Doorman: Global Distributed Client Side Rate Limiting. observed · 2026-08-28
Health v2 · maintenance only
10/100
- Activity 0
- Release rhythm 35
- Longevity 100
Flags: no_releases archived
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 3862
- days_rel: n/a
- days_push: 1072
- n_releases_24m: 0
Adoption not part of the score
1950 stars · 109 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
Doorman is a Go-based gRPC service for global distributed client-side rate limiting, letting clients voluntarily limit their use of shared resources like databases or APIs. It apportions capacity fairly via configurable algorithms, granting time-limited leases and using etcd as a distributed lock manager for high availability.
Use cases
- rate limit clients accessing a shared database across the globe
- distribute API quota fairly among many client applications
- prevent a gRPC service from being overwhelmed by its callers
- coordinate client-side throttling with leases and refresh intervals
- apportion capacity of a shared resource based on fairness algorithms
When to choose
- you need cooperative, globally coordinated client-side rate limiting
- your clients can honour capacity grants and refresh leases
- you already run etcd or a distributed lock manager
- you want configurable fairness algorithms for capacity apportionment
When to avoid
- you need to enforce limits against misbehaving clients (Doorman is cooperative only)
- you want simple per-instance rate limiting without a distributed setup
- you need a actively developed project with recent releases
- you cannot operate a gRPC service and distributed lock manager
Facets
service · maturity maintenance
rate-limiting rpc middleware microservices backend infrastructure-as-code go self-hosted grpc client-side-rate-limiting distributed-lock-manager etcd fairness-algorithms linux docker
1 source
- readme: https://github.com/youtube/doorman · fetched 2026-08-28 · f58f003af8be
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| youtube/doorman | main | 10 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem