Coder Social home page Coder Social logo

swisspost / emqx-dashboard5 Goto Github PK

View Code? Open in Web Editor NEW

This project forked from emqx/emqx-dashboard5

0.0 0.0 0.0 11.57 MB

The management console used to monitor and manage EMQX clusters.

JavaScript 10.04% TypeScript 39.49% CSS 0.05% HTML 0.03% Vue 49.13% SCSS 1.26%

emqx-dashboard5's Introduction

EMQX 5.0 Dashboard

Build Status

Build Status

EMQX Dashboard is a comprehensive web interface for managing and monitoring EMQX. This intuitive tool allows users to effortlessly oversee EMQX clusters, customize features, and display data visually.

image

๐ŸŽฏ Key Features

  • Data Monitoring & Management: Get a comprehensive overview of crucial data.

  • Visual Access Control Management: Pre-configured authentication and authorization.

  • Robust Data Integration Capabilities: Includes a flow editor and bi-directional data bridge.

  • Real-time Configuration Updates: Hot updates with instant configuration saving.

  • Customizable Extension Capabilities: Built-in gateways, plugins, and hooks.

  • Comprehensive Diagnostic Tools: Enables timely problem identification and resolution.

๐Ÿš€ Getting Started

First, ensure that the latest version of EMQX is installed.

Post successful installation, access the EMQX Dashboard by opening http://localhost:18083/ in your browser (replace localhost with the actual IP if not on local machine). By default, the EMQX Dashboard listens on port 18083.

EMQX can operate without the Dashboard. The Dashboard provides a convenient visual interface for users.

๐Ÿค Get Involved

๐Ÿ“˜ Useful Resources

  • MQTT client programming

    Learn MQTT in PHP, Node.js, Python, Golang, and more with this collection of blog posts.

  • MQTT SDKs

    Browse popular MQTT client SDKs in various programming languages, complemented with code examples.

  • MQTTX

    A versatile cross-platform MQTT 5.0 client tool offering desktop, command-line, and web interfaces.

  • Internet of Vehicles

    Build a reliable, efficient, and industry-specific IoV platform leveraging EMQ's practical experience.

๐Ÿ’ป Local Development

To set up for local development, follow these steps:

  1. Fork the repository and clone your fork:

    git clone https://github.com/your-username/emqx-dashboard5.git
    cd emqx-dashboard5

    Or, clone the original repository directly:

    git clone https://github.com/emqx/emqx-dashboard5.git
    cd emqx-dashboard5
  2. Install the dependencies:

    yarn
  3. To start the development server, run:

    yarn serve
  4. For production compilation and minification:

    yarn build
  5. Lint and fix files:

    yarn lint

    Or, format the code with Prettier:

    yarn format

โ˜๏ธ Development with Cloud Host

To set up for development with a cloud host:

  1. Create a new .env.development.local file:

    touch .env.development.local
  2. Define your cloud host address in the .env.development.local file:

    HOST_URL=http://your-cloud-host:port/
  3. Start the development server:

    yarn serve

โš™๏ธ Vue.js Customize Configuration

Refer to the Configuration Reference for more information.

After the completion of setup, the CI will run automatically and deploy upon successful execution.

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.