Skip to content

Latest commit

 

History

History
27 lines (21 loc) · 2.31 KB

ReadMe.md

File metadata and controls

27 lines (21 loc) · 2.31 KB

Overview - Streaming Data Workshop

We are going to create an application that submits a colour and receives back a fruit. This will be a console application in C# that just loops and generates a number of fruit events until we cancel the application. These fruit events will generate a JSON message that we can send to an event hub. Using the event hub and azure stream analytics we will stream real time data to a data lake, a real time dataset in Power BI and also an Azure SQL DB.

  1. Create Fruit Console App
  2. Add Log and Error Handling
  3. Create Data Lake
  4. Create Event Hub
  5. Add Event Hub To App
  6. Create Stream To Lake
  7. Create Stream Case Statement
  8. Create Stream To Power BI
  9. Create Azure SQL DB
  10. Create Stream To Azure SQL DB

Pre-Requisites

Useful Links