<?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 Re: Ingest Data from Streaming API in Eventstream</title>
    <link>https://community.fabric.microsoft.com/t5/Eventstream/Ingest-Data-from-Streaming-API/m-p/3672721#M33</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="683863" data-lia-user-login="BW_RFA" class="lia-mention lia-mention-user"&gt;BW_RFA&lt;/a&gt;&amp;nbsp;,&lt;BR /&gt;&lt;BR /&gt;Thanks for using Fabric Community. &lt;BR /&gt;Did you got a chance to look into this Real Time Analytics Fabric?&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://learn.microsoft.com/en-us/fabric/real-time-analytics/event-streams/overview" target="_blank"&gt;Microsoft Fabric event streams overview - Microsoft Fabric | Microsoft Learn&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 01 Feb 2024 10:36:04 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2024-02-01T10:36:04Z</dc:date>
    <item>
      <title>Ingest Data from Streaming API</title>
      <link>https://community.fabric.microsoft.com/t5/Eventstream/Ingest-Data-from-Streaming-API/m-p/3672698#M32</link>
      <description>&lt;P&gt;I am trying to ingest data into my Lakehouse from a streaming API (&lt;A href="https://developer-specs.company-information.service.gov.uk/streaming-api/guides/overview" target="_blank" rel="noopener"&gt;https://developer-specs.company-information.service.gov.uk/streaming-api/guides/overview&lt;/A&gt;)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I currently do this using a Function App that connects to the API and packages and stores files every 8 minutes. The Function then reconnects using the latest timestamp processed. This is the recommended method in the above link.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;How can I recreate this in Fabric pipelines/eventstream to ingest the streaming data into OneLake?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Mon, 20 May 2024 20:59:22 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Eventstream/Ingest-Data-from-Streaming-API/m-p/3672698#M32</guid>
      <dc:creator>BW_RFA</dc:creator>
      <dc:date>2024-05-20T20:59:22Z</dc:date>
    </item>
    <item>
      <title>Re: Ingest Data from Streaming API</title>
      <link>https://community.fabric.microsoft.com/t5/Eventstream/Ingest-Data-from-Streaming-API/m-p/3672721#M33</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="683863" data-lia-user-login="BW_RFA" class="lia-mention lia-mention-user"&gt;BW_RFA&lt;/a&gt;&amp;nbsp;,&lt;BR /&gt;&lt;BR /&gt;Thanks for using Fabric Community. &lt;BR /&gt;Did you got a chance to look into this Real Time Analytics Fabric?&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://learn.microsoft.com/en-us/fabric/real-time-analytics/event-streams/overview" target="_blank"&gt;Microsoft Fabric event streams overview - Microsoft Fabric | Microsoft Learn&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 01 Feb 2024 10:36:04 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Eventstream/Ingest-Data-from-Streaming-API/m-p/3672721#M33</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-02-01T10:36:04Z</dc:date>
    </item>
    <item>
      <title>Re: Ingest Data from Streaming API</title>
      <link>https://community.fabric.microsoft.com/t5/Eventstream/Ingest-Data-from-Streaming-API/m-p/3672756#M34</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have but it doesn't explain how I can connect to a streaming API. Should I do this through a custom app, eventHubs or IoT Hub?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I don't think it's a good use case for IoT Hub, and EventHubs needs data to be pushed to it instead of pulling the data.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;How would writing a custom app for this scenario work? Would it be a case of using the same/similar code to the one in the current ingestion Function App I have?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 01 Feb 2024 10:52:55 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Eventstream/Ingest-Data-from-Streaming-API/m-p/3672756#M34</guid>
      <dc:creator>BW_RFA</dc:creator>
      <dc:date>2024-02-01T10:52:55Z</dc:date>
    </item>
    <item>
      <title>Re: Ingest Data from Streaming API</title>
      <link>https://community.fabric.microsoft.com/t5/Eventstream/Ingest-Data-from-Streaming-API/m-p/3672831#M35</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="683863" data-lia-user-login="BW_RFA" class="lia-mention lia-mention-user"&gt;BW_RFA&lt;/a&gt;&amp;nbsp;,&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;You can use a python script to regularly poll the API and send it to Eventstreams which can then send to Lakehouse or KQL DB or even easier way if velocity is not a problem is to setup a Logic App which reads from the API and send to Eventstreams.&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 01 Feb 2024 11:31:29 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Eventstream/Ingest-Data-from-Streaming-API/m-p/3672831#M35</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-02-01T11:31:29Z</dc:date>
    </item>
    <item>
      <title>Re: Ingest Data from Streaming API</title>
      <link>https://community.fabric.microsoft.com/t5/Eventstream/Ingest-Data-from-Streaming-API/m-p/3675385#M36</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="683863" data-lia-user-login="BW_RFA" class="lia-mention lia-mention-user"&gt;BW_RFA&lt;/a&gt;&amp;nbsp;,&lt;BR /&gt;&lt;BR /&gt;We haven’t heard from you on the last response and was just checking back to see if you have a resolution yet .&lt;BR /&gt;In case if you have any resolution please do share that same with the community as it can be helpful to others . &lt;BR /&gt;Otherwise, will respond back with the more details and we will try to help .&lt;/P&gt;</description>
      <pubDate>Fri, 02 Feb 2024 10:54:40 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Eventstream/Ingest-Data-from-Streaming-API/m-p/3675385#M36</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-02-02T10:54:40Z</dc:date>
    </item>
    <item>
      <title>Re: Ingest Data from Streaming API</title>
      <link>https://community.fabric.microsoft.com/t5/Eventstream/Ingest-Data-from-Streaming-API/m-p/3675921#M37</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am building a custom app to ingest this data. Thank you for your help&lt;/P&gt;</description>
      <pubDate>Fri, 02 Feb 2024 15:46:10 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Eventstream/Ingest-Data-from-Streaming-API/m-p/3675921#M37</guid>
      <dc:creator>BW_RFA</dc:creator>
      <dc:date>2024-02-02T15:46:10Z</dc:date>
    </item>
    <item>
      <title>Re: Ingest Data from Streaming API</title>
      <link>https://community.fabric.microsoft.com/t5/Eventstream/Ingest-Data-from-Streaming-API/m-p/4590255#M379</link>
      <description>&lt;P&gt;How did you end up doing it?&lt;/P&gt;</description>
      <pubDate>Fri, 28 Feb 2025 14:44:37 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Eventstream/Ingest-Data-from-Streaming-API/m-p/4590255#M379</guid>
      <dc:creator>jerrycaleb</dc:creator>
      <dc:date>2025-02-28T14:44:37Z</dc:date>
    </item>
  </channel>
</rss>

