slowapi
rate limiter
A rate limiter library for Starlette and FastAPI
A rate limiter for Starlette and FastAPI
1k stars
14 watching
80 forks
Language: Python
last commit: about 1 month ago
Linked from 1 awesome list
asgifastapipythonrate-limiterstarletteuvicorn
Related projects:
Repository | Description | Stars |
---|---|---|
long2ice/fastapi-limiter | A rate limiting tool for FastAPI applications | 518 |
alisaifee/flask-limiter | An extension for Flask that provides rate limiting functionality | 1,126 |
jsocol/django-ratelimit | Provides a way to rate-limit views in Django applications | 1,081 |
jaytaph/ratelimitbundle | A bundle for Symfony applications that simplifies rate limiting by adding an annotation to controllers and actions. | 332 |
fastify/fastify-rate-limit | A rate limiter plugin for Fastify that enforces limits on client requests based on their IP address and time window. | 508 |
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 | 318 |
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 | 239 |
mennanov/limiters | Distributed rate limiting solution with various algorithms and backends | 474 |
grahamcampbell/laravel-throttle | A package to manage rate limiting in Laravel applications | 705 |
exhammer/hammer | Enables users to set limits on actions performed within specified time intervals | 767 |
whitered/ratekeeper | A library for scheduling rate-limited actions in Elixir | 14 |