Dashboard for go-micro, used to monitor and debug micro system build by go-micro
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
Go to file
Johnson C dcc3f30afa [WIP] login 3 years ago
config [WIP] login 3 years ago
frontend [WIP] login 3 years ago
handler [WIP] login 3 years ago
util [WIP] login 3 years ago
.gitignore [WIP] login 3 years ago
Dockerfile [WIP] login 3 years ago
LICENSE Initial commit 3 years ago
README.md [WIP] login 3 years ago
config.yaml [WIP] login 3 years ago
go.mod [WIP] login 3 years ago
go.sum [WIP] login 3 years ago
main.go [WIP] login 3 years ago
plugins.go [WIP] login 3 years ago
swagger.go [WIP] login 3 years ago

README.md

Go Micro Dashboard

Go micro dashboard is designed to make it as easy as possible for users to work with go-micro framework.

Features

  • Dashboard
  • Services list
  • Support request endpoints
  • Support dashboard authenticate
  • Support configure service

Development

Server

Swagger

swagger generate spec -o docs/swagger.json -b ./docs
swag init

Web UI

Document

Docker

docker run .

Docker Compose

docker-compose up -d

License

Apache License 2.0