limiters
Rate limiter
Distributed rate limiting solution with various algorithms and backends
Golang rate limiters for distributed applications
474 stars
7 watching
49 forks
Language: Go
last commit: 2 months ago
Linked from 2 awesome lists
concurrent-limiterconsuletcdfixed-windowgolanggrpcleaky-bucketrate-limitingredissliding-windowstoken-bucketzookeeper
Related projects:
Repository | Description | Stars |
---|---|---|
| A set of performant rate limiters for Go applications | 88 |
| A timed rate limiter designed to prevent saturation of APIs and protect against spam. | 400 |
| A middleware solution for rate limiting with two sliding window algorithms and Redis storage. | 13 |
| A middleware library for Go that enforces rate limits on HTTP requests | 2,125 |
| An Elixir implementation of rate limiting and throttling using Mnesia | 14 |
| A rate limiting system for Exq queues | 10 |
| A package to limit concurrency in Goroutines | 71 |
| An asynchronous rate limiter middleware implementation using Redis to track requests and enforce limits. | 320 |
| A rate limiting utility that manages access to a service with adjustable time windows and limits. | 453 |
| A bundle for Symfony applications that simplifies rate limiting by adding an annotation to controllers and actions. | 332 |
| A package that allows running multiple functions concurrently while limiting the number of active goroutines. | 36 |
| A package to manage rate limiting in Laravel applications | 705 |
| A utility to limit the execution rate of functions in promise-returning code. | 38 |
| An extension for Flask that provides rate limiting functionality | 1,126 |
| Enables users to set limits on actions performed within specified time intervals | 767 |