Skip to content

Cookbook

broach edited this page Mar 28, 2012 · 17 revisions

This Cookbook is intended to assist new developers using the Riak Java client by providing complete code examples.

All of the examples are currently based on the 1.0.4 release of the client. The easiest way to incorporate this into your own project is via maven:

<dependencies>
  <dependency>
    <groupId>com.basho.riak</groupId>
    <artifactId>riak-client</artifactId>
    <version>1.0.4</version>
  </dependency>
  ...
</dependencies>

Examples