English | 简体中文 | 日本語 | русский
DGIOT は中国で最初の軽量オープンソース産業用IoT継続的インテグレーションプラットフォームです
2016年以前、Shuwaチームはインターネットとモバイルインターネットを長年にわたってクロールしていました。 2016年には、モノのインターネットのクロールに参入し始めました。 このオープンソースプラットフォームを通じて長年のクロール経験を共有し、学際的な産業用インターネットプロジェクトを容易にすることを望んでいます。
- 金持ちのエンジニアがウィンドウの相互作用を通じて、より簡単な要件で産業用インターネットプロジェクトを完了できるようにします
- ジュニアフロントエンドエンジニアの大多数に、サーバーレス方式を介してより複雑な要件を持つ産業用インターネットプロジェクトを実施させます
- Python、Java、Go、Cのジュニアバックグラウンドエンジニアが、Webプログラミング開発チャネルを通じて複雑な産業用インターネットプロジェクトに着手できるようにします
DGIOTチームは、Shuwa IndustrialInternet継続的インテグレーションプラットフォームを通じて次のビジョンを達成したいと考えています。 +エンジニア、フロントエンドエンジニア、およびジュニアバックオフィスエンジニアを通じて、実際に中小規模の産業用インターネットプロジェクトを1か月以内に完了します。 +オープンソースコード、無料ソフトウェア、ドキュメント共有、技術認証、製品認証、運用および保守ホスティングなどの複数の方法を通じて、高品質の配信を保証します。 +技術分野の専門家は、業界の優れた技術フレームワークを統合し続け、ビジネス分野の専門家は、ビジネスモデルとプロセスを最適化し、学際的なオープンプラットフォームを構築し続けます。
- IoTプラットフォームはついにシンプルで使いやすくなり、ツールの本質に戻ります
Bulid DGIOT Need Erlang/OTP R21+, Windows download msys64,ダウンロード後、ディスクDのルートディレクトリに解凍し、次の図に従って厳密に操作してください。
- 海外でソースコードをダウンロードする
git clone https://github.com/dgiot/dgiot_dashboard.git
git clone https://github.com/dgiot/dgiot.git
- 中国のダウンロードソースコード
git clone https://gitee.com/dgiiot/dgiot_dashboard.git
git clone https://gitee.com/dgiiot/dgiot.git
- 中国Linux / Unix / Mac / windowsビルド
cd dgiot-dashboard
git pull
pnpm install
pnpm build
cd ./dist/
wget https://dgiot-release-1306147891.cos.ap-nanjing.myqcloud.com/v4.4.0/dgiot_dashboard.tar.gz &> /dev/null
tar xf dgiot_dashboard.tar.gz &> /dev/null
wget https://dgiot-release-1306147891.cos.ap-nanjing.myqcloud.com/v4.4.0/dgiot_file.tar.gz &> /dev/null
tar xf dgiot_file.tar.gz &> /dev/null
wget https://dgiot-release-1306147891.cos.ap-nanjing.myqcloud.com/v4.4.0/dgiot_swagger.tar.gz &> /dev/null
tar xf dgiot_swagger.tar.gz &> /dev/null
cd ../../dgiot
git pull
rm ./apps/dgiot_api/priv/www -rf
cp ../dgiot-dashboard/dist/ ./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.。
- For a complete list of new features, see DGIOT Release Notes。
- For more information, please visit DGIOT Website。
- centos 7.6
wget -q https://gitee.com/dgiiot/dgiot/raw/master/dgiot_install.sh && sh dgiot_install.sh
Visit DGIOT FAQ to get help on frequently asked questions
GitHub Discussions DGIOT Chinese Q&A Community
If you have suggestions for improvements to DGIOT, you can submit PR and ISSUE to EIP
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。
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 |
You can contact the DGIOT community and developers through the following channels:
Apache License 2.0, 详见 LICENSE。