This is an implementation of MapReduce in Go Inspired by:
- Google MapReduce Paper: https://static.googleusercontent.com/media/research.google.com/en//archive/mapreduce-osdi04.pdf
- MIT Distributed Systems Course: https://pdos.csail.mit.edu/6.824
This is an implementation of MapReduce in Go Inspired by: