Implementation-of-MapReduce-algorithms-using-a-simple-Python-MapReduce-framework
Implements common data processing tasks such as creation of an inverted index, performing a relational join, multiplying sparse matrices and dna-sequence trimming using a simple MapReduce model, on a single machine in python.