Skip to content

Cookbook

Alex Moore edited this page Jun 10, 2015 · 17 revisions

Note: This document is for the 1.x Java Client series.

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.1.0 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.1.0</version>
  </dependency>
  ...
</dependencies>

Examples