Map Reduce -- How Cool is that?
From time-to-time I hear a few mentions of MapReduce; up until recently, I avoided looking into it.
This month's CACM, however, is chock-full of MapReduce goodness.
After reading some of the articles, I decided to look a little more closely at that approach to handling large datasets.
Python Implementation
Map-Reduce …