Map-Reduce with shell scripts as mappers and reducers -- implemented on top of Hadoop. (tags: architecture scaling)
Map-Reduce implemented as a bash script! (tags: programming code linux architecture scaling)
A simple Map-Reduce framework in which the processing elements are executables operating on files. It allows existing standard Linux command-line operations to be used as part of the Map-Reduce pipeline. (tags: networking python architecture scaling)