Payment applications store important day-to-day data such as customers, merchants, KYC records, wallets, ledger entries, settlements, refunds, disputes, and device activity inside databases.
But this data cannot always be used directly for reporting or analytics from the same application database. In real projects, data is usually moved from the source system into a data lake first, so other teams and pipelines can safely use it.
In this pipeline, you will build that first step on Azure.
You will take fintech data from MySQL, load it into Azure Data Lake Storage, track each run using metadata tables, and load only new or changed records instead of reloading everything every time.
After completing this pipeline, you will be able to: