1 Star 0 Fork 2.7K

kf1080 / dgiot

forked from dgiot开源社区 / dgiot 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
README.md 5.63 KB
一键复制 编辑 原始数据 按行查看 历史
h7ml 提交于 2022-01-20 14:06 . fix: shell script

DGIOT Lightweight industrial IoT open source platform

GitHub Release Build Status Docker Pulls Community QQ群346566935 star

English | 简体中文 | 日本語 | русский

github|gitee|Official website|Blog|Experience|

DGIOT is the first lightweight open source industrial IoT continuous integration platform in China

Before 2016, the Shuwa team had been crawling on the Internet and the mobile Internet for many years. In 2016, it began to enter the Internet of Things crawling. It hopes to share many years of crawling experience through this open source platform and make multidisciplinary industrial Internet projects easier.

  • Let rich engineers to complete industrial Internet projects with simpler requirements through window interaction
  • Let the majority of junior front-end engineers to undertake industrial Internet projects with more complex requirements through the serverless method
  • Let Python, Java, Go, C junior background engineers undertake complex industrial Internet projects through web programming development channels

Business architecture

Core features

  • The front and back ends are completely open source, no-charge commercial version
  • Support privatization one-click deployment, quickly own your own lightweight IoT platform
  • Carrying over tens of millions of long connections, carrier-class stability
  • Object model-rule engine-data channel-configuration page full-process visualization low-code development
  • Multi-industry industrial protocol compatibility

Building

Bulid DGIOT Need Erlang/OTP R21+, Windows download msys64.zip ,After downloading, unzip it to the root directory of Disk D, and operate strictly in accordance with the following figure: dgiotdevtools.png

  • Download source code abroad
   git clone -b master https://github.com/dgiot/dgiot-dashboard.git
   git clone https://github.com/dgiot/dgiot.git
  • China download source code
  git clone -b master https://gitee.com/dgiiot/dgiot-dashboard.git
  git clone https://gitee.com/dgiiot/dgiot.git
  • China Linux/Unix/Mac/windows Build
  cd dgiot-dashboard
  git pull
  pnpm install
  pnpm build
  cd ../dgiot
  git pull
  rm ./apps/dgiot_api/priv/www -rf
  cp ../dgiot-dashboard/dev/ ./apps/dgiot_api/priv/www/ -rf
  make run
  • Make Debug
 make DIAGNOSTIC=1

DGIOT start, you can use a browser to visit http://localhost to view Dashboard.。

Installation and deployment

  • centos 7.6
wget -q https://gitee.com/dgiiot/dgiot/raw/master/dgiot_install.sh  && sh dgiot_install.sh

Community

FAQ

Visit DGIOT FAQ to get help on frequently asked questions

FAQ

GitHub Discussions DGIOT Chinese Q&A Community

Involved in the design

If you have suggestions for improvements to DGIOT, you can submit PR and ISSUE to EIP

Plug-in development

If you want to integrate or develop your own plug-in, refer to lib-extra/README.md

You are welcome to submit any bugs, issues and feature requests to dgiot/dgiot

About Us

contact details address
github https://github.com/dgiot
gitee https://gitee.com/dgiot
Official website https://www.iotn2n.com
Blog https://tech.iotn2n.com
IoT access platform https://dgiot.iotn2n.com
The public qrcode.png
QQ group 346566935

Preview address

Tencent Cloud preview address

Open source license

Apache License 2.0, 详见 LICENSE

Erlang
1
https://gitee.com/kf1080/dgiot.git
git@gitee.com:kf1080/dgiot.git
kf1080
dgiot
dgiot
master

搜索帮助