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.
A simple rate limiting library with swappable algorithms and configurable backends (e.g. Redis, in-memory, etc.).
GoNOASSERTION
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.