Python implementation for various rate limiting algorithms
- Create a
.envfile and copy the contents of.env.sampleinto it - Edit the
RATE_LIMIT_ALGORITHMvariable to the algorithm you want to run (check rate_limiter/util.py for valid strings) - Start the containers using
docker-compose -f docker-compose.yml up --build