Riak Recap for Oct. 15-18

2010-10-19 Thread Mark Phillips
Morning, Afternoon, Evening to all, Here is a short recap from the last few days. Enjoy, Mark Community Manager Basho Technologies wiki.basho.com twitter.com/pharkmillups Riak Recap for Oct. 15-18 1) Scott Gonyea (@acts_as) posted a repo called "Pabst." It's a cross-platform Ruby exten

RiakSearch result Return Fields

2010-10-19 Thread Prometheus WillSurvive
Hi, Is there any way to say riaksearh only return x,y,x fields instead of returning all fields in the result set ? Thanks ___ riak-users mailing list riak-users@lists.basho.com http://lists.basho.com/mailman/listinfo/riak-users_lists.basho.com

debugging javascript?

2010-10-19 Thread Jon Brisbin
Couldn't find much on this out in the wild, so I'm assuming I'm not looking for the right things. I'm trying to figure out Riak's MapReduce using the Ruby client. I can't seem to get even the simplest map/reduce to work: function(v){ var o = JSON.parse(v.values[0].data); return [o]; } So I tho

Re: debugging javascript?

2010-10-19 Thread Dan Reverri
Hi Jon, The object passed to a JavaScript map function is documented here: http://wiki.basho.com/display/RIAK/MapReduce#MapReduce-Mapphasefunctions There is also a logging function available (ejsLog): http://wiki.basho.com/display/RIAK/MapReduce#MapReduce-DebuggingJavascriptMapReducePhases Thank