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 d8f0eb4b1b feat: migrate to github.com/go-micro/dashboard
replace plugins with go-micro/plugins
2 years ago
config feat: migrate to github.com/go-micro/dashboard 2 years ago
docs feat: migrate to github.com/go-micro/dashboard 2 years ago
frontend feat: migrate to github.com/go-micro/dashboard 2 years ago
handler feat: migrate to github.com/go-micro/dashboard 2 years ago
util [WIP] login 3 years ago
web feat: migrate to github.com/go-micro/dashboard 2 years ago
.dockerignore [fix] fixing pubish default topic issue 2 years ago
.gitignore [fix] fixing svg not display issue 3 years ago
CHANGELOG.md feat: migrate to github.com/go-micro/dashboard 2 years ago
Dockerfile feat: migrate to github.com/go-micro/dashboard 2 years ago
LICENSE Initial commit 3 years ago
Makefile feat: migrate to github.com/go-micro/dashboard 2 years ago
README.md feat: migrate to github.com/go-micro/dashboard 2 years ago
b0x.yaml [feat] support docker 3 years ago
deployment.yaml [feat] upgrade 1.10 3 years ago
docker-compose.yml [feat] upgrade 1.10 3 years ago
go.mod feat: migrate to github.com/go-micro/dashboard 2 years ago
go.sum feat: migrate to github.com/go-micro/dashboard 2 years ago
main.go feat: migrate to github.com/go-micro/dashboard 2 years ago
plugins.go feat: migrate to github.com/go-micro/dashboard 2 years ago

README.md

Go Micro Dashboard View

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

Features

  • Logo
  • Web UI
  • Service discovery
    • Register service
    • Deregister service
  • Health check
  • Configure service
  • Synchronous communication
    • RPC
    • Stream
  • Asynchronous communication
    • Publish
    • Subscribe

Installation

go install github.com/go-micro/dashboard@latest

Development

Server

Swagger

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

Config

default username: admin
default password: micro

Web UI

Document

Generate Web Files

go install github.com/UnnoTed/fileb0x@latest
fileb0x b0x.yaml

Docker

docker run -d --name micro-dashboard -p 8082:8082 xpunch/go-micro-dashboard:latest

Docker Compose

docker-compose -f docker-compose.yml up -d

Kubernetes

kubectl apply -f deployment.yaml

License

Apache License 2.0