Skip to content
This repository was archived by the owner on Jun 3, 2023. It is now read-only.

Load Balancer using Round Robin algorithm. Distributed system, developed on Python using the ZeroMQ framework with the Pub/Sub pattern.

License

Notifications You must be signed in to change notification settings

mateo-jaimes/Load-Balancer-Store

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 

Repository files navigation

Load-Balancer-Store

Load Balancer using Round Robin algorithm. Distributed system, developed on Python using the ZeroMQ framework with the Pub/Sub pattern.

Store simulation with persistence in MYSQL database. n clients can make requests, which will be balanced by the load balancer and finally distributed to n servers, which will serve the clients requests.

Instalation

pip3 install pyzmq

Execution

python Server.py 1
python Server.py 2
python Server.py 3
python Server.py 4
python LoadBalancer.py
python Client.py

Licencia

MIT

About

Load Balancer using Round Robin algorithm. Distributed system, developed on Python using the ZeroMQ framework with the Pub/Sub pattern.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%