tree: 8d9c223fa1109b30ffd97fed19355d33ee177d5d [path history] [tgz]
  1. app/
  2. conf/
  3. schema/
  4. main.go
  5. Readme.md
frontend/Readme.md

Service-Center UI

Service-Center UI enables user to view the list of MicroServices registered in SC. Users can view the detailed information of their MicroServices, Instances and Schemas. Service-Center UI also offers a unique feature of testing the Schemas of their MicroServices from UI, Users can also download the html client for their Schemas.

QuickStart Guide

Easiest way to get started with Service-Center UI is to download the release from here and then untar/unzip it based on your OS and run start.sh/start.bat. This will bring up the Service-Center UI on http://127.0.0.1:30103.

Running UI from source code

However if you want to try our latest code then you can follow the below steps

#Make sure your GOPATH is set correctly as the UI runs on GO Backend Server
git clone https://github.com/ServiceComb/service-center.git $GOPATH/src/github.com/ServiceComb/service-center
cd $GOPATH/src/github.com/ServiceComb/service-center

cd frontend
go run main.go

This will bring up the Service-Center UI on http://127.0.0.1:30103. If you want to change the listening ip/port, you can modify it in the configuration file (service-center/frontend/conf/app.conf : FRONTEND_HOST_IP, FRONTEND_HOST_PORT).

Preview of Service-Center UI

Service-Center Preview

Feature List and RoadMap of Service-Center UI

Below is the comprehensive list of features which Service-Center UI offers, we are working constantly to improve the user experience and offer more useful features to leverage the features offered by Service-Center. We Welcome our community members to come forward and help us to build this UI together.

SlFeatureStatus
1Dashobard to display the overall MicroService StatisticsDone
2Service List with basic InformationDone
3Instance List for MicroServicesDone
4Provider List for MicroServicesDone
5Consumer List for MicroServicesDone
6Schema List for MicroServicesDone
7Test Schema for MicroServicesInProgress
8Generate Client from SchemaTBD
9Generate Server from SchemaTBD

Any Contribution(issues,PR,Documentation,Translation) will be highly appreciated.