apache/dubbo-admin

Sponsored OSS

By The Apache Software Foundation

Updated almost 3 years ago

Apache Dubbo Administration

Image
Integration & delivery
API management
Monitoring & observability
62

500K+

apache/dubbo-admin repository overview

Dubbo Admin

GitHub Workflow Status codecov license Average time to resolve an issue Percentage of issues still open

中文说明

Quick start
Screenshot

index

Service Governance

service governance follows the version of Dubbo 2.7, and compatible for Dubbo 2.6, please refer to here

admin UI
admin Server
Production Setup
  1. Clone source code on develop branch git clone https://github.com/apache/dubbo-admin.git
  2. Specify registry address in dubbo-admin-server/src/main/resources/application.properties
  3. Build
    • mvn clean package -Dmaven.test.skip=true
  4. Start
    • mvn --projects dubbo-admin-server spring-boot:run OR
    • cd dubbo-admin-distribution/target; java -jar dubbo-admin-0.1.jar
  5. Visit http://localhost:8080
  6. Default username and password is root

Development Setup
  • Run admin server project

    backend is a standard spring boot project, you can run it in any java IDE

  • Run admin ui project

    run with npm run dev.

  • visit web page

    visit http://localhost:8081, frontend supports hot reload.

Swagger support

Once deployed, you can check http://localhost:8080/swagger-ui.html to check all restful api and models

License

Apache Dubbo admin is under the Apache 2.0 license, Version 2.0. See LICENSE for full license text.

Tag summary

Content type

Image

Digest

sha256:3a4b6dc2b

Size

303.9 MB

Last updated

almost 3 years ago

docker pull apache/dubbo-admin:0.6.0

This week's pulls

Pulls:

196

Last week