Skip to content

Latest commit

 

History

History
40 lines (22 loc) · 2.5 KB

File metadata and controls

40 lines (22 loc) · 2.5 KB
title Process data streams in Real-Time hub
description This article describes how to process data streams in Real-Time hub. Process using transformations in eventstreams, add Eventhouse destination to send it to a KQL table and analyze it, and set alerts.
ms.reviewer majia
ms.topic how-to
ms.date 11/18/2024

Process data streams in Fabric eventstreams

The Connect data source experience, Microsoft sources page, Fabric events page, and Azure events page in Real-Time hub allow you to create streams for the supported sources. After you create these streams, you can process them, analyze them, and set alerts on them. This article explains how to process data streams using transformations supported in Fabric eventstreams.

Open eventstream

In Real-Time hub, when you create streams to get events from the supported sources, an eventstream is created for you. You can open the parent eventstream for a stream by using one of the following ways:

  • Add source experience:

    At the end of creating this stream, on the Review + connect page, you see the Open eventstream link to open the eventstream associated with the stream in an editor.

  • All data streams page:

    Move the mouse over a stream whose parent is an eventstream, and select the Open link, on select ... (ellipsis), and then select Open eventstream.

  • Detail page:

    From the All data streams page select a stream whose parent is an eventstream to see the stream details. From the ribbon, select Open eventstream.

Add transformations to the stream

After you open the eventstream in an editor, you can add transformations such as Aggregate, Expand, Filter, Group by, Manage fields, and Union, to transform or process the data streaming into Fabric, and then send the output data from transformations into supported destinations. For more information about transformations, see Supported transformation operations.

:::image type="content" source="./media/process-data-streams-using-transformations/transform-operations.png" alt-text="Screenshot that shows the transformation operations available on a stream.":::

Related content

After you process data in the stream, you can send the output data to destinations supported by Fabric eventstreams.