MQTT
The first step is to setup MQTT broker. Hyperbase uses MQTT to allow any microcontrollers or other devices to insert data through message publishing via a specific MQTT topic defined in Hyperbase config file. We recommend EMQX as the MQTT broker. The easiest way is to install it from the Docker Hub.
You need to configure MQTT authentication and authorization once Hyperbase is running to prevent security issues. You can follow the Post-installation section.