Skip to content

keenborder786/Realtime-Change-Data-Capture-Streaming

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Realtime-Change-Data-Capture-Streaming

System Architecture

alt text

How to Run and Test the CDC Platform

  • Start the Services
docker-compose up -d
  • Run the SQL Script (This allow to capture CDC for some amount in more details)
docker-compose exec postgres psql -U postgres -d financial_db -f ./script.sql
  • Create the Connector
chmod +x connector.sh && ./connector.sh
  • Push Data to DB
conda create --name cdc_platform python=3.9.19 && source $(conda info --base)/etc/profile.d/conda.sh && conda activate cdc_platform && pip install psycopg2-binary faker && python main.py

alt text

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published