<?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>idea From now on, please track this idea from the Ideation por... in Suggest an Idea</title>
    <link>https://community.qlik.com/t5/Suggest-an-Idea/Big-Query-endpoint-Create-Streaming-Capabilities/idc-p/2099974#M13247</link>
    <description>&lt;P&gt;From now on, please track this idea from the Ideation portal.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;A title="Link to new idea" href="https://ideation.qlik.com/app/#/case/274970" target="_blank" rel="noopener"&gt;Link to new idea&lt;/A&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Meghann&lt;/P&gt;&lt;P data-unlink="true"&gt;&lt;EM&gt;NOTE: Upon clicking this link 2 tabs may open - please feel free to close the one with a login page. If you &lt;STRONG&gt;only&lt;/STRONG&gt; see 1 tab with the login page, please try clicking this link first: &lt;STRONG&gt;&lt;A title="Authenticate me!" href="#" target="_blank" rel="noopener"&gt;Authenticate me!&lt;/A&gt;&lt;/STRONG&gt;&amp;nbsp;t&lt;/EM&gt;&lt;EM&gt;hen try the link above again. Ensure pop-up blocker is off.&lt;/EM&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 02 Aug 2023 15:08:37 GMT</pubDate>
    <dc:creator>Meghann_MacDonald</dc:creator>
    <dc:date>2023-08-02T15:08:37Z</dc:date>
    <item>
      <title>Big Query endpoint: Create Streaming Capabilities</title>
      <link>https://community.qlik.com/t5/Suggest-an-Idea/Big-Query-endpoint-Create-Streaming-Capabilities/idi-p/1997595</link>
      <description>&lt;P&gt;Google is&amp;nbsp;telling us that the current Qlik implementation of its Big Query endpoint uses “micro-batching” to get data into Big Query.&amp;nbsp; While that does work, it does run afoul of a couple of quotas, limiting the number of batches a day, and the number of tables/partitions in a project.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Can you create another version of the endpoint that utilizes their latest streaming ingestion, using their new Write API?&amp;nbsp; Here are a couple of references:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://cloud.google.com/bigquery/docs/write-api" target="_self"&gt;https://cloud.google.com/bigquery/docs/write-api&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://cloud.google.com/blog/topics/developers-practitioners/bigquery-write-api-explained-overview-write-api" target="_blank"&gt;BigQuery Write API explained: An overview of the Write API | Google Cloud Blog&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Some of the advantages:&lt;/P&gt;
