Skip to content

ARUNAGIRINATHAN-K/api-rate-limiter-token-bucket

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🛡️ API Rate Limiter - Token Bucket Algorithm

This project implements a lightweight and efficient Token Bucket Algorithm to control the rate of incoming API requests.

✅ Features

  • Fair rate limiting
  • Burst control
  • Built using Python & Flask
  • Extendable to real production systems

📦 Setup

git clone https://github.com/yourusername/api-rate-limiter-token-bucket
cd api-rate-limiter-token-bucket
pip install -r requirements.txt
python run.py

About

A simple and scalable API Rate Limiter using the Token Bucket Algorithm built with Python and Flask.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages