Included in Data0to1 Project Library
Scheduled batch ingestion is useful, but many systems need database changes to arrive much faster.
In healthcare systems, new lab orders, lab results, medication updates, billing charges, and patient record changes may happen throughout the day. Instead of waiting for the next batch run, teams often capture inserts, updates, and deletes directly from the source database and move them into the data lake.
In this pipeline, you will build a PostgreSQL CDC pipeline using AWS DMS. You will configure logical replication, capture database changes, write CDC data into Amazon S3, and validate the captured changes using the AWS data lake layer.
After completing this pipeline, you will be able to:
Get access to the project code, setup files, architecture walkthrough, implementation videos, and support.