Skip to content

Latest commit

 

History

History
117 lines (71 loc) · 8 KB

create-manage-an-eventstream.md

File metadata and controls

117 lines (71 loc) · 8 KB
title description ms.reviewer ms.author author ms.topic ms.date ms.search.form zone_pivot_group_filename zone_pivot_groups
Create an eventstream in Microsoft Fabric
This article describes how to create an eventstream item with Microsoft Fabric event streams feature.
spelluru
xujiang1
xujxu
how-to
05/21/2024
Event Streams Overview
real-time-intelligence/event-streams/zone-pivot-groups.json
event-streams-standard-enhanced

Create an eventstream in Microsoft Fabric

This article describes how to create a Fabric eventstream. If you want to use enhanced capabilities that are in preview, see the content in the Enhanced Capabilities tab. Otherwise, use the content in the Standard Capabilities tab. For information about enhanced capabilities that are in preview, see Introduction to Fabric event streams.

::: zone pivot="enhanced-capabilities"

Prerequisites

Before you start, you must complete the following prerequisite:

  • Get access to a premium workspace with Contributor or above permissions.

[!INCLUDE enhanced-capabilities-preview-note]

Create an eventstream

You can create an eventstream on the Workspace page, the Real-Time Intelligence experience Homepage, or the Create hub page. Here are the steps:

  1. Change your Fabric experience to Real-Time Intelligence.

  2. Follow one of these steps to start creating an eventstreams:

    • On the Real-Time Intelligence homepage, select the Eventstream tile:

      :::image type="content" source="./media/create-manage-an-eventstream/eventstream-creation-homepage.png" alt-text="Screenshot showing the eventstream tile on the homepage.":::

    • On the Workspace page, select New and then Eventstream:

      :::image type="content" source="./media/create-manage-an-eventstream/eventstream-creation-workspace.png" alt-text="Screenshot showing where to find the eventstream option in the New menu on the Workspace page." :::

    • On the Create hub page, select the Eventstream tile:

      :::image type="content" source="./media/create-manage-an-eventstream/eventstream-creation-create-hub.png" alt-text="Screenshot showing the Eventstream tile on the Create hub page." lightbox="./media/create-manage-an-eventstream/eventstream-creation-create-hub.png" :::

  3. Enter a name for the new eventstream and select Enhanced Capabilities (preview) checkbox, and then select Create.

    :::image type="content" source="./media/create-manage-an-eventstream-enhanced/create-event-stream-dialog-box.png" alt-text="Screenshot showing the New eventstream dialog box." lightbox="./media/create-manage-an-eventstream-enhanced/create-event-stream-dialog-box.png" :::

  4. Creation of the new eventstream in your workspace can take a few seconds. After the eventstream is created, you're directed to the main editor where you can start with adding sources to the eventstream.

    :::image type="content" source="./media/create-manage-an-eventstream-enhanced/editor.png" alt-text="Screenshot showing the editor." lightbox="./media/create-manage-an-eventstream-enhanced/editor.png" :::

Next step

::: zone-end

::: zone pivot="standard-capabilities"

The event streams feature in Microsoft Fabric gives you a centralized place in the Fabric platform to capture, transform, and route real-time events to various destinations with a no-code experience. It integrates your eventstreams seamlessly with Azure Event Hubs, KQL databases, and lakehouses.

Important

Use this tab if you are using Fabric event streams without enhanced capabilities. If you are using enhanced capabilities, use the Enhanced Capabilities tab.

Prerequisites

Before you start, you must complete the following prerequisite:

  • Get access to a premium workspace with Contributor or above permissions.

Create an eventstream

You can create an eventstream on the Workspace page, the Real-Time Intelligence experience Homepage, or the Create hub page. Here are the steps:

  1. Change your Fabric experience to Real-Time Intelligence and select Eventstream to create a new eventstream in workspace or homepage or create hub.

    • On the Real-Time Intelligence homepage, select the Eventstream tile:

      :::image type="content" source="./media/create-manage-an-eventstream/eventstream-creation-homepage.png" alt-text="Screenshot showing the Eventstream tile on the homepage.":::

    • On the Workspace page, select New and then Eventstream:

      :::image type="content" source="./media/create-manage-an-eventstream/eventstream-creation-workspace.png" alt-text="Screenshot showing where to find the eventstream option in the New menu on the Workspace page." :::

    • On the Create hub page, select the Eventstream tile:

      :::image type="content" source="./media/create-manage-an-eventstream/eventstream-creation-create-hub.png" alt-text="Screenshot showing the Eventstream tile on the Create hub page." lightbox="./media/create-manage-an-eventstream/eventstream-creation-create-hub.png" :::

  2. Enter a name for the new eventstream and select Create.

    :::image type="content" source="./media/create-manage-an-eventstream/eventstream-creation-naming.png" alt-text="Screenshot showing where to enter the eventstream name on the New Eventstream screen." :::

  3. Creation of the new eventstream in your workspace can take a few seconds. After the eventstream is created, you're directed to the main editor where you can add sources and destinations to your eventstream. See the Main editor section for details.

    :::image type="content" source="./media/create-manage-an-eventstream/eventstream-creation-completed.png" alt-text="Screenshot showing the eventstream creation completed." lightbox="./media/create-manage-an-eventstream/eventstream-creation-completed.png" :::

Main editor for eventstreams

The Microsoft Fabric event streams feature provides a main editor, which is a canvas that allows you to connect to event data sources and destinations with a few clicks. Each tile (node) in the canvas represents a source, a destination, or the eventstream itself. From there, you can preview the event data, monitor the data insights with metrics, and check logs for each of these tiles (nodes).

The following screenshot shows an eventstream with its source and destination configured.

:::image type="content" source="./media/main-editor/eventstream-main-editor.png" alt-text="Screenshot showing an eventstream item overview." lightbox="./media/main-editor/eventstream-main-editor.png" :::

  1. Ribbon: The ribbon menu provides source and destination options, complemented by Activate all and Deactivate all buttons.
  2. Data navigation pane: This pane allows you to navigate the sources and destinations.
  3. Canvas and diagram view: This pane provides graphical representation of the entire eventstream topology, from the sources to the destinations. Each source or destination appears as a tile (node) in the canvas.
  4. Configuration and modification pane: This pane allows you to configure or modify a specific source or destination.
  5. Bottom pane for information, data preview, data insights, and runtime logs: For each tile (node), the data preview shows you data inside the selected tile (node). This section also summarizes runtime logs where the runtime logs exist in certain sources or destinations. It also provides metrics for you to monitor the data insights for certain sources or destinations, such as input events, output events, incoming messages, outgoing messages, etc.

Related content

::: zone-end