Stream data in real time from aws to other devices.

0

I am sending 100Samples/sec to IOT Core. I Want this data to be retrieved by a user in real time. What should i do?

  • Are 100 samples/sec coming from a single client or from multiple clients?

asked a year ago201 views
1 Answer
1

The closest to real time would be to have the user subscribe to the topic and process the received messages. This will induce the minimum delay. The delay will be measured in 100s of milliseconds.

Note that 100 TPS is the maximum limit of messages being sent, and only for QoS 0. If the inbound message flow can exceed that (say from 2 or more devices), using another AWS service such as Kinesis Data Streams or Timestream+Grafana may be a better solution, but will increase the latency by 100s to 1,000s of milliseconds.

AWS
Gavin_A
answered a year ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions