Re: Extracting data during link walking using PBC

2011-04-27 Thread Russell Brown
Hi OJ! I'm just working through this myself at the moment as I'm trying to make the Java PB client behave the same way as the REST client . On 28 Apr 2011, at 04:23, OJ Reeves wrote: > Hi everyone, > > I'm currently using Riak to store some user/account/oauth information and I > have a need t

Extracting data during link walking using PBC

2011-04-27 Thread OJ Reeves
Hi everyone, I'm currently using Riak to store some user/account/oauth information and I have a need to pull some data while link-walking using the Erlang PBC. I have read the post on the Basho blogabout how to do link walking using the R

Riak Recap for April 25 - 26

2011-04-27 Thread Mark Phillips
Evening, Morning, After to All For today's Recap: Talks, more Riak and RabbitMQ code, jobs, Riak spotted in Cambodia, and more. Enjoy. Mark Community Manager Basho Technologies wiki.basho.com twitter.com/pharkmillups --- Riak Recap for April 25 - 26

Re: How to test using Ripple

2011-04-27 Thread Sean Cribbs
If you're working in a Rails project, the 'ripple' generator will generate a stub for you (works with rspec, test/unit and cucumber). If not, feel free to crib from the spec_helper.rb in any of the Ripple sub-projects. Sean Cribbs Developer Advocate Basho Technologies, Inc. http://basho.com/

How to test using Ripple

2011-04-27 Thread Jesse Zamora
Hello, I'm starting out using Riak with Ripple, and I was wondering how I might go about performing functional tests using the Ripple test server. Does anyone have any tips for this??? Thanks, Jesse L. Zamora ___ riak-users mailing list riak-users@lists

riak search sort question?

2011-04-27 Thread e
Hi, I have used this one in search request( *sort=FIELDNAME*-- Sort on the specified field name. Default is "none", which causes the results to be sorted in descending order by score.) Assume the fieldname is a change_date. I got the result and sorted by change_date ASC. Howto DESC the resultS