Google developed the MapReduce programming framework as a means to process massive amounts of data in a fast and effective manner. Originally it was created to help deal with so much data that it had to be spread out across thousands of individual machines.
The data processing doesn't have to take place on such a huge scale, though. Individuals and smaller companies can use this framework to organize their data and discover some very important relationships within the data set. MapReduce func...