https://github.com/tinybirdco/demo-cdc-users-airline
https://github.com/tinybirdco/demo-cdc-users-airline
Last synced: 12 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/tinybirdco/demo-cdc-users-airline
- Owner: tinybirdco
- License: apache-2.0
- Created: 2023-07-17T11:11:31.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-07-03T13:44:04.000Z (almost 2 years ago)
- Last Synced: 2025-02-27T05:24:32.639Z (over 1 year ago)
- Language: Python
- Size: 6.65 MB
- Stars: 1
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: license.txt
Awesome Lists containing this project
README
# CDC Demo
This repository serves as a historical reference and **is not ** production ready code, please use as a reference only and contact support@tinybird.co for further help.
If you want to read more about doing change data capture processing with Tinybird, consider these articles:
* https://www.tinybird.co/blog-posts/real-time-change-data-capture
* https://www.tinybird.co/blog-posts/postgres-cdc
* https://www.tinybird.co/blog-posts/mysql-cdc
* https://www.tinybird.co/blog-posts/mongodb-cdc
## Overview
The CDC Demo repository contains two examples of Change Data Capture (CDC) processing in Tinybird. It showcases how to capture and process real-time data changes from different sources.
## Instructions
For detailed instructions on how to run the CDC processing examples, please refer to the following files:
- [readme_airport.md](./readme_airport.md): Instructions for CDC processing related to multi-table ingest using baggage checkin at an airport as an example.
- [readme_users.md](./readme_users.md): Instructions for CDC processing related to single-table data using a simple users table as an example.
Please note that these examples are provided for reference purposes only and may not reflect the latest best practices for CDC processing.