slowapi
rate limiter
A rate limiter library for Starlette and FastAPI
A rate limiter for Starlette and FastAPI
1k stars
15 watching
79 forks
Language: Python
last commit: 21 days ago
Linked from 1 awesome list
asgifastapipythonrate-limiterstarletteuvicorn
Related projects:
Repository | Description | Stars |
---|---|---|
long2ice/fastapi-limiter | A rate limiting tool for FastAPI applications | 510 |
alisaifee/flask-limiter | An extension for Flask that provides rate limiting functionality | 1,121 |
jsocol/django-ratelimit | Provides a way to rate-limit views in Django applications | 1,076 |
jaytaph/ratelimitbundle | A bundle for Symfony applications that simplifies rate limiting by adding an annotation to controllers and actions. | 332 |
fastify/fastify-rate-limit | Provides a low-overhead rate limiter for Fastify routes. | 501 |
lpinca/valvelet | A utility to limit the execution rate of functions in promise-returning code. | 38 |
microlinkhq/async-ratelimiter | An asynchronous rate limiter middleware implementation using Redis to track requests and enforce limits. | 320 |
tj/node-ratelimiter | A rate limiter for Node.js applications using Redis as the backing store. | 719 |
stephenhillier/starlette_exporter | A tool to collect and export metrics from Starlette and FastAPI applications to Prometheus | 316 |
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 |
sunhailin-leo/fastapi_profiler | Tools to monitor and analyze performance of service code in FastAPI applications | 236 |
mennanov/limiters | Distributed rate limiting solution with various algorithms and backends | 462 |
grahamcampbell/laravel-throttle | A package to manage rate limiting in Laravel applications | 705 |
exhammer/hammer | A rate limiter with pluggable storage backends for Elixir applications. | 749 |
whitered/ratekeeper | A library for scheduling rate-limited actions in Elixir | 14 |