# zeus-iot **Repository Path**: bianbin/zeus-iot ## Basic Information - **Project Name**: zeus-iot - **Description**: 全球首个基于 Zabbix 的开源物联网分布式采集平台,具备 百万+ IoT 设备的数据采集、分析、存储能力;也是一款真正具备 工业级 性能与稳定性的物联网大数据中台。 - **Primary Language**: Java - **License**: Apache-2.0 - **Default Branch**: develop - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 65 - **Created**: 2024-07-01 - **Last Updated**: 2024-07-01 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README

banner

Zeus IoT is the world's first open source IoT distributed collection platform based on Zabbix

---- [![GitHub stars](https://img.shields.io/github/stars/zmops/zeus-iot.svg?label=Stars&logo=github)](https://github.com/zmops/zeus-iot) [![GitHub issues](https://img.shields.io/github/issues/zmops/zeus-iot?label=Issuess&logo=github)](https://github.com/zmops/zeus-iot) [![GitHub forks](https://img.shields.io/github/forks/zmops/zeus-iot?label=Forks&logo=github)](https://github.com/zmops/zeus-iot) ![Version](https://img.shields.io/badge/version-1.0.0--BETA-brightgreen) [![QQ群736541577](https://img.shields.io/badge/QQ群-736541577-brightgreen)](https://qm.qq.com/cgi-bin/qm/qr?k=CcWBdkXjkgt99bBu5d_-1TeS36DhCkU4&jump_from=webapi) ## Abstract [Zeus IoT](https://www.zmops.com/) is a **distributed IoT collection, analysis, and storage platform**,It is the world's first IoT open source platform based on zabbix secondary development, all this relies on a group of engineers with rich experience in zabbix development.It is hoped that through the community’s open source ecology, continuous improvement and continuous updates will make some contributions to the development of the Internet of Things industry. The following screenshots give a close insight into Zeus IoT.
Home Screen Device Resources
Realtime Data System Users
## Technology stack - Basic components: **[Zabbix 5.4+](https://www.zabbix.com)** - Database: **PostgreSQL12+ , [TDEngine 2.2+](https://www.taosdata.com)** - Webapp: **SpringBoot 2 , [Ebean](https://ebean.io/) , Vue Element , Socket.IO** - IoT Server: **[Apache Camel 2.2](https://camel.apache.org/) , Modular design** - Visualization: **[Grafana 8.0+](https://grafana.com/grafana/)** ## Features
🏆Based on zabbix secondary development Based on the powerful Zabbix for interface secondary development, with industrial-grade stability and powerful performance.
🥇Based on Apache Camel as the pre-routing rule Very powerful rule-based routing engine, supports 300+ module access, including IoT protocols, born for low code; one line of code can start the protocol service interface.
🥉Use TDEngine for time series data storage by default TDEngine is an ultra-high performance distributed database designed and optimized for time series data.
⚔️IoT Server is developed with a modular architecture IoT Server adopts the Skywalking modular architecture design, which can dynamically configure and enable modules, which is very easy to expand; at the same time, combined with the multi-point collection of Zabbix Proxy, a modular cluster can be implemented well.
🏹Natural distributed collection architecture Thanks to Zabbix's excellent architecture design, it has natural distributed collection capabilities, can be well horizontally expanded, and has the ability to cross-region and cross-network collection
## Architecture ![Architecture](docs/images/arch.gif) --- ## Installation The Zeus IoT production environment can only be installed on a Linux system, either Centos7 or Ubuntu 18.04. In the development and test environment: The IoT Server service can be developed and debugged in the Windows environment. ### Quick Start - Centos7/Redhat7 ```shell curl -sL https://github.com/zmops/zeus-iot/raw/develop/docs/centos/install.sh | bash -s install ``` - Ubuntu 18.04 ```shell curl -sL https://github.com/zmops/zeus-iot/raw/develop/docs/ubuntu/install.sh | bash -s install ``` After Zeus IoT is successfully installed, you can use http://IP:9090 to access the ZeusIoT Console with the default account and password (Admin/zabbix). > For more detailed installation and deployment instructions, please visit our official website document center ## Demo Environment Using the account `Admin / zabbix` to log in the [demo environment](https://zeusdemo.zmops.cn/). Please note the account is granted view access.