Hey chaps.
I’m back playing with streaming analytics this time. We’ve got many IoT sensors providing data at various points throughout the day. Some report back every 30 seconds, others 3 minutes, others twice a day, some even once a day so it all varies.
In total, we get around 1.5 million data points a day.
I’ve got a task to stream this data to
a real-time power bi dashboard
expose the data to sql to allow it to be consumed for further analytical work.
Question:
I don’t feel very confident using this stack, I changed the sql database schema to generate an error. I didn’t get told the output was failing.
I knew it was so went digging, but in reality I’d like an alert or something to shout at me. Is this possible?
The streaming analytics job is configured to not drop so it’ll be ‘stuck’.
If I configured it to drop, I’d there a way of knowing what was dropped?