Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/douban/beanseye

Proxy and monitor for beansdb in Go
https://github.com/douban/beanseye

Last synced: about 2 months ago
JSON representation

Proxy and monitor for beansdb in Go

Awesome Lists containing this project

README

        

# What is beanseye ?

Beanseye is proxy and monitor for beansdb, written in Go.

# How to build

Install Go first, then
``` bash
$ git clone URL
$ cd beanseye
$ make
```

# How to run

prepare your configuration, according to conf/example.ini
``` bash
$ ./bin/proxy -conf conf/example.yaml -basepath the_path_has_static
```

# Proxy

You can access whole beansdb cluster throught localhost:7905
as configured, by any memcached client.

# Monitor

There is a web monitor on http://localhost:7908/ at default.