| Location: | Atlanta, GA |
|---|---|
| Dates: |
Nov. 12 (tutorials)
Nov. 13-14 (main) |
| Tutorials: | 10 |
| Talks: | 65 |
PHP is not a full-fledged functional language, but it supports some very useful functional idioms such as Map, Filter, and Reduce. Google's MapReduce programming model builds upon the combination of map and reduce in a parallel computing environment.
This session covers the foundations of Map/Reduce using array_map()/array_reduce() and scale this concept to the “Computing Cloud” level using Hadoop.