/gobeansproxy

A proxy for GoBeansDB

Primary LanguageGoBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

GoBeansProxy

A proxy for 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