rate-limiter icon indicating copy to clipboard operation
rate-limiter copied to clipboard

A simple rate limiting library with swappable algorithms and configurable backends (e.g. Redis, in-memory, etc.).

Rate limiter written in Go

A simple rate limiting library with configurable algorithms (e.g. leaky bucket, fixed window, etc.) and backends (e.g. Redis, in-memory, etc.).

Writing this as inspiration while reading Alex Xu's System Design Interview topics.