Giter Club home page Giter Club logo

wangjinpeng94 / rocketmq-dashboard Goto Github PK

View Code? Open in Web Editor NEW

This project forked from apache/rocketmq-dashboard

0.0 1.0 0.0 5.04 MB

The state-of-the-art Dashboard of Apache RoccketMQ provides excellent monitoring capability. Various graphs and statistics of events, performance and system information of clients and application is evidently made available to the user.

Home Page: https://rocketmq.apache.org/

License: Apache License 2.0

Dockerfile 0.11% Java 60.58% HTML 17.94% JavaScript 13.91% CSS 7.45%

rocketmq-dashboard's Introduction

Apache RocketMQ Dashboard Build Status Coverage Status

License Average time to resolve an issue Percentage of issues still open Twitter Follow

Quick Start

Run with docker

docker pull apacherocketmq/rocketmq-dashboard:latest

Run it (use your own rocketmq.namesrv.addr and port)

docker run -d --name rocketmq-dashboard -e "JAVA_OPTS=-Drocketmq.namesrv.addr=127.0.0.1:9876" -p 8080:8080 -t apacherocketmq/rocketmq-dashboard:latest

Run with source code

Prerequisite

  1. 64bit OS, Linux/Unix/Mac is recommended;
  2. 64bit JDK 1.8+;
  3. Maven 3.2.x;

Maven spring-boot run

mvn spring-boot:run

or

Maven build and run

mvn clean package -Dmaven.test.skip=true
java -jar target/rocketmq-dashboard-1.0.1-SNAPSHOT.jar

Tips

  • If you download the package slowly, you can change maven's mirror(maven's settings.xml)

    <mirrors>
        <mirror>
              <id>alimaven</id>
              <name>aliyun maven</name>
              <url>http://maven.aliyun.com/nexus/content/groups/public/</url>
              <mirrorOf>central</mirrorOf>        
        </mirror>
    </mirrors>
    
  • Change the rocketmq.config.namesrvAddr in resource/application.properties.(or you can change it in ops page)

UserGuide

English

δΈ­ζ–‡

Contributing

We are always very happy to have contributions, whether for trivial cleanups or big new features. Please see the RocketMQ main website to read the details.

License

Apache License, Version 2.0 Copyright (C) Apache Software Foundation

rocketmq-dashboard's People

Contributors

vongosling avatar zhangjidi2016 avatar styletang avatar walking98 avatar imaffe avatar maixiaohai avatar yuz10 avatar iapplejohn avatar shannonding avatar caiwenlong1989 avatar fantow avatar xdongliang avatar zhouxinyu avatar wwm0104 avatar zhiliatom avatar hellojungle avatar elegance avatar cserwen avatar charliex2 avatar icersummer avatar raymondcode avatar lgtming avatar ifplusor avatar zongtanghu avatar demogorgon314 avatar daichaoli avatar clementiv avatar 4ops avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.