<?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: Replicating directly to a Persistent Stage area in Qlik Replicate</title>
    <link>https://community.qlik.com/t5/Qlik-Replicate/Replicating-directly-to-a-Persistent-Stage-area/m-p/1795708#M830</link>
    <description>&lt;P&gt;Thanks, I think what you are saying is that Compose will use Change data capture (CDC) over stage,&amp;nbsp; and then move that data (inserts, updates, deletes) to a subsequent process to a&amp;nbsp;&lt;EM&gt;persistent&lt;/EM&gt; stage.&amp;nbsp; We do &lt;STRONG&gt;NOT&lt;/STRONG&gt; want to use data vault for persistent stage, but simply a versioned copy of replicated stage, which will contain all history.&amp;nbsp; then Persistent stage will be the source for Kimball style dimensional data marts.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Dave&lt;/P&gt;</description>
    <pubDate>Tue, 30 Mar 2021 14:31:40 GMT</pubDate>
    <dc:creator>dadumas</dc:creator>
    <dc:date>2021-03-30T14:31:40Z</dc:date>
    <item>
      <title>Replicating directly to a Persistent Stage area</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Replicating-directly-to-a-Persistent-Stage-area/m-p/1794064#M820</link>
      <description>&lt;P&gt;I am working with a data warehouse that is using Qlik Replicate.&amp;nbsp; The architecture is as follows:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Qlik Replicate replicates source data to non-truncated stage tables into target database (stage rows are updated in place)&lt;/LI&gt;&lt;LI&gt;Data is ETL'd from stage into Data Vault (a middle database layer tracking all changes)&lt;/LI&gt;&lt;LI&gt;Data is ETL'd from Data Vault to a data mart dimensional schema&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;I would like to understand if the following is possible in Qlik Replicate:&amp;nbsp;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Qlik Replicate replicates source data to non-truncated stage tables (as above), &lt;STRONG&gt;BUT&lt;/STRONG&gt; during replication it detects deltas&amp;nbsp; (changes to pre existing rows and also source table deletes.&amp;nbsp; Where there are deltas to existing rows, , it writes new historically versioned records (start date, expiration date), and marks deleted source rows as soft deletes.&amp;nbsp; This would then become a Persistent Stage Area, and eliminate the need for the Data Vault middle layer.&lt;/LI&gt;&lt;LI&gt;ETL data directly from Persistent Stage to dimensional schema&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;If this is possible, it could save hundreds /thousands of hours, eliminating the need for a data vault layer, and all that goes with it.&amp;nbsp; If it's not possible, we could still ETL incremental loads to a separate Persistent Stage area layer which would track all the historical changes.&amp;nbsp; But less than optimal as we would have essentially 2 copies staging data, unless we pruned off the non-persistent stage each month (which we could do).&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Dave&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 15 Nov 2024 23:02:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Replicating-directly-to-a-Persistent-Stage-area/m-p/1794064#M820</guid>
      <dc:creator>dadumas</dc:creator>
      <dc:date>2024-11-15T23:02:35Z</dc:date>
    </item>
    <item>
      <title>Re: Replicating directly to a Persistent Stage area</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Replicating-directly-to-a-Persistent-Stage-area/m-p/1795472#M827</link>
      <description>Dave,&lt;BR /&gt;&lt;BR /&gt;What you are describing are requirements for Data Warehouse automation functionality add-ons to Replicate. We do have that - Qlik Compose ! Replicate Targets become Compose sources. Compose will leverage the 'Change Tracking' selected feature in your Replicate task to show Deltas&lt;BR /&gt;- Dave Hecksel I ( I for insert / original record )&lt;BR /&gt;- David Hecksel U ( U for update marking it as an update / update of original record on source )&lt;BR /&gt;&lt;BR /&gt;Take a look at this Demo for Compose automating the creation of a Data Warehouse and Data Mart for Analytics Ready data. • Qlik Compose Demo &lt;A href="https://www.youtube.com/watch?v=yT9fhJnFx4g" target="_blank"&gt;https://www.youtube.com/watch?v=yT9fhJnFx4g&lt;/A&gt; ( Agile Data Warehouse Automation: Do in Days and Weeks what takes Months and Years elsewhere ) 14 Minutes long&lt;BR /&gt;&lt;BR /&gt;Compose understands Replicate generated. Because Replicate is delivering real-time data, you inherit a near real-time Data Warehouse. Compose with automate: Creation of the Data Model ( using Datavault style or ingestion of an ERWIN model ), auto generate a set of ELT from that model. Auto generate a 2nd set of real-time ELT SQL. From there you load / update the Warehouse. You have the Warehouse now ( and continuously updating itself say 'every 10 minutes' ). How about a Data Mart? Pick a Fact table in the Warehouse. Compose with auto generate a Data Model ( Star Schema ) and generate both batch and real-time ELT sets for one or more Marts.&lt;BR /&gt;</description>
      <pubDate>Mon, 29 Mar 2021 23:16:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Replicating-directly-to-a-Persistent-Stage-area/m-p/1795472#M827</guid>
      <dc:creator>DataOps</dc:creator>
      <dc:date>2021-03-29T23:16:58Z</dc:date>
    </item>
    <item>
      <title>Re: Replicating directly to a Persistent Stage area</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Replicating-directly-to-a-Persistent-Stage-area/m-p/1795708#M830</link>
      <description>&lt;P&gt;Thanks, I think what you are saying is that Compose will use Change data capture (CDC) over stage,&amp;nbsp; and then move that data (inserts, updates, deletes) to a subsequent process to a&amp;nbsp;&lt;EM&gt;persistent&lt;/EM&gt; stage.&amp;nbsp; We do &lt;STRONG&gt;NOT&lt;/STRONG&gt; want to use data vault for persistent stage, but simply a versioned copy of replicated stage, which will contain all history.&amp;nbsp; then Persistent stage will be the source for Kimball style dimensional data marts.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Dave&lt;/P&gt;</description>
      <pubDate>Tue, 30 Mar 2021 14:31:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Replicating-directly-to-a-Persistent-Stage-area/m-p/1795708#M830</guid>
      <dc:creator>dadumas</dc:creator>
      <dc:date>2021-03-30T14:31:40Z</dc:date>
    </item>
  </channel>
</rss>

