Riak Python Client

Installation

  1. Ensure Riak installed & running. (riak ping)
  2. Install the Python client:
  1. If you use Pip, pip install riak.
  2. If you use easy_install, run easy_install riak.
  3. You can download the package off PyPI, extract it and run python setup.py install.

Contents:

Indices and tables

Table Of Contents

Next topic

Tutorial

This Page