Skip to content

ncb000gt/blinds

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Blinds

Blinds is simply a web frontend to Riak. I had tried to use others to inspect objects within the DB and they either clobbered my data or didn't work. So, instead of whining about it I wrote this little tool. It looks horrendous but it works as I expect it to. At some point I'll work on the design unless someone beats me to it.

For now, enjoy the ugly.

NOTICE

This project is no longer supported. Rekon is ultimately what this project aimed to be. Check it out (https://github.com/adamhunter/rekon). Use it. Love it. <3

Features

  • View a bucket
  • Inspect a document with meta data
  • Edit a document
  • Delete a document

Installation

  • Install Riak
  • Install NodeJS 0.4.x
  • Install NPM
  • Install Jade, Express and Riak-JS
    • sudo npm install jade express riak-js
  • Clone Blinds
    • git clone git://github.com/ncb000gt/blinds.git

Usage

In the blonds directory you just need to run the server. sudo node server.js

Then, direct your browser to http://localhost:5000/

Requirements

  • NodeJS - 0.4.2
  • ExpressJS - master (there were problems with 1.0.8)
  • Jade - 0.8.1

Other things being used

  • Riak (duh)
  • JQuery
  • JSON-js

License

MIT

About

A web based client for Riak using NodeJS.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages