Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/brabster/northwind_dms_cdc
Change Data Capture CSV sample from AWS DMS
https://github.com/brabster/northwind_dms_cdc
Last synced: 1 day ago
JSON representation
Change Data Capture CSV sample from AWS DMS
- Host: GitHub
- URL: https://github.com/brabster/northwind_dms_cdc
- Owner: brabster
- Created: 2024-06-12T16:32:50.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-09-16T18:54:48.000Z (2 months ago)
- Last Synced: 2024-09-16T23:49:21.288Z (2 months ago)
- Language: PLpgSQL
- Size: 177 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Resources supporting my series on CDC with AWS DMS.
## CDC Dataset: [cdc](cdc)
Want to get hands on with CDC output? This directory contains the complete CSV dataset produced when I ran the example transactions are run through an instance of the CDC pipeline described by this repository.
## Setup CDC Pipeline: [cloudformation](cloudformation)
Cloudformation templates and bootstrapping resources to set up a minimal RDS (Aurora PostgreSQL Serverless) instance and a DMS full load with CDC replication to an S3 bucket.
Instructions in the [README](cloudformation/README.md).## Setup Athena Analytics: [athena](athena)
Athena SQL queries to create external table resources over `orders` and `order_details` CDC output.
## Example Transactions: [transactions](transactions)
Example transactions used in the series to illustrate various aspects of CDC behaviour.