项目介绍
最近在逛网站的时候发现一个不错的开源项目,这个项目目前收获了 4**K Star**,觉得不错,值得拿出来和大家分享下。

本项目是一个轻量级物联网开源平台,6分钟快速部署,千万级设备承载、电信级稳定性。物模型-规则引擎-数据通道-组态页面全流程低代码开发、前后端完全开源、支持多行业工业协议。
本项目是国内首款轻量级开源工业物联网平台,我们致力于提供五类物联网解决方案:
- 国企/研究院:平台代码开源,无版权产权困扰,国产无“卡脖”之忧
- 系统集成商:通用设备海量接入、定制设备二次开发、6分钟一键式私有化快速部署,低成本(降90%成本)
- 工业设备制造商:海量设备上线运维,不受公有云限制,低成本,短周期自建平台,私有化部署,数据安全
- 开源平台开发者:一键式开发环境,集成和兼容各种最优开源工具,快速承接物联网项目
- 垂直领域物联网平台:快速部署私有化平台,千万级承载,运营级底座,全开放扩展
业务架构

系统部署
- centos 7.6/7.9 推荐使用腾讯云和阿里云部署,具体操作点击这里
wget -qO dgiot_install.sh https://gitee.com/dgiiot/dgiot/raw/master/dgiot_install.sh && sh dgiot_install.sh
内容 |
脚本 |
说明 |
版本更新 |
sh dgiot_install.sh -s {版本} |
版本列表 |
证书安装 |
sh dgiot_install.sh -d {域名} |
证书制作 |
本地构建 |
sh dgiot_install.sh -v devops -s {版本} -p {插件名称} |
插件开发 |
Docker部署 |
https://hub.docker.com/r/dgiot/dgiot |
工具矩阵

构建
构建 dgiot 需要 Erlang/OTP R24+, linux Windows下用 开发环境包开发。下载后解压到D盘根目录,严格按照下图操作:

- 国外下载源码
git clone -b master https://github.com/dgiot/iotStudio.git git clone -b master https://github.com/dgiot/iotView.git git clone -b master https://github.com/dgiot/iotApp.git git clone -b master https://github.com/dgiot/iotWechat.git git clone 文末获取
- 国内下载源码
git clone -b master https://gitee.com/dgiot/iotStudio.git git clone -b master https://gitee.com/dgiot/iotView.git git clone -b master https://gitee.com/dgiot/iotApp.git git clone -b master https://gitee.com/dgiot/iotWechat.git git clone 文末获取
- 一键式启动命令Linux/Unix/Mac/windows
make run
- Make Debug
make DIAGNOSTIC=1
DGIOT 启动,可以使用浏览器访问 http://localhost:5080 来查看 Dashboard。
功能展示
- 系统首页

- 设备组态预览

- 设备详情实时数据查看

最后,想学习这个项目的可以查看项目地址:https://gitee.com/dgiiot/dgiot
评论留言