Beanseye is proxy and monitor for beansdb, written in Go.
Install Go weekly release first, then
$ export GOPATH=$PWD $ go install proxy
prepare your configuration, according to conf/example.ini
$ ./bin/proxy -conf=myconf.ini
You can access whole beansdb cluster throught localhost:7905 as configured, by any memcached client.
There is a web monitor on http://localhost:7908/ at default.