Hi Kenny, I would recommend using the Erlang PBC client rather than the native Erlang client. The performance is comparable and it reduces coupling between your code and Riak.
The following rebar.config option will pull in the PBC client: {riakc, ".*", {hg, "http://bitbucket.org/basho/riak-erlang-client", "tip"}}, You can find documentation here: https://wiki.basho.com/display/RIAK/Erlang+Client+PBC You can ignore the "./rebar install" part in the Overview section since you will be including it as a dependency in your application. Let me know if you have any questions. Thanks, Dan Daniel Reverri Developer Advocate Basho Technologies, Inc. d...@basho.com On Sun, Jul 18, 2010 at 8:01 AM, Kenny Stone <kennethst...@gmail.com> wrote: > Hello, > > I had an earlier project using webmachine. I added the riak dependencies, > which also use webmachine, and now my existing webmachine code is broken. > > I found a related blog > post<http://dukesoferl.blogspot.com/2009/08/dynamically-loading-webmachine.html>about > this issue, but things are still not working despite the dispatch_list > looking correct at runtime. I can take out the riak apps from my rel file > to get the original functionality working (but riak not working obviously). > > > Any ideas how I can troubleshoot? > > Thanks, > > Kenny > > _______________________________________________ > riak-users mailing list > riak-users@lists.basho.com > http://lists.basho.com/mailman/listinfo/riak-users_lists.basho.com > >
_______________________________________________ riak-users mailing list riak-users@lists.basho.com http://lists.basho.com/mailman/listinfo/riak-users_lists.basho.com