README.md

Project Status: WIP – Initial development is in progress, but there has not yet been a stable, usable release suitable for the public.

reeack

Build Status

Install Riak

Go to http://docs.basho.com/riak/kv/2.2.0/ for instructions.

Start Riak

perhaps like:

bin/riak start

Install reeack

devtools::install_github("ropensci/reeack")
library('reeack')

Connect

x <- riak()

Ping the server

x$ping()
#> [1] TRUE

Get stats

x$stats()[1:5]
#> $connected_nodes
#> list()
#> 
#> $consistent_get_objsize_100
#> [1] 0
#> 
#> $consistent_get_objsize_95
#> [1] 0
#> 
#> $consistent_get_objsize_99
#> [1] 0
#> 
#> $consistent_get_objsize_mean
#> [1] 0

List keys

x$keys()
#> $keys
#> list()

Meta

ropensci_footer



ropensci/reeack documentation built on Dec. 11, 2019, 3:13 p.m.