MQTT API

MQTT API

Machbase Neo supports writing and query data via MQTT protocols.

📢
MQTT v3.1.1 (or v3.1) is officially surpported. v5 is early experimental state and does not recommended to use.

The real benefit of MQTT api compare to HTTP is it utilizes append feature of Machbase that provides robust performance of writing data. Since MQTT is connection oriented protocol and keeping a connection through the session, clients can repeately send messages to write. Also MQTT protocol is widely adopted by majority of IoT devices.

So it is the best way to make the sensors to write its collecting data to machbase-neo via MQTT.

mqtt_http

Last updated on