You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A highly available, fault-tolerant system capable of processing AoE2 datasets. Implemented with the Bully distributed election algorithm and other distributed systems concepts. See consigna.pdf and Entrega TP4.pdf for the requirements and proposed solution.
Place CSVs in ~/fiuba-dist1-tp4 (or change mount point in run-cli.sh)
Build RabbitMQ image
cd base-images
./build.sh
Run
make rabbit-up
# wait for rabbit to start...# start the system
make nodes-up
# upload csvs
./run-cli.sh
About
A highly available, fault-tolerant system capable of processing AoE2 datasets. Implemented with the Bully distributed election algorithm and other distributed systems concepts. See consigna.pdf and Entrega TP4.pdf for the requirements and proposed solution.