An open API service indexing awesome lists of open source software.

https://github.com/tinybirdco/demo-cdc-users-airline


https://github.com/tinybirdco/demo-cdc-users-airline

Last synced: 12 days ago
JSON representation

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.