Turn Azure SQL Database changes into real-time analytics with Fabric Eventstreams DeltaFlow (Data Exposed)
Microsoft Developer walks through how Microsoft Fabric Eventstreams DeltaFlow can stream Azure SQL Database inserts, updates, and deletes into analytics-ready tables, including automatic schema registration, destination table creation, and schema evolution handling for near-real-time intelligence scenarios.
Turn Azure SQL Database changes into real-time analytics with Fabric Eventstreams DeltaFlow (Data Exposed)
Every insert, update, and delete in your SQL database is a business event—but turning those changes into a real-time stream often means building and maintaining a lot of plumbing: managing destination tables and dealing with schema changes that can cause downtime.
In this Data Exposed episode, Microsoft Developer shows how DeltaFlow in Microsoft Fabric Eventstreams (preview) is designed to reduce that complexity.
What this episode covers
- Why many SQL-backed applications aren’t “real-time” by default
- The idea of Real-Time Intelligence (near-real-time streaming into analytics-ready storage)
- Fabric Eventstreams as the place to ingest, process, and route events in real time
- Building event-driven, real-time applications using DeltaFlow with database CDC feeds
- A demo-oriented walkthrough including:
- Going from a SQL database to queryable tables in minutes
- Automatic schema registration
- Automatic destination table creation
- Schema evolution handling to reduce downtime when the source schema changes
Why DeltaFlow is positioned as simpler than traditional approaches
The episode highlights common pain points in “roll-your-own” streaming from databases:
- You have to stitch together ingestion + transformation + storage
- You often need to pre-create and maintain destination tables
- Source schema changes can force manual updates and introduce downtime
DeltaFlow is presented as addressing those problems by bundling:
- Schema registration
- Destination table creation
- Schema evolution support
Example outcomes you can build
- Real-time dashboards over fresh operational data
- Real-time AI applications that depend on up-to-date database changes (as described in the episode)
Video chapters (from the description)
- 0:00 Introduction
- 1:15 Why isn't every SQL application real-time yet?
- 2:45 Real-Time Intelligence
- 3:15 Fabric Eventstream: Ingest, process and route events in real-time
- 5:45 Building event-driven, real-time applications with DeltaFlow
- 8:15 Demo
- 12:25 Handling Source Schema Changes
- 14:00 Demo
- 15:25 Getting started
Resources
- Building real-time, event-driven applications with Database CDC feeds and Fabric Eventstreams DeltaFlow (Preview): https://blog.fabric.microsoft.com/en-US/blog/building-real-time-event-driven-applications-with-database-cdc-feeds-and-fabric-eventstreams-deltaflow-preview/
Links mentioned
- Twitter — Anna Hoffman: https://twitter.com/AnalyticAnna
- Twitter — AzureSQL: https://aka.ms/azuresqltw
- Data Exposed episodes: https://aka.ms/dataexposedyt
- Microsoft Azure SQL YouTube: https://aka.ms/msazuresqlyt
- Microsoft SQL Server YouTube: https://aka.ms/mssqlserveryt
- Microsoft Developer YouTube: https://aka.ms/microsoftdeveloperyt