Skip to content

Scalable URL shortening service built with Python, Redis & PostgreSQL. Handles 10K+ req/sec using consistent hashing, LRU caching (80% query reduction), and optimized indexing (sub-10ms latency). Deployed on AWS with auto-scaling and load balancing for 99.9% uptime.

Notifications You must be signed in to change notification settings

Biman-pakhira/URL-Shortener--Distributed-System-Design

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

Distributed URL Shortening Service


A high-performance, scalable URL shortener built with Python, Redis, and PostgreSQL. Designed to handle 10,000+ requests/second with sub-10ms query latency.

About

Scalable URL shortening service built with Python, Redis & PostgreSQL. Handles 10K+ req/sec using consistent hashing, LRU caching (80% query reduction), and optimized indexing (sub-10ms latency). Deployed on AWS with auto-scaling and load balancing for 99.9% uptime.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages