Skip to content

implementation of a load balancer api using the round robin algorithm with FastAPI

Notifications You must be signed in to change notification settings

renanleonel/round_robin_load_balancer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Trabalho realizado na disciplina de Sistemas Distribuídos

implementação de um balanceador de carga utilizando o algoritmo Round-Robin. Foi criada uma API client/server utilizando FastAPI.

How to execute

>Install all dependencies

pip install -r requirements.txt

>Execute all servers before requesting

open "servers" folder and run

python3 serverName.py

>Run load balancer

in "loadBalancer" folder

python3 -m uvicorn src.main:app --reload

>Execute requests

About

implementation of a load balancer api using the round robin algorithm with FastAPI

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages