I have added riak.js ,json2.js, jquery-1.5.js in to my bucket in riak now i dont know how can i query my bucket using javascript client ?
I want to fetch my values from my bucket how to do that ? I want to do map/reduce to my bucket where can i submit my command using javascript client? using erlang client i can do anything but how to do with javascript client? Regards, Muhammad Yousaf Subject: Re: JavaScript Client From: s...@basho.com Date: Wed, 30 Mar 2011 08:45:49 -0400 CC: riak-users@lists.basho.com To: muhammad.you...@live.com Muhammad, To upload the JS client into Riak, use curl like so (and you can do the same with any other files, adjusting the content-type appropriately): curl -H "Content-Type: text/javascript" --data-binary @riak.js http://localhost:8098/riak/js/riak.js Is this what you're trying to do? Sean Cribbs <s...@basho.com>Developer AdvocateBasho Technologies, Inc.http://basho.com/ On Mar 30, 2011, at 8:00 AM, Muhammad Yousaf wrote: How can i get my values from bucket by dropping .js files in my bucket? any example please Regards, Muhammad Yousaf _______________________________________________ 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