ivanstanev / rate-limiter

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

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

License:Other


Languages

Language:Go 100.0%