Developing with Riak TS

You can access Riak TS data over HTTP through the API.

TS also exposes protobufs APIs. We build and support the following clients:

You can find more information on each officially supported, open-source client libraries at the links below.

Language Source Documentation Download
Java riak-java-client javadoc, wiki Maven Central
Ruby riak-ruby-client GitHub Pages RubyGems
Python riak-python-client sphinx PyPI
C# riak-dotnet-client api docs, wiki NuGet package, GitHub Releases
Node.js riak-nodejs-client api docs, wiki NPM, GitHub Releases
PHP riak-php-client apigen
Erlang riak-erlang-client (riakc) edoc GitHub
Go riak-go-client GoDoc