riakqp is a utility to prototype riak MapReduce queries efficiently in CoffeScript syntax.
Have a look at my post riakqp - Riak Query Prototyping in CoffeeScript.
riakqp is for prototyping. It will store the complete response
withing memory before sending it to stdout . It is therefore not
suitable for receiving huge data-sets. Use the option -s
to get
an complete inline query which you can pipe to curl e.g.