- Input(s),
- Transformation Query and
- Output(s)
Stream Analytics has integration with three kinds of input resources.
a) Azure Event Hubs
b) Azure IoT Hub
c) Azure Blob storage
These inputs can be in the same Azure subscription of the Stream Analytics job or also from a different subscription.
Inputs in Azure Stream Analytics is of 2 types.
Data stream input
A data stream is an unbounded sequence of events over time. Stream Analytics jobs must include at least one data stream input. Event Hubs, IoT Hub, and Blob storage are supported as data stream input sources.''
Reference data input
Stream Analytics also supports input known as reference data. Reference data is either completely static or changes slowly. Azure Blob storage and Azure SQL Database are currently supported as input sources for reference data.
No comments:
Post a Comment