https://github.com/douban/gobeansproxy
A proxy for GoBeansDB
https://github.com/douban/gobeansproxy
gobeansdb proxy-server
Last synced: 6 months ago
JSON representation
A proxy for GoBeansDB
- Host: GitHub
- URL: https://github.com/douban/gobeansproxy
- Owner: douban
- License: bsd-3-clause
- Created: 2018-08-09T05:14:13.000Z (about 7 years ago)
- Default Branch: main
- Last Pushed: 2024-09-03T08:39:18.000Z (about 1 year ago)
- Last Synced: 2025-03-20T14:40:36.156Z (7 months ago)
- Topics: gobeansdb, proxy-server
- Language: Go
- Size: 443 KB
- Stars: 13
- Watchers: 11
- Forks: 8
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# GoBeansProxy 
A proxy for [Gobeansdb](https://github.com/douban/gobeansdb).
## Prepare
Supported Go version: > 1.20.0
## Install
```
$ git clone http://github.com/douban/gobeansproxy.git
$ cd gobeansproxy
$ go mod tidy
$ make
```## test
```
$ make test # unit test
```## run
```
# Run with conf
$ ${GOPATH}/bin/proxy -confdir pathToConfDir# Others
$ ${GOPATH}/bin/proxy -h
```