basho-labs/rekon

Riak node data browser, built as a riak app

JavaScript

125

83 commits

updated May 12, 2016

See the code

README

#Rekon

Rekon should NOT be used EVER. This repository will eventually be deleted.

A visual browser for Basho's data store, riak, built as a riak app.

This browser uses list buckets and list keys; operations that are known to be expensive on any bucket with any sufficient number of keys. As such; this tool is intended for use within local (application development) environments only.

Rekon should NOT be used EVER. This repository will eventually be deleted.

For something more current, please see Riak Explorer.

Installing

tl;dr

curl -s -L rekon.basho.com | sh

Quick Install

Download and install using curl -s -L rekon.basho.com | sh or curl -s -L rekon.basho.com | node=node-addr:port sh to specify the node.

Manual Install

Install locally using ./install.sh or ./install.sh node-addr:port to specify the node.

Usage

Once installed navigate to http://node-addr:port/buckets/rekon/keys/go.

If you have installed riak on the standard port this will be http://127.0.0.1:8098/buckets/rekon/keys/go.

Known Issues

  • Editing a riak value does not retain 2i index information.
  • Lots of list buckets, lots of list keys.
  • As listing buckets/keys is quite expensive, you should install Varnish to offload Rekon (see the included ./varnish directory)

Contributors

adamhunter

44 commits

randysecrist

30 commits

siculars

3 commits

kiela

1 commits

basho-labs/rekon

Riak node data browser, built as a riak app

JavaScript

125

83 commits

updated May 12, 2016

See the code

README

#Rekon

Rekon should NOT be used EVER. This repository will eventually be deleted.

A visual browser for Basho's data store, riak, built as a riak app.

This browser uses list buckets and list keys; operations that are known to be expensive on any bucket with any sufficient number of keys. As such; this tool is intended for use within local (application development) environments only.

Rekon should NOT be used EVER. This repository will eventually be deleted.

For something more current, please see Riak Explorer.

Installing

tl;dr

curl -s -L rekon.basho.com | sh

Quick Install

Download and install using curl -s -L rekon.basho.com | sh or curl -s -L rekon.basho.com | node=node-addr:port sh to specify the node.

Manual Install

Install locally using ./install.sh or ./install.sh node-addr:port to specify the node.

Usage

Once installed navigate to http://node-addr:port/buckets/rekon/keys/go.

If you have installed riak on the standard port this will be http://127.0.0.1:8098/buckets/rekon/keys/go.

Known Issues

  • Editing a riak value does not retain 2i index information.
  • Lots of list buckets, lots of list keys.
  • As listing buckets/keys is quite expensive, you should install Varnish to offload Rekon (see the included ./varnish directory)

Contributors

adamhunter

44 commits

randysecrist

30 commits

siculars

3 commits

kiela

1 commits

Languages

JavaScript

87.2%

CSS

5.8%

Perl

3.6%

Shell

3.4%