
Discover real-time data processing with Azure Event Hub and Azure Stream Analytics, turning data islands into a river of events and integrating with data lake and SQL Server.
Learn how to ingest streaming data with Azure Event Hubs, including event producers, partitions, and consumer groups, and how capture to blob storage or data lake enables real-time analytics.
Provision an Azure event hub by creating a resource group and namespace, then an event hub with partitions, enable capture, and set message retention and consumer groups for real-time processing.
Learn to build a C# console lab that generates fake pump data, serializes it to JSON, and sends events to an Azure Event Hub using the Event Hub client.
Receive events from an event hub with a .NET console app using an event processor host, manage checkpoints in a storage account, and read 100 messages with UTF-8 encoding.
Explore event hub consumer groups to let multiple jobs read the same data independently, switch between default and job one views, and enable capture with partition and retention settings.
Set up a data lake, enable capture, and assign archive permissions to the event hub to stream test events into the lake, preserving the capture file structure and body data.
Learn how Azure Stream Analytics enables real-time analytics across multiple data streams from devices, sensors, websites, and apps, with inputs, queries, and outputs to databases, dashboards, and downstream services.
Build a real-time data pipeline in Azure: create an Event Hub and SQL Server, configure a Stream Analytics job with Event Hub input and SQL output, and stream JSON payloads.
In this course, I will give you the insight on thinking of data as an ever flowing river of events instead of thinking of it as a data island locked away in databases. With live labs, I will bring you up to speed with Azure event hubs. I will show you how to write c# console applications to send and receive data from event hubs. You will learn how to capture & archive event hub data to an Azure data lake. I will show you how to provision an Event Hub, a Data Lake and a SQL Server database in azure. You will get a deep understanding of Azure Stream Analytics and we will write an Analytics job to stream live data from an event hub to a Sql Server database.