Skip to content
/ riakqp Public

_riakqp_ is a utility to prototype riak MapReduce queries efficiently in CoffeScript syntax.

Notifications You must be signed in to change notification settings

DrTom/riakqp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

riakqp - Riak Query Prototyping in CoffeeScript

riakqp is a utility to prototype riak MapReduce queries efficiently in CoffeScript syntax.

Install

  1. Get node and npm.
  2. Execute npm install -g riakqp.

Usage

Have a look at my post riakqp - Riak Query Prototyping in CoffeeScript.

Limits

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.

About

_riakqp_ is a utility to prototype riak MapReduce queries efficiently in CoffeScript syntax.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published