Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 

Repository files navigation

API-Rate-Limiter

Custom API Rate Limiter tool to handle huge loads of requests from APIs for my projects.

Tech Stack Used (Is currently being Used)

  • Backend : Python, FastAPI
  • Cache : Redis

Rate Limiting Algorithms to implement

  1. Token Bucket Algorithm
  2. Sliding Window Log Algorithm

Progress

Token Bucket Algorithm
  • Implementation in redis-py
image
Sliding Window Log Algorithm
  • Implementation in redis-py
image

About

Custom API Rate limiter for handling API requests for my projects.

Topics

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors