Skip to content

Commit

Permalink
Create azure-stream-analytics.md
Browse files Browse the repository at this point in the history
Added information on Azure Stream Analytics
  • Loading branch information
KimtVak8143 authored Oct 9, 2022
1 parent a23885d commit 8f5ac40
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions Data-streaming/azure-stream-analytics.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
## Azure Stream Analytics

Azure Stream Analytics is a fully managed stream processing engine that is designed to analyze and process large volumes of streaming data with sub-millisecond latencies. Patterns and relationships can be identified in data that originates from a variety of input sources including applications, devices, sensors, clickstreams, and social media feeds. These patterns can be used to trigger actions and initiate workflows such as creating alerts, feeding information to a reporting tool, or storing transformed data for later use. Stream Analytics is also available on the Azure IoT Edge runtime, enabling to process data directly on IoT devices.

Features:
- End-to-end analytics pipeline that is production-ready in minutes with familiar SQL syntax and extensible with JavaScript and C# custom code
- Rapid scalability with elastic capacity to build robust streaming data pipelines and analyze millions of events at subsecond latencies
- Hybrid architectures for stream processing with the ability to run the same queries in the cloud and on the edge
- Enterprise-grade reliability with built-in recovery and built-in machine learning capabilities for advanced scenarios

For more info: [https://learn.microsoft.com/en-us/azure/stream-analytics/stream-analytics-introduction](https://learn.microsoft.com/en-us/azure/stream-analytics/stream-analytics-introduction)

0 comments on commit 8f5ac40

Please sign in to comment.