Jun 05 2018
11:56 AM
- last edited on
Jul 31 2018
12:32 PM
by
TechCommunityAP
Jun 05 2018
11:56 AM
- last edited on
Jul 31 2018
12:32 PM
by
TechCommunityAP
One of the common patterns of Internet of Things applications is called “cold path” and consists of storing all data produced by IoT devices in the cloud for later processing. To make such an implementation trivial, Azure IoT Hub supports routing of messages coming from devices directly to cloud storage services. IoT Hub can also apply simple rules based on both properties, and the message body can route messages to various custom endpoints of your choice. IoT Hub will write blob content in AVRO format, which has both message body and message properties.
Great for data/message preservation, AVRO can be challenging for querying and processing the data. Here is a suggested solution to process this data.
Read about it in the Azure blog.