Go-based Hadoop MapReduce
In this project I implemented a MapReduce system in Go. I completed the development of a coordinator and worker processes that collaboratively execute Map and Reduce functions, with the coordinator handling task distribution and fault tolerance.