/rate-limiter

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

Primary LanguageGoOtherNOASSERTION

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.