If you add riak_core and riak_kv to your app file, then use riak:local_client()
to get a client handle, it should work fine. Need to make sure all of the
modules for riak and your app are available on your path, of course.
Bruce
On Jul 8, 2010, at 9:46 AM, Kenny Stone wrote:
> I'm looking f
I'm looking for some guidance on embedding riak into my existing OTP
applicatio and using the native erlang client. I embedded webmachine a few
months back and it was very simple - just looked at the start scripts and
ported them to my scripts. This doesn't look nearly so easy with riak. Is
this