repositorypackage
0.0.0-20240704172217-64f84198c468
Repository: https://github.com/caleberi/map_reduce_rpc.git
Documentation: pkg.go.dev
# README
map_reduce_rpc
An implementation of map reduce algorithm using rpc and channels in golang.
The idea is to use a single coordinator to orchestrate the processing of files (resources) by worker processes to produce a final output.
This is to test my understanding of the white paper
Credit :