<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic How to feed Streaming data to Custom App in Eventstream in Realtime Analytics Fabric using Fabric in Activator</title>
    <link>https://community.fabric.microsoft.com/t5/Activator/How-to-feed-Streaming-data-to-Custom-App-in-Eventstream-in/m-p/3934637#M376</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I want to stream data stored in a csv file in Azure Storage account by feeding data to Custom App Event Hubs data source in Eventstream in Real time Analytics in Fabric. I want to use a Fabric solution to implement this.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any help on this would be appreciated.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;</description>
    <pubDate>Tue, 21 May 2024 07:59:13 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2024-05-21T07:59:13Z</dc:date>
    <item>
      <title>How to feed Streaming data to Custom App in Eventstream in Realtime Analytics Fabric using Fabric</title>
      <link>https://community.fabric.microsoft.com/t5/Activator/How-to-feed-Streaming-data-to-Custom-App-in-Eventstream-in/m-p/3934637#M376</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I want to stream data stored in a csv file in Azure Storage account by feeding data to Custom App Event Hubs data source in Eventstream in Real time Analytics in Fabric. I want to use a Fabric solution to implement this.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any help on this would be appreciated.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;</description>
      <pubDate>Tue, 21 May 2024 07:59:13 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Activator/How-to-feed-Streaming-data-to-Custom-App-in-Eventstream-in/m-p/3934637#M376</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-05-21T07:59:13Z</dc:date>
    </item>
    <item>
      <title>Re: How to feed Streaming data to Custom App in Eventstream in Realtime Analytics Fabric using Fabric</title>
      <link>https://community.fabric.microsoft.com/t5/Activator/How-to-feed-Streaming-data-to-Custom-App-in-Eventstream-in/m-p/3937563#M382</link>
      <description>&lt;P&gt;Hi&amp;nbsp;Anonymous&lt;/LI-USER&gt;&amp;nbsp;,&lt;BR /&gt;&lt;BR /&gt;First you need to create an Eventstream in the Fabric:&lt;BR /&gt;Change your Fabric experience to Real-Time Analytics and select Eventstream. Create a new eventstream in your workspace or homepage or create a hub.&amp;nbsp;On the Real-Time Analytics homepage, select the Eventstream tile, or on the Workspace page, select New and then Eventstream.&lt;BR /&gt;&lt;A href="https://learn.microsoft.com/en-us/fabric/real-time-intelligence/event-streams/create-manage-an-eventstream?pivots=enhanced-capabilities" target="_blank"&gt;Create an eventstream in Microsoft Fabric - Microsoft Fabric | Microsoft Learn&lt;/A&gt;&lt;BR /&gt;Then you need to configure Eventstream:&lt;BR /&gt;Configure the source (Custom App) and destination (for example: KQL database) for the eventstream.&amp;nbsp;Send events to the eventstream using your Custom App.&lt;BR /&gt;&lt;A href="https://learn.microsoft.com/en-us/fabric/real-time-intelligence/event-streams/stream-real-time-events-from-custom-app-to-kusto" target="_blank"&gt;Stream real-time events from a custom app to a Microsoft Fabric KQL database - Microsoft Fabric | Microsoft Learn&lt;/A&gt;&lt;BR /&gt;Stream Data from CSV to Event Hubs:&lt;BR /&gt;Use Python or another language to read data from your CSV file.&amp;nbsp;Create an instance of the Azure Event Hub client.&amp;nbsp;Send each record from the CSV file to the Event Hub using the send method.&lt;BR /&gt;&lt;A href="https://stackoverflow.com/questions/57743068/how-to-send-a-csv-file-record-by-record-to-an-azure-event-hub-using-python-as-a" target="_blank"&gt;How to send a CSV file record by record to an Azure Event hub using Python as a real time data stream - Stack Overflow&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Best Regards,&lt;BR /&gt;Dino Tao&lt;BR /&gt;If this post &lt;EM&gt;&lt;STRONG&gt;helps&lt;/STRONG&gt;&lt;/EM&gt;, then please consider &lt;EM&gt;&lt;STRONG&gt;Accept it as the solution&lt;/STRONG&gt;&lt;/EM&gt; to help the other members find it more quickly.&lt;/P&gt;</description>
      <pubDate>Wed, 22 May 2024 02:07:18 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Activator/How-to-feed-Streaming-data-to-Custom-App-in-Eventstream-in/m-p/3937563#M382</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-05-22T02:07:18Z</dc:date>
    </item>
    <item>
      <title>Re: How to feed Streaming data to Custom App in Eventstream in Realtime Analytics Fabric using Fabric</title>
      <link>https://community.fabric.microsoft.com/t5/Activator/How-to-feed-Streaming-data-to-Custom-App-in-Eventstream-in/m-p/3938570#M383</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for your reply.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can you please help me in detail on this part.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Stream Data from CSV to Event Hubs:&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;Use Python or another language to read data from your CSV file.&amp;nbsp;Create an instance of the Azure Event Hub client.&amp;nbsp;Send each record from the CSV file to the Event Hub using the send method.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;</description>
      <pubDate>Wed, 22 May 2024 08:09:17 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Activator/How-to-feed-Streaming-data-to-Custom-App-in-Eventstream-in/m-p/3938570#M383</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-05-22T08:09:17Z</dc:date>
    </item>
  </channel>
</rss>

