Fabric RTI 101: What is Processing?
Once events have been ingested, the next step is processing. This is where we take the raw firehose of events and turn it into something meaningful and usable.
NOTE: We’re not talking about storing the events in a database, and then querying them. We can do that, but here we’re talking about transforming the events in-flight. It’s similar to what we could do with Azure Stream Analytics. I like the description that says that instead of throwing a query at the data, you’re throwing the data at a query.
2026-01-25

