Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Latest commit

 

History

History
34 lines (25 loc) · 641 Bytes

RIAK.md

File metadata and controls

34 lines (25 loc) · 641 Bytes

Building Riak with Lasp

Ensure your version of Lasp has been compiled with the riak_kv dependency needed for riak_object.

{riak_kv, ".*", {git, "git://github.com/basho/riak_kv.git", {branch, "develop"}}}

Clone a fork of riak, which integrates cmeiklejohn/lasp and cmeiklejohn/riak_kv.

$ git clone git://github.com/cmeiklejohn/riak.git
$ git checkout lasp

Compile riak.

$ make

Execute the demo script. This demo script will do the following:

  • Start Riak
  • Write about 1000 keys to Riak
  • Execute the Lasp-driven key list query.
  • Execute the Lasp-driven 2i query.
  • Stop Riak.
$ scripts/2i.sh