All Projects → apache → Dubbo Admin

apache / Dubbo Admin

Licence: apache-2.0
The ops and reference implementation for Apache Dubbo

Programming Languages

java
68154 projects - #9 most used programming language
Vue
7211 projects
javascript
184084 projects - #8 most used programming language
CSS
56736 projects
shell
77523 projects
Dockerfile
14818 projects

Labels

Projects that are alternatives of or similar to Dubbo Admin

java-best-practice
Java学习例子,最佳实践
Stars: ✭ 19 (-99.45%)
Mutual labels:  dubbo
SSM-DUBBO-HTTP
💥 dubbo provide HTTP service
Stars: ✭ 27 (-99.22%)
Mutual labels:  dubbo
Swagger Dubbo
📃 Dubbo的Swagger服务文档
Stars: ✭ 289 (-91.61%)
Mutual labels:  dubbo
read
学习笔记 dubbo,rocketmq 源码解析
Stars: ✭ 33 (-99.04%)
Mutual labels:  dubbo
jungle
微服务集成开发框架,支持一键生成微服务工程,集成Dubbo,RocketMQ,状态机,Spring开发框架
Stars: ✭ 24 (-99.3%)
Mutual labels:  dubbo
Dubbo3
Dubbo3: distributed RPC framework from Alibaba Dubbo2
Stars: ✭ 257 (-92.54%)
Mutual labels:  dubbo
dubbo.js
No description or website provided.
Stars: ✭ 23 (-99.33%)
Mutual labels:  dubbo
Yan
使用Maven构建,整合Dubbo+Zookeeper+SpringMVC+Spring+MyBatis+Redis支持分布式的高效率便捷开发框架
Stars: ✭ 293 (-91.49%)
Mutual labels:  dubbo
wislove
Java 服务端api解决方案,处理部分通用业务逻辑。包括用户中心,支付,订单,IM相关,内容管理,角色权限授权。以及分库分表的处理,RPC分布式的解决方案等。一个人慢慢做
Stars: ✭ 14 (-99.59%)
Mutual labels:  dubbo
Zheng
基于Spring+SpringMVC+Mybatis分布式敏捷开发系统架构,提供整套公共微服务服务模块:集中权限管理(单点登录)、内容管理、支付中心、用户管理(支持第三方登录)、微信平台、存储系统、配置中心、日志分析、任务和通知等,支持服务治理、监控和追踪,努力为中小型企业打造全方位J2EE企业级开发解决方案。
Stars: ✭ 16,163 (+369.31%)
Mutual labels:  dubbo
talos
No description or website provided.
Stars: ✭ 37 (-98.93%)
Mutual labels:  dubbo
compose-pay
🔱 HA distributed payment gateway. 高可用分布式支付网关/支付前置/支付系统/微信/支付宝
Stars: ✭ 21 (-99.39%)
Mutual labels:  dubbo
Dubbogo
a golang micro-service framework compatible with alibaba dubbo
Stars: ✭ 258 (-92.51%)
Mutual labels:  dubbo
budwk
WK系列开发框架-V6至V7 Java微服务+网关+Vue Element 前后端分离
Stars: ✭ 114 (-96.69%)
Mutual labels:  dubbo
Spring Boot Dubbo
Spring Boot with Dubbo support
Stars: ✭ 289 (-91.61%)
Mutual labels:  dubbo
swagger-more
Dubbo Swagger, 自动化DUBBO API文档 (扩展springfox swagger2)
Stars: ✭ 51 (-98.52%)
Mutual labels:  dubbo
Rpcx Examples
examples for the latest rpcx
Stars: ✭ 256 (-92.57%)
Mutual labels:  dubbo
Node Zookeeper Dubbo
A middleware helps node to communicate dubbo by using its default protocol, which is registered in zookeeper
Stars: ✭ 296 (-91.41%)
Mutual labels:  dubbo
Joyrpc
high-performance, high-extensibility Java rpc framework.
Stars: ✭ 290 (-91.58%)
Mutual labels:  dubbo
Dubbo Go
Go Implementation For Apache Dubbo
Stars: ✭ 3,710 (+7.72%)
Mutual labels:  dubbo

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

  • Vue.js and Vue Cli

  • dubbo-admin-ui/README.md for more detail

  • Set npm proxy mirror:

    if you have network issue, you can set npm proxy mirror to speedup npm install:

    add registry=https://registry.npmmirror.com to ~/.npmrc

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].