An LFE client library for the Disco big-data platform.
This project assumes that you have rebar installed somwhere in your
$PATH
.
This project depends upon the following, which installed to the deps
directory of this project when you run make deps
:
To inlcude lfe-disco
in your project, simply update the deps section
of your rebar.config
:
{deps, [
{lfe, ".*", {git, "git://github.com/rvirding/lfe.git", "develop"}},
{'lfe-disco',
".*", {git, "git://github.com/lfe/lfe-disco.git"}}
]}
TBD (project still in-progress; worker protocol will likely be the first bit done)