All Projects → dgiot → dgiot-dashboard

dgiot / dgiot-dashboard

Licence: MPL-2.0 License
DG-IoT平台行业应用扩展插件 DG-IoT for application plugin

Programming Languages

Vue
7211 projects
javascript
184084 projects - #8 most used programming language
SCSS
7915 projects

Projects that are alternatives of or similar to dgiot-dashboard

Myth
Reliable messages resolve distributed transactions
Stars: ✭ 1,470 (+541.92%)
Mutual labels:  activemq, rocketmq
Springboot Labs
一个涵盖六个专栏:Spring Boot 2.X、Spring Cloud、Spring Cloud Alibaba、Dubbo、分布式消息队列、分布式事务的仓库。希望胖友小手一抖,右上角来个 Star,感恩 1024
Stars: ✭ 12,804 (+5491.27%)
Mutual labels:  activemq, rocketmq
Springboot Learning
基于Gradle构建,使用SpringBoot在各个场景的应用,包括集成消息中间件、前后端分离、数据库、缓存、分布式锁、分布式事务等
Stars: ✭ 340 (+48.47%)
Mutual labels:  activemq, rocketmq
distmq
Distributed Message Queue based on Raft
Stars: ✭ 32 (-86.03%)
Mutual labels:  activemq, rocketmq
SpringBootIntegration
SpringBoot集成学习项目 SpringBoot Integration
Stars: ✭ 20 (-91.27%)
Mutual labels:  rocketmq
Java-CS-Record
记录准备春招实习过程中,学习与复习的知识(模块化整理,非面试题速成)。注:暂停更新,后续请移步博客
Stars: ✭ 73 (-68.12%)
Mutual labels:  rocketmq
emqx-auth-mysql
Authentication, ACL with MySQL Database
Stars: ✭ 52 (-77.29%)
Mutual labels:  emqx
JavaYouth
主要是Java技术栈的文章,涉及到了源码、原理,面试等知识。如AQS,JVM,rpc,计网,os等等,后续可能会写mysql,redis,zk这些
Stars: ✭ 616 (+169%)
Mutual labels:  rocketmq
jungle
微服务集成开发框架,支持一键生成微服务工程,集成Dubbo,RocketMQ,状态机,Spring开发框架
Stars: ✭ 24 (-89.52%)
Mutual labels:  rocketmq
compose-pay
🔱 HA distributed payment gateway. 高可用分布式支付网关/支付前置/支付系统/微信/支付宝
Stars: ✭ 21 (-90.83%)
Mutual labels:  rocketmq
emqx-chart
emqx kubernetes helm
Stars: ✭ 18 (-92.14%)
Mutual labels:  emqx
akka-microservice
Example of a microservice with Scala, Akka, Spray and Camel/ActiveMQ
Stars: ✭ 45 (-80.35%)
Mutual labels:  activemq
alibaba-middleware-race-preliminary
2016年阿里中间件性能挑战赛初赛题,RocketMQ+JStorm+Tair实时统计双11交易金额
Stars: ✭ 42 (-81.66%)
Mutual labels:  rocketmq
crowd-admin
crowd-admin是一个基于Spring,Shiro,Redis/ehcache,Mybatis的通用后台权限管理系统,这里推荐本人另一个基于sprinboot的单点登录系统
Stars: ✭ 51 (-77.73%)
Mutual labels:  activemq
triton
Triton is a high-performance mq consumer, support kafka,rabbit-mq,rocketmq,nsq and other mq
Stars: ✭ 19 (-91.7%)
Mutual labels:  rocketmq
taotao-cloud-project
微服务开发脚手架,包括大数据模块、微服务模块、前端模块。基于Spring Cloud Alibaba的微服务架构。提供技术框架的基础能力的封装,减少开发工作,只关注业务,包含了工作以来的工作总结和技术沉淀
Stars: ✭ 76 (-66.81%)
Mutual labels:  rocketmq
messaging-replication
eXist-db JMS based messaging and document replication extension (JMS based)
Stars: ✭ 14 (-93.89%)
Mutual labels:  activemq
mqtt5.0-cn
MQTT Version 5.0 Chinese
Stars: ✭ 22 (-90.39%)
Mutual labels:  emqx
Taos.Studio
A GUI tool for viewing and editing data for TDengine
Stars: ✭ 72 (-68.56%)
Mutual labels:  tdengine
rocketmq
RocketMQ client for go supportting producer and consumer.
Stars: ✭ 29 (-87.34%)
Mutual labels:  rocketmq

dgiot-dashboard 轻量级工业物联网平台

ommit-activity package release

DGIoT平台简介

DGIoT是国内首款轻量级工业物联网开源平台,我们致力于为5类客户提供物联网解决方案:

  • 国企/研究院:平台代码开源,无版权产权困扰,国产无“卡脖”之忧
  • 系统集成商:通用设备海量接入、定制设备二次开发、30分钟一键式私有化快速部署,低成本(降90%成本)
  • 工业设备制造商:海量设备上线运维,不受公有云限制,低成本,短周期自建平台,私有化部署,数据安全
  • 开源平台开发者:一键式开发环境,集成和兼容各种最优开源工具,快速承接物联网项目
  • 垂直领域物联网平台:快速部署私有化平台,千万级承载,运营级底座,全开放扩展

平台快速体验与技术交流微信群

微信技术支持群 电脑端https://prod.iotn2n.com QQ技术支持群: 346566935
image 平台体验网址

https://prod.iotn2n.com


账号密码均为:


dgiot_admin

特色功能

  • 可视化组态编辑器
  • 低代码快速开发

微服务架构图_02.png

dgiot 前端框架

相关源码地址项目源码

源码平台 源码地址
github https://github.com/dgiot/dgiot-dashboard
gitee https://gitee.com/dgiiot/dgiot-dashboard

小程序体验

## 开发环境

下载 dgiot_develop_tools

安装使用

  • 获取项目代码
git clone -b master https://github.com.cnpmjs.org/dgiot/dgiot-dashboard.git
  • 安装依赖
cd dgiot-dashboard

npm i -g pnpm --registry=https://registry.npmmirror.com

pnpm config set registry https://registry.npmmirror.com

pnpm -v

pnpm install
  • 运行
pnpm dev
pnpm build
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].