Re: erlang mapReduce

2010-09-22 Thread Daniel Reverri
When starting the erlang console you need to add the deps to your code paths: erl -pa $PATH_TO_RIAKC/ebin $PATH_TO_RIAKC/deps/*/ebin This will resolve the module could not be loaded issue. You my want to try port 8087 instead of 8081. Port 8081 is only valid when working against devrel. The 'C

Riak Recap for 9/20 - 9/21

2010-09-22 Thread Mark Phillips
Morning, Afternoon, Evening to all, For today's Recap: Upcoming presentations and meetups, new repos, some great Q and A, and some excellent Gists from #riak. Enjoy! Mark, Community Manager Basho Technologies wiki.basho.com twitter.com/pharkmillups Riak Recap for 9/20 - 9/21 1) Basho Ha

UPDATE HTTP method for REST API ?

2010-09-22 Thread Germain Maurice
Hello, I see on the wiki "API that allowed users to manipulate data using standard HTTP methods: GET, PUT, UPDATE and DELETE." Did you mean POST in place of UPDATE ? Thanks ! -- Germain Maurice Administrateur Système/Réseau Tel : +33.(0)1.42.43.54.33 http://www.linkfluence.net __

Re: UPDATE HTTP method for REST API ?

2010-09-22 Thread Sean Cribbs
Thanks for spotting that, Germain. We'll get it fixed right away. Sean Cribbs Developer Advocate Basho Technologies, Inc. http://basho.com/ On Sep 22, 2010, at 12:00 PM, Germain Maurice wrote: > Hello, > > I see on the wiki "API that allowed users to manipulate data using standard > HTTP meth

ripple basics

2010-09-22 Thread David Weldon
1) If I have a user model, how do I list the users w/o doing an expensive find all? It seems like I'd want to have a single object that links to all of the users, but that doesn't fit with the conventions in ripple right? 2) I just watched the webinar and looked at the docs - do I still want yajl-