&lt;P class="lia-indent-padding-left-30px"&gt;&lt;FONT size="2"&gt;&lt;STRONG&gt;Exactly-once delivery semantics.&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;The Storage Write API supports exactly-once semantics through the use of stream offsets. Unlike the&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;CODE dir="ltr" translate="no"&gt;tabledata.insertAll&lt;/CODE&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;method, the Storage Write API never writes two messages that have the same offset within a stream, if the client provides stream offsets when appending records.&lt;/FONT&gt;&lt;/P&gt;
&lt;P class="lia-indent-padding-left-30px"&gt;&lt;FONT size="2"&gt;&lt;STRONG&gt;Stream-level transactions.&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;You can write data to a stream and commit the data as a single transaction. If the commit operation fails, you can safely retry the operation.&lt;/FONT&gt;&lt;/P&gt;
&lt;P class="lia-indent-padding-left-30px"&gt;&lt;FONT size="2"&gt;&lt;STRONG&gt;Transactions across streams.&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;Multiple workers can create their own streams to process data independently. When all the workers have finished, you can commit all of the streams as a transaction.&lt;/FONT&gt;&lt;/P&gt;
&lt;P class="lia-indent-padding-left-30px"&gt;&lt;FONT size="2"&gt;&lt;STRONG&gt;Efficient protocol.&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;The Storage Write API is more efficient than the older&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;CODE dir="ltr" translate="no"&gt;insertAll&lt;/CODE&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;method because it uses gRPC streaming rather than REST over HTTP. The Storage Write API also supports binary formats in the form of protocol buffers, which are a more efficient wire format than JSON. Write requests are asynchronous with guaranteed ordering.&lt;/FONT&gt;&lt;/P&gt;
&lt;P class="lia-indent-padding-left-30px"&gt;&lt;FONT size="2"&gt;&lt;STRONG&gt;Schema update detection.&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;If the underlying table schema changes while the client is streaming, then the Storage Write API notifies the client. The client can decide whether to reconnect using the updated schema, or continue to write to the existing connection.&lt;/FONT&gt;&lt;/P&gt;
&lt;P class="lia-indent-padding-left-30px"&gt;&lt;FONT size="2"&gt;&lt;STRONG&gt;Lower cost&lt;/STRONG&gt;. The Storage Write API has a significantly lower cost than the older&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;CODE dir="ltr" translate="no"&gt;insertAll&lt;/CODE&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;streaming API. In addition, you can ingest up to 2&amp;nbsp;TB per month for free.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 27 Oct 2022 12:40:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Suggest-an-Idea/Big-Query-endpoint-Create-Streaming-Capabilities/idi-p/1997595</guid>
      <dc:creator>joseph_jbh</dc:creator>
      <dc:date>2022-10-27T12:40:00Z</dc:date>
    </item>
    <item>
      <title>Re: Big Query endpoint: Create Streaming Capabilities</title>
      <link>https://community.qlik.com/t5/Suggest-an-Idea/Big-Query-endpoint-Create-Streaming-Capabilities/idc-p/2010589#M10923</link>
      <description>&lt;P&gt;In our POC with google, we're using qlik replicate to push to kafka into 2 different topics. One topic is to store the cdc records and the other is to store schema changes. The format of the data is stored in json format. From there we have a Dataflow (google manage product of apache beam) that read the json format and insert data to BQ table. Again the purpose of the Dataflow is to reads cdc records from Kafka (json format) and reformat and appends records to BQ tables.&lt;/P&gt;
&lt;P&gt;In this ideation, we're looking if Qlik can create a new end point for BQ where it can remove the need for Kafka and Dataflow. The process itself only involves append process (no need to actually apply insert/update/delete in BQ). Once the data is stored chronologically in BQ, my team can build a view that will make the user see only the latest data.&lt;/P&gt;
&lt;P&gt;Currently the Dataflow is also creating the view... so ideally we would like Qlik also handles the view creation.&lt;/P&gt;</description>
      <pubDate>Tue, 29 Nov 2022 18:59:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Suggest-an-Idea/Big-Query-endpoint-Create-Streaming-Capabilities/idc-p/2010589#M10923</guid>
      <dc:creator>Bayu</dc:creator>
      <dc:date>2022-11-29T18:59:56Z</dc:date>
    </item>
    <item>
      <title>Re: Big Query endpoint: Create Streaming Capabilities</title>
      <link>https://community.qlik.com/t5/Suggest-an-Idea/Big-Query-endpoint-Create-Streaming-Capabilities/idc-p/2033506#M11805</link>
      <description>&lt;P&gt;Hey Joe - We do in fact have this request on our radar&amp;nbsp; for Replicate and our Qlik Cloud DI. It is a relatively high priority, but we have not started the work yet.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can always ping me directly (you have my email) &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt; and I will keep you up to date.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;--bobv--&lt;/P&gt;</description>
      <pubDate>Thu, 02 Feb 2023 18:33:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Suggest-an-Idea/Big-Query-endpoint-Create-Streaming-Capabilities/idc-p/2033506#M11805</guid>
      <dc:creator>bobvecchione</dc:creator>
      <dc:date>2023-02-02T18:33:11Z</dc:date>
    </item>
    <item>
      <title>Re: Big Query endpoint: Create Streaming Capabilities</title>
      <link>https://community.qlik.com/t5/Suggest-an-Idea/Big-Query-endpoint-Create-Streaming-Capabilities/idc-p/2033525#M11806</link>
      <description>&lt;P&gt;Excellent news....Thanks for the update,&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/128294"&gt;@bobvecchione&lt;/a&gt;&amp;nbsp;!&lt;/P&gt;</description>
      <pubDate>Thu, 02 Feb 2023 19:17:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Suggest-an-Idea/Big-Query-endpoint-Create-Streaming-Capabilities/idc-p/2033525#M11806</guid>
      <dc:creator>joseph_jbh</dc:creator>
      <dc:date>2023-02-02T19:17:18Z</dc:date>
    </item>
    <item>
      <title>Re: Big Query endpoint: Create Streaming Capabilities</title>
      <link>https://community.qlik.com/t5/Suggest-an-Idea/Big-Query-endpoint-Create-Streaming-Capabilities/idc-p/2056394#M12469</link>
      <description>&lt;P&gt;Hello Joseph,&lt;/P&gt;
