Hi,

This is a second attempt to build a Go based map reduce system. 
The first attempt, https://github.com/chrislusf/glow, can already be 
executed distributedly.
However, it is still limited by the fact that Go code can not be sent and 
executed remotely.

I just started to work on a Go+Lua approach. Luajit to be exact for its 
performance.
It can also easily integrate with Unix pipe toolsets (sort/uniq/tr/awk/...) 

  https://github.com/chrislusf/gleam

Gleam currently is in a proof-of-concept stage, and the distributed mode is 
not built yet. 
I will keep you updated.

Please let me know your thoughts.

Chris

-- 
You received this message because you are subscribed to the Google Groups 
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to golang-nuts+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to