A proxy for Gobeansdb.
Supported Go version: > 1.20.0
$ git clone http://github.com/douban/gobeansproxy.git
$ cd gobeansproxy
$ go mod tidy
$ make
$ make test # unit test
# Run with conf
$ ${GOPATH}/bin/proxy -confdir pathToConfDir
# Others
$ ${GOPATH}/bin/proxy -h