fanhuafeng / dgiot

DG-IOT(Industry SaaS for IoT Platform)物联网开源平台,物联网平台开发。高并发、轻量级、低代码、快接入、平台免费。

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DGIOT

GitHub Release Build Status Coverage Status Docker Pulls Community

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

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

Vision

The DGIOT team hopes to achieve the following visions through the Shuwa Industrial Internet continuous integration platform

  • Through engineers, front-end engineers, and junior back-office engineers to actually complete small and medium-sized industrial Internet projects in no more than 1 month
  • Ensure high-quality delivery through multiple methods such as open source code, free software, document sharing, technical certification, product certification, operation and maintenance hosting, etc.
  • Experts in the technical field continue to integrate the industry's excellent technical framework, and experts in the business field continue to optimize business models and processes, and build a multidisciplinary open platform
  • The IoT platform can finally be simple and easy to use, returning to the essence of tooling

Building

Bulid DGIOT Need Erlang/OTP R21+, Windows download msys64.rar ,After downloading, unzip it to the root directory of Disk D, and operate strictly in accordance with the following figure: 效果图-1.png)

  • Download source code abroad
   git clone https://github.com/dgiot/dgiot_dashboard.git
   git clone https://github.com/dgiot/dgiot.git
  • China download source code
  git clone 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
  yarn dgiot:install
  yarn build
  cd ../dgiot
  git pull
  rm ./apps/dgiot_api/priv/www -rf
  cp ../dgiot_dashboard/dist/ ./apps/dgiot_api/priv/www -rf
  cp ../dgiot_dashboard/swagger ./apps/dgiot_api/priv/www/ -rf
  make run
  • Make Debug
 make DIAGNOSTIC=1

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

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

Contact us

You can contact the DGIOT community and developers through the following channels:

Preview address

Tencent Cloud preview address

Scan code preview

dgiot_dashboard.png

Open source license

Apache License 2.0, 详见 LICENSE

About

DG-IOT(Industry SaaS for IoT Platform)物联网开源平台,物联网平台开发。高并发、轻量级、低代码、快接入、平台免费。

License:Apache License 2.0


Languages

Language:Erlang 95.7%Language:Shell 1.7%Language:C 1.3%Language:Makefile 0.8%Language:Python 0.2%Language:Batchfile 0.2%Language:Dockerfile 0.1%Language:HTML 0.0%Language:Lua 0.0%Language:Mustache 0.0%