README of luke is really ascetic. Is there any more documentation or
examples? What exactly does it do, and how?
> or are there other dataflow libs on top of erlang actors?
I would be interested to know too.
--
Motiejus Jakštys
Luke has been deprecated, and will be removed from the next release of
Riak. Examples of its use can be found in riak_kv (shortly, only
branches for 1.2 and earlier). But, no one is maintaining it.
>> or are there other dataflow libs on top of erlang actors?
Riak has migrated its dataflow uses to the riak_pipe project. Pipe is
more of a tool for actually processing data than a library for
describing abstract flows, and it assumes you're working with a
riak_core cluster. But, it's much better documented and includes
practical features like backpressure to help processing behave more
predictably.
-Bryan
(primary author of riak_pipe)