fiber_limiter
Rate limiter
A middleware solution for rate limiting with two sliding window algorithms and Redis storage.
fiber_limiter using redis as store for rate limit with two algorithms for choosing sliding window, gcra leaky bucket
13 stars
2 watching
0 forks
Language: Go
last commit: over 4 years ago
Linked from 1 awesome list
fiberfiber-frameworkgcrago-redisgolanglimitermiddlewareredissliding-windows
Related projects:
Repository | Description | Stars |
---|---|---|
mennanov/limiters | Distributed rate limiting solution with various algorithms and backends | 460 |
alisaifee/flask-limiter | An extension for Flask that provides rate limiting functionality | 1,119 |
ulule/limiter | A middleware library for Go that enforces rate limits on HTTP requests | 2,099 |
microlinkhq/async-ratelimiter | An asynchronous rate limiter middleware implementation using Redis to track requests and enforce limits. | 320 |
timebug/lua-resty-redis-ratelimit | A Lua-based module to limit incoming requests between multiple instances using a 'leaky bucket' algorithm and Redis as the backend storage. | 163 |
reugn/equalizer | A set of performant rate limiters for Go applications | 88 |
beefsack/go-rate | A timed rate limiter designed to prevent saturation of APIs and protect against spam. | 397 |
dryruby/rack-throttle | A Rack middleware that limits the rate of incoming HTTP requests to applications. | 947 |
ulule/limiter-examples | A collection of examples showcasing middleware solutions for rate limiting in web applications | 38 |
long2ice/fastapi-limiter | A rate limiting tool for FastAPI applications | 510 |
tj/node-ratelimiter | A rate limiter for Node.js applications using Redis as the backing store. | 719 |
fastify/fastify-rate-limit | Provides a low-overhead rate limiter for Fastify routes. | 501 |
jaytaph/ratelimitbundle | A bundle for Symfony applications that simplifies rate limiting by adding an annotation to controllers and actions. | 332 |
grempe/ex_rated | A rate limiting utility that manages access to a service with adjustable time windows and limits. | 452 |
ananthakumaran/exq_limit | A rate limiting system for Exq queues | 10 |