<?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: Change Data Capture with Databricks in Data Engineering</title>
    <link>https://community.databricks.com/t5/data-engineering/change-data-capture-with-databricks/m-p/59963#M31551</link>
    <description>&lt;P&gt;Hi,&amp;nbsp;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/4277"&gt;@isaac_gritz&lt;/a&gt;&amp;nbsp;can you provide any reference resource to achieve the AWS DynamoDB CDC to Delta Tables.&lt;BR /&gt;Thank You,&lt;/P&gt;</description>
    <pubDate>Mon, 12 Feb 2024 17:29:46 GMT</pubDate>
    <dc:creator>prasad95</dc:creator>
    <dc:date>2024-02-12T17:29:46Z</dc:date>
    <item>
      <title>Change Data Capture with Databricks</title>
      <link>https://community.databricks.com/t5/data-engineering/change-data-capture-with-databricks/m-p/33906#M24807</link>
      <description>&lt;P&gt;&lt;B&gt;How to leverage Change Data Capture (CDC) from your databases to Databricks&lt;/B&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Change Data Capture allows you to ingest and process only changed records from database systems to dramatically reduce data processing costs and enable real-time use cases such as real-time dashboards. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here are the steps for how you can use CDC with Databricks:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Leverage a Databricks CDC Partner tools like &lt;A href="https://www.databricks.com/partners/fivetran" alt="https://www.databricks.com/partners/fivetran" target="_blank"&gt;&lt;U&gt;Fivetran&lt;/U&gt;&lt;/A&gt;, &lt;A href="https://www.databricks.com/blog/2022/06/21/deploy-fully-managed-change-data-capture-pipelines-with-arcion-and-databricks-partner-connect.html" alt="https://www.databricks.com/blog/2022/06/21/deploy-fully-managed-change-data-capture-pipelines-with-arcion-and-databricks-partner-connect.html" target="_blank"&gt;&lt;U&gt;Arcion&lt;/U&gt;&lt;/A&gt;, &lt;A href="https://www.databricks.com/blog/2022/07/11/using-airbyte-for-unified-data-integration-into-databricks.html" alt="https://www.databricks.com/blog/2022/07/11/using-airbyte-for-unified-data-integration-into-databricks.html" target="_blank"&gt;&lt;U&gt;Airbyte&lt;/U&gt;&lt;/A&gt; and &lt;A href="https://www.databricks.com/company/partners/technology" alt="https://www.databricks.com/company/partners/technology" target="_blank"&gt;&lt;U&gt;more&lt;/U&gt;&lt;/A&gt; you can capture incremental changes from cloud and on-prem databases and ingest them into Delta Lake in real-time.&lt;/LI&gt;&lt;LI&gt;From there you can leverage &lt;A href="https://www.databricks.com/blog/2022/04/25/simplifying-change-data-capture-with-databricks-delta-live-tables.html" alt="https://www.databricks.com/blog/2022/04/25/simplifying-change-data-capture-with-databricks-delta-live-tables.html" target="_blank"&gt;&lt;U&gt;Delta Live Tables&lt;/U&gt;&lt;/A&gt; or a combination of &lt;A href="https://www.databricks.com/blog/2018/10/29/simplifying-change-data-capture-with-databricks-delta.html" alt="https://www.databricks.com/blog/2018/10/29/simplifying-change-data-capture-with-databricks-delta.html" target="_blank"&gt;&lt;U&gt;Delta Lake&lt;/U&gt;&lt;/A&gt;, AutoLoader (&lt;A href="https://docs.databricks.com/ingestion/auto-loader/index.html" alt="https://docs.databricks.com/ingestion/auto-loader/index.html" target="_blank"&gt;&lt;U&gt;AWS&lt;/U&gt;&lt;/A&gt;, &lt;A href="https://docs.microsoft.com/en-us/azure/databricks/ingestion/auto-loader/" alt="https://docs.microsoft.com/en-us/azure/databricks/ingestion/auto-loader/" target="_blank"&gt;&lt;U&gt;Azure&lt;/U&gt;&lt;/A&gt;, &lt;A href="https://docs.gcp.databricks.com/ingestion/auto-loader/index.html" alt="https://docs.gcp.databricks.com/ingestion/auto-loader/index.html" target="_blank"&gt;&lt;U&gt;GCP&lt;/U&gt;&lt;/A&gt;) and MERGE INTO (&lt;A href="https://docs.databricks.com/spark/latest/spark-sql/language-manual/delta-merge-into.html" alt="https://docs.databricks.com/spark/latest/spark-sql/language-manual/delta-merge-into.html" target="_blank"&gt;&lt;U&gt;AWS&lt;/U&gt;&lt;/A&gt;, &lt;A href="https://docs.microsoft.com/en-us/azure/databricks/spark/latest/spark-sql/language-manual/delta-merge-into" alt="https://docs.microsoft.com/en-us/azure/databricks/spark/latest/spark-sql/language-manual/delta-merge-into" target="_blank"&gt;&lt;U&gt;Azure&lt;/U&gt;&lt;/A&gt;, &lt;A href="https://docs.gcp.databricks.com/spark/latest/spark-sql/language-manual/delta-merge-into.html" alt="https://docs.gcp.databricks.com/spark/latest/spark-sql/language-manual/delta-merge-into.html" target="_blank"&gt;&lt;U&gt;GCP&lt;/U&gt;&lt;/A&gt;) to automatically pick up these change data files as they land and process only the changed records in real-time.&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is a &lt;A href="https://www.youtube.com/watch?v=kbQY6FEEaG8" alt="https://www.youtube.com/watch?v=kbQY6FEEaG8" target="_blank"&gt;&lt;U&gt;Data &amp;amp; AI Summit talk&lt;/U&gt;&lt;/A&gt; from GetYourGuide about how they saved 70% on ETL costs by moving to a CDC architecture using Databricks and Debezium.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How has moving to a CDC architecture helped your organization? Let us know in the comments!&lt;/P&gt;</description>
      <pubDate>Tue, 23 Aug 2022 07:10:35 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/change-data-capture-with-databricks/m-p/33906#M24807</guid>
      <dc:creator>isaac_gritz</dc:creator>
      <dc:date>2022-08-23T07:10:35Z</dc:date>
    </item>
    <item>
      <title>Re: Change Data Capture with Databricks</title>
      <link>https://community.databricks.com/t5/data-engineering/change-data-capture-with-databricks/m-p/59963#M31551</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/4277"&gt;@isaac_gritz&lt;/a&gt;&amp;nbsp;can you provide any reference resource to achieve the AWS DynamoDB CDC to Delta Tables.&lt;BR /&gt;Thank You,&lt;/P&gt;</description>
      <pubDate>Mon, 12 Feb 2024 17:29:46 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/change-data-capture-with-databricks/m-p/59963#M31551</guid>
      <dc:creator>prasad95</dc:creator>
      <dc:date>2024-02-12T17:29:46Z</dc:date>
    </item>
  </channel>
</rss>

