Skip to content

A standalone service center to allow services to register their instance information and to discover providers of a given service

Notifications You must be signed in to change notification settings

eric-lee-ltk/service-center

 
 

Repository files navigation

service-center Build StatusCoverage Status

A standalone service center to allow services to register their instance information and to discover providers of a given service

Quick Start

Getting Service Center

The easiest way to get Service Center is to use one of the pre-built release binaries which are available for OSX, Linux, Windows, and Docker. Instructions for using these binaries are on the GitHub releases page.

Running Service Center

First, you need to run a etcd(version: 3.x) as a database service£¬and then modify the etcd IP and port in the Service Center configuration file (./conf/app.conf : manager_cluster).

./bin/start.sh

This will bring up Service Center listening on port 30100 for service communication.

Documentation

Project documentation is available on the ServiceComb website.

Building

You don¡¯t need to build from source to use Service Center (binaries on the GitHub releases page), but if you want to try out the latest and greatest, Service Center can be easily built. You can refer to this compilation script(.travis.yml).

Automated Testing

Contact

Mailing list:

Planning/Roadmap: milestones, roadmap

Bugs: issues

Contributing

See CONTRIBUTING for details on submitting patches and the contribution workflow.

Reporting Issues

See reporting bugs for details about reporting any issues.

About

A standalone service center to allow services to register their instance information and to discover providers of a given service

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 97.3%
  • Protocol Buffer 1.9%
  • Shell 0.8%