Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/douban/beanseye
Proxy and monitor for beansdb in Go
https://github.com/douban/beanseye
Last synced: 8 days ago
JSON representation
Proxy and monitor for beansdb in Go
- Host: GitHub
- URL: https://github.com/douban/beanseye
- Owner: douban
- Created: 2012-02-23T03:47:58.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2015-01-06T10:25:06.000Z (almost 10 years ago)
- Last Synced: 2024-08-03T11:01:43.049Z (3 months ago)
- Language: Go
- Homepage:
- Size: 325 KB
- Stars: 233
- Watchers: 63
- Forks: 69
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
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.