fastapi-limiter
Rate limiter
A rate limiting tool for FastAPI applications
A request rate limiter for fastapi
510 stars
10 watching
55 forks
Language: Python
last commit: 7 months ago
Linked from 1 awesome list
asynciofastapilimiter
Related projects:
Repository | Description | Stars |
---|---|---|
laurents/slowapi | A rate limiter library for Starlette and FastAPI | 1,239 |
alisaifee/flask-limiter | An extension for Flask that provides rate limiting functionality | 1,119 |
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 |
jsocol/django-ratelimit | Provides a way to rate-limit views in Django applications | 1,076 |
lpinca/valvelet | A utility to limit the execution rate of functions in promise-returning code. | 38 |
exhammer/hammer | A rate limiter with pluggable storage backends for Elixir applications. | 749 |
long2ice/fastapi-cache | Caches FastAPI responses and function results with support for multiple backends | 1,366 |
upyun/lua-resty-limit-rate | A Lua module that limits the rate of requests to an application | 72 |
microlinkhq/async-ratelimiter | An asynchronous rate limiter middleware implementation using Redis to track requests and enforce limits. | 320 |
koajs/ratelimit | A middleware solution to rate limit incoming requests in web applications | 485 |
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 |
tj/node-ratelimiter | A rate limiter for Node.js applications using Redis as the backing store. | 719 |
grempe/ex_rated | A rate limiting utility that manages access to a service with adjustable time windows and limits. | 452 |
ulule/limiter | A middleware library for Go that enforces rate limits on HTTP requests | 2,099 |