how to replicate ongoing changes of on prem database to data lake?

Seuli Das Majumder 101 Reputation points
2020-06-19T17:52:50.293+00:00

Like AWS DMS handles ongoing replication and update bucket with respective files, what is available in azure to manage ongoing changes occurring at on-prem sql database?
Initially it requires to do a full load in my data lake storage which can be achieve by copy data functionality available in ADF.
Next it is required to capture all changes I have in respective CDC tables in SQL database. How to get those?

Azure Database Migration service
Azure Data Lake Storage
Azure Data Lake Storage
An Azure service that provides an enterprise-wide hyper-scale repository for big data analytic workloads and is integrated with Azure Blob Storage.
1,333 questions
Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,200 questions
Azure Migrate
Azure Migrate
A central hub of Azure cloud migration services and tools to discover, assess, and migrate workloads to the cloud.
716 questions
Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
9,471 questions
0 comments No comments
{count} votes

Accepted answer
  1. ChiragMishra-MSFT 951 Reputation points
    2020-06-22T05:56:58.553+00:00

    Hi @Seuli Das Majumder ,

    Once you have done a full load in your ADLS using copy activity, there are a couple of options to do an "Incremental Copy" listed out here :

    https://learn.microsoft.com/en-us/azure/data-factory/tutorial-incremental-copy-overview

    You can set up a pipeline that has an incremental copy setup using one of the options mentioned in the above doc. Additionally, you can set up a Tumbling window trigger to run at a fixed frequency to copy the incremental records :

    https://learn.microsoft.com/en-us/azure/data-factory/how-to-create-tumbling-window-trigger

    Hope this helps.


0 additional answers

Sort by: Most helpful