Netflix / PigPen

Map-Reduce for Clojure
Apache License 2.0
565 stars 55 forks source link

New clean rx implementation #97

Closed mbossenbroek closed 9 years ago

mbossenbroek commented 9 years ago

Create a new pigpen-rx project with a streamlined non-pig rx implementation. Currently matches functionality of pigpen-local.

cc @mapstrchakra

mbossenbroek commented 9 years ago

@pkozikow This should be a complete implementation of a non-pig, non-rx local mode. There's also a non-pig rx mode as well which should be much more performant over larger datasets.

It also includes the last of the functional tests (now over 100 tests).

I'll merge this into the cascading branch shortly.