Atvik
Mar 31, 11 PM - Apr 2, 11 PM
Stærsti Fabric, Power BI og SQL námsviðburðurinn. 31. mars – 2. apríl. Notaðu kóðann FABINSIDER til að spara $400.
Skráðu þig í dagÞessi vafri er ekki lengur studdur.
Uppfærðu í Microsoft Edge til að nýta þér nýjustu eiginleika, öryggisuppfærslur og tæknilega aðstoð.
Athugasemd
This tutorial is part of a series. For the previous section, see: Tutorial part 1: Set up Eventhouse.
In this part of the tutorial, you browse the Real-Time hub, create an eventstream, transform events, and create a destination to send the transformed events to a KQL database.
Select Real-Time on the left navigation bar.
Select + Connect data source in the top-right corner of the page.
On the Data sources page, select Sample scenarios category, and then select Connect on the Bicycle rentals tile.
On the Connect page, for Source name, enter TutorialSource.
In the Stream details section, select the pencil button, and change the name of the eventstream to TutorialEventstream, and then select Next.
On the Review + connect page, review settings, and select Connect.
On the Review + connect page, select Open Eventstream.
You can also browse to the eventstream from the My data streams by selecting the stream and then by selecting Open Eventstream.
From the menu ribbon, select Edit. The authoring canvas, which is the center section, turns yellow and becomes active for changes.
In the eventstream authoring canvas, select the down arrow on the Transform events or add destination tile, and then select Manage fields. The tile is renamed to ManageFields
.
Hover over the left edge of the Manage fields tile. Click and drag the connector to the right side the TutorialEventstream tile. You have now connected the eventstream to a new transformation tile.
In the Manage fields pane, do the following actions:
In Operation name, enter TutorialTransform.
Select Add all fields
Select + Add field.
From the Field dropdown, select Built-in Date Time Function > SYSTEM.Timestamp()
In Name, enter Timestamp.
Select Add.
Confirm that Timestamp is added to the field list, and select Save. The TutorialTransform tile now displays but with an error, because the destination isn't configured yet.
Hover over the right edge of the TutorialTransform tile and select the green plus icon.
Select Destinations > Eventhouse. A new tile is created entitled Eventhouse.
Select the pencil icon on the Eventhouse tile.
Enter the following information in the Eventhouse pane:
Field | Value |
---|---|
Data ingestion mode | Event processing before ingestion |
Destination name | TutorialDestination |
Workspace | Select the workspace in which you created your resources. |
Eventhouse | Tutorial |
KQL Database | Tutorial |
Destination table | Create new - enter RawData as table name |
Input data format | Json |
Ensure that the box Activate ingestion after adding the data is checked.
Select Save.
From the menu ribbon, select Publish.
The eventstream is now set up to transform events and send them to a KQL database.
For more information about tasks performed in this tutorial, see:
Atvik
Mar 31, 11 PM - Apr 2, 11 PM
Stærsti Fabric, Power BI og SQL námsviðburðurinn. 31. mars – 2. apríl. Notaðu kóðann FABINSIDER til að spara $400.
Skráðu þig í dagÞjálfun
Eining
Use real-time eventstreams in Microsoft Fabric - Training
Microsoft Fabric Eventstreams is a technology for ingesting and transforming real-time streams of data.
Vottorð
Microsoft Certified: Fabric Data Engineer Associate - Certifications
As a Fabric Data Engineer, you should have subject matter expertise with data loading patterns, data architectures, and orchestration processes.
Skjöl
Real-Time Intelligence tutorial part 1- Set up Eventhouse - Microsoft Fabric
Learn how to create a KQL database and enable data availability in Microsoft Fabric.
Real-Time Intelligence tutorial - Introduction - Microsoft Fabric
Get started with Real-Time Intelligence in Microsoft Fabric.
Real-Time Intelligence tutorial part 4 - Query streaming data using KQL - Microsoft Fabric
Learn how to query your streaming data in a KQL queryset Real-Time Intelligence.