&lt;P&gt;Wanted to update you that we did initial evaluation of this feature with the R&amp;amp;D and we have added it to our roadmap.&lt;/P&gt;
&lt;P&gt;It's important item both for Replicate and Qlik cloud Data Integration, but it's not something we will be targeting in the short term, as this is not a straightforward implementation, and we are currently tied with other engagements.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 03 Apr 2023 18:18:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Suggest-an-Idea/Big-Query-endpoint-Create-Streaming-Capabilities/idc-p/2056394#M12469</guid>
      <dc:creator>marina_marshak</dc:creator>
      <dc:date>2023-04-03T18:18:17Z</dc:date>
    </item>
    <item>
      <title>Re: Big Query endpoint: Create Streaming Capabilities - Status changed to: Open - On Roadmap</title>
      <link>https://community.qlik.com/t5/Suggest-an-Idea/Big-Query-endpoint-Create-Streaming-Capabilities/idc-p/2056395#M12470</link>
      <description />
      <pubDate>Mon, 03 Apr 2023 18:18:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Suggest-an-Idea/Big-Query-endpoint-Create-Streaming-Capabilities/idc-p/2056395#M12470</guid>
      <dc:creator>marina_marshak</dc:creator>
      <dc:date>2023-04-03T18:18:38Z</dc:date>
    </item>
    <item>
      <title>From now on, please track this idea from the Ideation por...</title>
      <link>https://community.qlik.com/t5/Suggest-an-Idea/Big-Query-endpoint-Create-Streaming-Capabilities/idc-p/2099974#M13247</link>
      <description>&lt;P&gt;From now on, please track this idea from the Ideation portal.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;A title="Link to new idea" href="https://ideation.qlik.com/app/#/case/274970" target="_blank" rel="noopener"&gt;Link to new idea&lt;/A&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Meghann&lt;/P&gt;&lt;P data-unlink="true"&gt;&lt;EM&gt;NOTE: Upon clicking this link 2 tabs may open - please feel free to close the one with a login page. If you &lt;STRONG&gt;only&lt;/STRONG&gt; see 1 tab with the login page, please try clicking this link first: &lt;STRONG&gt;&lt;A title="Authenticate me!" href="#" target="_blank" rel="noopener"&gt;Authenticate me!&lt;/A&gt;&lt;/STRONG&gt;&amp;nbsp;t&lt;/EM&gt;&lt;EM&gt;hen try the link above again. Ensure pop-up blocker is off.&lt;/EM&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 02 Aug 2023 15:08:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Suggest-an-Idea/Big-Query-endpoint-Create-Streaming-Capabilities/idc-p/2099974#M13247</guid>
      <dc:creator>Meghann_MacDonald</dc:creator>
      <dc:date>2023-08-02T15:08:37Z</dc:date>
    </item>
    <item>
      <title>Re: Big Query endpoint: Create Streaming Capabilities - Status changed to: Closed - Archived</title>
      <link>https://community.qlik.com/t5/Suggest-an-Idea/Big-Query-endpoint-Create-Streaming-Capabilities/idc-p/2099975#M13248</link>
      <description />
      <pubDate>Wed, 02 Aug 2023 15:08:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Suggest-an-Idea/Big-Query-endpoint-Create-Streaming-Capabilities/idc-p/2099975#M13248</guid>
      <dc:creator>Ideation</dc:creator>
      <dc:date>2023-08-02T15:08:39Z</dc:date>
    </item>
  </channel>
</rss>

