aua-network-architecture-fall24

yevdokimova/aua-network-architecture-fall24

Final Project for CS392 Network Architecture Class @ American University of Armenia

Python Stars: 0 Forks: 0 Education

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.

Similar Projects