Skip to content

Repository files navigation

word_count

TU/e 2IMN10 Architecture of Distributed System lab assignment

1. Select an algorithm in balancer.py (weighted or hash)

2. Launch the server

docker-compose up --build

Check the server weighted

3. Send request
python client_socket_single.py

4. See how the server handle the request

5. Check the data in redis

docker ps
redis-cli
KEYS *
GET pg74505.txt:the
ZRANGE word_count 0 -1 WITHSCORES

About

Architecture of Distributed System

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages