aua-network-architecture-fall24
yevdokimova/aua-network-architecture-fall24
Final Project for CS392 Network Architecture Class @ American University of Armenia
Summary
A distributed computing framework project for a university network architecture course. It implements a master-worker system in Python using Docker containers, with a client interface for submitting data processing tasks (JOIN, DISTINCT, GROUP BY, ORDER BY) on CSV-like data. The master schedules tasks to workers using round-robin and handles retries.