Change Data Capture(CDC) With DB

Suraj Mishra
3 min readJul 18, 2020

In this blog we will see how to capture delete operations from database when we build data pipeline.

https://unsplash.com/photos/9AxFJaNySB8

Introduction

When we build a data pipeline the first step in the process is to identify the data source and how to extract that data in order to process.

During data extraction INSERT, UPDATE, SELECT queries can be performed without any concern but…

--

--