/map_reduce

A simple implementation of map reduce algorithm using go routine and channel instead of rpc

Primary LanguageGoMIT LicenseMIT

map_reduce

A simple implementation of map reduce algorithm using go routine and channel instead of rpc

This is to test my understanding of the paper

Final implementation will be written using the suggested RPC version once I learn about it .