What problem does it solve? Designing real-time intelligence solutions in Microsoft Fabric requires choosing between Lakehouse and Eventhouse, writing correct KQL queries, configuring ingestion pipelines, and setting up reactive alerts — all with platform-specific syntax and policies that are easy to get wrong. ## Core Features & Use Cases - Decision Guidance: A Lakehouse vs Eventhouse decision matrix helps you pick the right storage engine based on latency, volume, and workload type. - KQL Reference & Patterns: SQL-to-KQL conversion tables, time-series aggregations, anomaly detection with series_decompose_anomalies, materialized views, and caching/retention policy commands. - Eventstream & Activator Setup: Multi-destination fan-out patterns, inline transformations, Python ingestion via azure-kusto-ingest, and trigger configuration for threshold, anomaly, and dead-source alerts. - Use Case: You need to stream IoT telemetry from Event Hub into Fabric, query it with sub-second latency, and alert the on-call team when error rates spike. This Skill walks you through the Eventstream fan-out, KQL queries with temporal filters, and an Activator trigger with cooldown. ## Quick Start Use the fabric-eventhouse-rti skill to design a real-time pipeline that ingests Kafka events into an Eventhouse and alerts me when errors exceed 100 in 5 minutes.