Skip to content

ivanstanev/rate-limiter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.).

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages