Baidu TianGong AIoT Team Open-Sources MQTT IoT Message Middleware
-
Baidu TianGong AIoT team has released the high-performance distributed MQTT IoT message middleware BifroMQ-v2.0.0. This version first supports cluster mode, referred to as StandardCluster.
The new version has the following features: full support for the MQTT protocol, new HTTP API support, maintained high performance, optimized modular architecture, and powerful scalability.
StandardCluster adopts a modular architecture, including a load distribution module and an offline message queue module. The load distribution module achieves horizontal scaling of message distribution capabilities by adding nodes, while the offline message queue module achieves horizontal scaling of storage capacity and processing power through sharding functionality.
In addition, the new version introduces HTTP API functionality, facilitating management and control at the business level. BifroMQ is simple to deploy and operate, and comes with self-healing capabilities.
BifroMQ Official Website: https://bifromq.io/
Installation Package Address: https://github.com/baidu/bifromq/releases/tag/v2.0.0