An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# GoBeansProxy ![](https://github.com/douban/gobeansproxy/workflows/GoBeansProxy%20Test/badge.svg)

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
```