Popularity
8.3
Growing
Activity
0.0
Stable
1,763
62
398

Programming language: Go
License: MIT License
Latest version: v1.2.1

discovery alternatives and similar packages

Based on the "Server Applications" category.
Alternatively, view discovery alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of discovery or a related project?

Add another 'Server Applications' Package

README

Discovery

Build Status Go Report Card codecov

Discovery is a based service that is production-ready and primarily used at Bilibili for locating services for the purpose of load balancing and failover of middle-tier servers.

Quick Start

env

go1.12.x (and later)

build

cd $GOPATH/src
git clone https://github.com/bilibili/discovery.git
cd discovery/cmd/discovery
go build

run

./discovery -conf discovery.toml -alsologtostderr

-alsologtostderr is glog's flag,means print into stderr. If you hope print into file, can use -log.dir="/tmp". view glog doc.

Configuration

You can view the comments in cmd/discovery/discovery.toml to understand the meaning of the config.

Client

  • [API Doc](doc/api.md)
  • [Go SDK](naming/client.go) | [Example](naming/example_test.go)
  • Java SDK
  • CPP SDK
  • Python SDK
  • [other language](doc/sdk.md)

Intro/Arch/Practice

  • [Introduction](doc/intro.md)
  • [Architecture](doc/arch.md)
  • [Practice in Bilibili](doc/practice.md)

Feedback

Please report bugs, concerns, suggestions by issues, or join QQ-group 716486124 to discuss problems around source code.