Skip to content

dispensable/gobeansproxy

 
 

Repository files navigation

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

About

A proxy for GoBeansDB

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 71.3%
  • Python 23.1%
  • HTML 3.2%
  • Shell 1.0%
  • Makefile 0.8%
  • JavaScript 0.4%
  • CSS 0.2%