Registry / database / riak-client

riak-client

JSON →
library2.6.0rbrubygemsunverified

A rich client for Riak, the distributed database by Basho, supporting HTTP and Protocol Buffers interfaces including storage, bucket configuration, link-walking, secondary indexes, and map-reduce.

gem install riak-client
INSTALL
IMPORT
SIG · RIAK-CLIENT
R
riak-client
databaserubyv2.6.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Riak
require 'riak-client'

Store and retrieve data from a Riak bucket.

require 'riak-client' client = Riak::Client.new bucket = client.bucket('test') bucket.get_or_new('key').data = { hello: 'world' } bucket.get('key').data
Debug
Known issues
breakingRiak is no longer actively maintained by Basho; consider migrating to other distributed databases.
fix
Evaluate alternatives like Cassandra or ScyllaDB for new projects.
affects: >= 0.0.0
Upgrade
Version history
2.6.0latest on RubyGems
Audit
Dependencies

No dependency data recorded yet.

Agent activity
14 hits · last 30 days
node
12
Meta
1
Amazon
1
Resources
riak-client — gem install riak-client · libregistry