Content Type
Exercise
Duration
25m
Level
Introductory
Use the interoperability tools built into InterSystems IRIS® for Health to construct a basic user portal that monitors live health readings from a set of remote patients.
MQTT is one of the most common messaging protocols used in the IoT world. Its lightweight structure and topic-based architecture enable fast and efficient message transmission, even over very low bandwidth. In this exercise, you will use a minimal amount of code to quickly take real-time data coming from an MQTT broker, then save and display it on a dashboard.
Learning Objectives
- Create a production that subscribes to an MQTT topic and passes messages into the interface.
- Create a dashboard to view live patient data.
Prerequisites
- Receiving and Routing Data in a Production (exercise, 10m)
Watch the video and try the exercise below!