Forum Discussion
Biplab Sah
May 12, 2021Copper Contributor
IoT Hub message routing vs stream analytics
Hello Team, So there is a scenario, that I have to put stream data from IoT hub to Event Hub (1 : n ). I see multiple options to do that: 1. IoT Hub Message route 2. Event Grid 3. Azure...
- May 19, 2021Ok, think that i have 10 million request per day,
option 1: IoT hub route to Event hub
option 2: Stream Analytics as integration layer to event hub
option 3: Event Grid as broker to Event hub.
what should be done and rationale?
rupeshshet
May 18, 2021Copper Contributor
IoT Message Route is enough to route you data to any Event Hub and then to Stream Analytic.
Other option is filter message IoT Message Route on Built Event hub and consumed in Stream Analytic.
Biplab Sah
May 18, 2021Copper Contributor
Thanks @rupeshet
I do know. I am willing to compare them, like
1. is Stream analytics faster than IoT Hub query
2. is there a capacity cap for routing message in IoT Hub query etc.
I do know. I am willing to compare them, like
1. is Stream analytics faster than IoT Hub query
2. is there a capacity cap for routing message in IoT Hub query etc.
- rupeshshetMay 18, 2021Copper Contributor
is Stream analytics faster than IoT Hub query
Stream analytics is more for data analysis. IoT Hub query can be used for filtration, device data, devices state.
is there a capacity cap for routing message in IoT Hub query etc.
Nope, capacity will be on IoT Hub tier and usage of any connector.
- Biplab SahMay 19, 2021Copper ContributorOk, think that i have 10 million request per day,
option 1: IoT hub route to Event hub
option 2: Stream Analytics as integration layer to event hub
option 3: Event Grid as broker to Event hub.
what should be done and rationale?