MQTT Pub/Sub Service - Register an MQTT Server
MQTT Pub/Sub Service helps you to configuring your own MQTT Server.
MQTT Integration in Contineo
Contineo supports the MQTT protocol for large and asynchronous communication to ingest big data in real time. MQTT is a machine-to-machine (M2M) / "Internet of Things" (IoT) connectivity protocol. It was designed as an extremely lightweight publish/subscribe messaging transport.
MQTT facilitates real-time ingestion of big data, ideal for IoT and data-intensive applications.
It employs a lightweight publish-subscribe model, allowing data collection from diverse sources.
With low latency, MQTT ensures timely data updates and rapid processing.
Its scalability supports growing data volumes, making it adaptable for large-scale operations.
Data organization using topics helps structure and manage ingested data efficiently.
Integration with data processing systems such as Apache Kafka and Apache Spark streamlines data analysis and storage.
MQTT's low overhead conserves network and system resources during data ingestion.
Quality of Service (QoS) levels guarantee reliable message delivery, essential for data integrity.
In summary, MQTT is a powerful tool for real-time big data ingestion due to its efficiency, scalability, and seamless integration capabilities.
Steps to Configure MQTT in Contineo
Click + in Settings and create a MQTT Pub/Sub Service.
Enter the name of the MQTT Server and select the type as MQTT PubSub Service.
Click OK. The new component is created and displayed in the designer.
Click EDIT in the top menu to open the Properties Panel.
Configure the Properties group:
Enter the MQTT host URL/IP under Properties > Host.
Enter the port number under Properties > Port.
Enter the username under Properties > Username.
Enter the password under Properties > Password.
Select the Persistent Type as in memory under Properties > Persistent Type.
Click SAVE to save the configuration.