Scalable distributed map/reduce system written in pure #golang, runs standalone or distributedly.
https://github.com/chrislusf/gleam Gleam is a high performance and efficient distributed execution system, and also simple, generic, flexible and easy to customize. Gleam is built in Go, and the user defined computation can be written in Go, Lua, Unix pipe tools, or any streaming programs. It is convenient to write logic in Lua, but Lua is optional. […]