Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 497 Bytes

File metadata and controls

10 lines (6 loc) · 497 Bytes

Mapy

MapReduce has been kept me stimulated on distributed computations since I was in first year of my bachelors degree. Here I have implemented a generic mapreduce framework in python. I'm still evaluating whether to lead this towards,

  • A kernel level implementation, or
  • An open protocol for distributed computations.

This project has the following components,

  • Mapy Core - Acts as somewhat similar to a controller that directs map - reduce functions to get computations done.