2017 © Pedro Peláez
 

project riak-admin

Admin panel for RIAK, written in PHP

image

pentium10/riak-admin

Admin panel for RIAK, written in PHP

  • Thursday, February 13, 2014
  • by pentium10
  • Repository
  • 1 Watchers
  • 3 Stars
  • 59 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 6 Forks
  • 0 Open issues
  • 3 Versions
  • 0 % Grown

The README.md

riak-admin

Admin panel for RIAK written in PHP (v0.4), (*1)


Work in progress, DON'T use it in production!, (*2)


Available actions:

  • create a bucket
  • delete a bucket (with all keys in it, via streaming to avoid lock)
  • view buckets keys (via streaming to avoid costly Riak::getKeys)
  • view a key
  • modify a key
  • delete a key
  • add a new key (JSON)
Supports basho/riak-data-migrator command line tool for:
  • delete a bucket
Further actions to be implemented (TODO):
  • add a new key (binary)
  • error reporting
  • change bucket properties
  • find a key in a bucket based on key=>value

Installation


If you don't have Composer yet, download it following the instructions on http://getcomposer.org/ or just run the following command:, (*3)

curl -s http://getcomposer.org/installer | php

Then, use the create-project command to generate a new application:, (*4)

php composer.phar create-project pentium10/riak-admin -s dev path/to/install

Composer will install the riak-admin and all its dependencies under the path/to/install directory., (*5)

Setup using vagrant

Install VirtualBox and vagrant then run (from project root):, (*6)

vagrant up

After provision riak-admin will be available at http://localhost:7654 (port could be configured in Vagrantfile), (*7)

Download an Archive File

Download, unzip files to your wwww directory, edit config.php, and enjoy!, (*8)

Change Log


v0.5 - (New): Favorite based bucket listing, to avoid costly getBuckets of Riak, UI enhancements (carmensingeorzan), (*9)

v0.4 - (New): Composer and Vagrant support (pentium10), (*10)

v0.3 - (New): Added riak-data-migrator supported delete, enhanced visual feedback for streaming delete (carmensingeorzan), (*11)

v0.2 - (New): Enhanced listing and deleting keys via streaming, to avoid costly getKeys which can lock your Riak node (carmensingeorzan), (*12)

v0.1 - Initial release. (silasistefan), (*13)

The Versions

13/02 2014

dev-master

9999999-dev

Admin panel for RIAK, written in PHP

  Sources   Download

The Requires

  • php >=5.3.0
  • ext-json *

 

by Avatar pentium10
by Silasi Stefan
by Carmen

php delete admin gui interface panel riak bucket web admin

13/02 2014

0.5

0.5.0.0

Admin panel for RIAK, written in PHP

  Sources   Download

The Requires

  • php >=5.3.0
  • ext-json *

 

by Avatar pentium10
by Silasi Stefan
by Carmen

php delete admin gui interface panel riak bucket web admin

07/02 2014

0.4

0.4.0.0

Admin panel for RIAK, written in PHP

  Sources   Download

The Requires

  • php >=5.3.0
  • ext-json *

 

by Avatar pentium10
by Silasi Stefan
by Carmen

php delete admin gui interface panel riak bucket web admin