You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
title: Real-time event processing using Azure Stream Analytics
3
-
description: This article describes the reference architecture to achieve real-time event processing and analytics using Azure Stream Analytics.
2
+
title: Real-time event processing with Azure Stream Analytics
3
+
description: This article describes the reference architecture to achieve real-time event processing and analytics by using Azure Stream Analytics.
4
4
5
5
ms.service: stream-analytics
6
6
ms.topic: conceptual
7
7
ms.date: 01/24/2017
8
8
---
9
9
# Reference architecture: Real-time event processing with Microsoft Azure Stream Analytics
10
-
The reference architecture for real-time event processing with Azure Stream Analytics is intended to provide a generic blueprint for deploying a real-time platform as a service (PaaS) stream-processing solution with Microsoft Azure.
10
+
11
+
The reference architecture for real-time event processing with Azure Stream Analytics provides a generic blueprint for deploying a real-time platform as a service (PaaS) stream-processing solution by using Microsoft Azure.
11
12
12
13
## Summary
13
-
Traditionally, analytics solutions have been based on capabilities such as ETL (extract, transform, load) and data warehousing, where data is stored prior to analysis. Changing requirements, including more rapidly arriving data, are pushing this existing model to the limit. The ability to analyze data within moving streams prior to storage is one solution, and while it is not a new capability, the approach has not been widely adopted across all industry verticals.
14
14
15
-
Microsoft Azure provides an extensive catalog of analytics technologies that are capable of supporting an array of different solution scenarios and requirements. Selecting which Azure services to deploy for an end-to-end solution can be a challenge given the breadth of offerings. This paper is designed to describe the capabilities and interoperation of the various Azure services that support an event-streaming solution. It also explains some of the scenarios in which customers can benefit from this type of approach.
15
+
Traditionally, analytics solutions are based on capabilities such as ETL (extract, transform, load) and data warehousing, where data is stored before analysis. Changing requirements, including more rapidly arriving data, are pushing this existing model to the limit.
16
+
17
+
The ability to analyze data within moving streams before storage is one solution. Although it isn't a new capability, the approach hasn't been widely adopted across industry verticals.
18
+
19
+
Microsoft Azure provides an extensive catalog of analytics technologies that can support an array of solution scenarios and requirements. Selecting which Azure services to deploy for an end-to-end solution can be a challenge, considering the breadth of offerings.
20
+
21
+
This reference is designed to describe the capabilities and interoperation of the various Azure services that support an event-streaming solution. It also explains some of the scenarios in which customers can benefit from this type of approach.
16
22
17
23
## Contents
18
-
* Executive Summary
19
-
* Introduction to Real-Time Analytics
20
-
* Value Proposition of Real-Time Data in Azure
21
-
* Common Scenarios for Real-Time Analytics
22
-
* Architecture and Components
23
-
* Data Sources
24
-
* Data-Integration Layer
25
-
* Real-time Analytics Layer
26
-
* Data Storage Layer
27
-
* Presentation / Consumption Layer
24
+
25
+
* Executive summary
26
+
* Introduction to real-time analytics
27
+
* Value proposition of real-time data in Azure
28
+
* Common scenarios for real-time analytics
29
+
* Architecture and components
30
+
* Data sources
31
+
* Data integration layer
32
+
* Real-time analytics layer
33
+
* Data storage layer
34
+
* Presentation/consumption layer
28
35
* Conclusion
29
36
30
37
**Author:** Charles Feddersen, Solution Architect, Data Insights Center of Excellence, Microsoft Corporation
@@ -36,11 +43,13 @@ Microsoft Azure provides an extensive catalog of analytics technologies that are
36
43
**Download:**[Real-Time Event Processing with Microsoft Azure Stream Analytics](https://download.microsoft.com/download/6/2/3/623924DE-B083-4561-9624-C1AB62B5F82B/real-time-event-processing-with-microsoft-azure-stream-analytics.pdf)
37
44
38
45
## Get help
39
-
For further assistance, try the [Microsoft Q&A question page for Azure Stream Analytics](/answers/tags/179/azure-stream-analytics)
46
+
47
+
For further assistance, try the [Microsoft Q&A page for Azure Stream Analytics](/answers/tags/179/azure-stream-analytics).
40
48
41
49
## Next steps
50
+
42
51
*[Introduction to Azure Stream Analytics](stream-analytics-introduction.md)
43
-
*[Get started using Azure Stream Analytics](stream-analytics-real-time-fraud-detection.md)
0 commit comments