{"id":18062188,"url":"https://github.com/messeb/cdc-postgresql-kafka","last_synced_at":"2025-10-25T03:12:56.612Z","repository":{"id":172650265,"uuid":"649528810","full_name":"messeb/cdc-postgresql-kafka","owner":"messeb","description":"Change Data Capture (CDC) with PostgreSQL and Kafka","archived":false,"fork":false,"pushed_at":"2023-06-05T04:41:21.000Z","size":6,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-04-05T13:11:24.954Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/messeb.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-06-05T04:37:42.000Z","updated_at":"2023-06-05T05:51:37.000Z","dependencies_parsed_at":null,"dependency_job_id":"2266e7d6-48f8-4dc0-8930-06d43bdb5f6a","html_url":"https://github.com/messeb/cdc-postgresql-kafka","commit_stats":null,"previous_names":["messeb/cdc-postgresql-kafka"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/messeb/cdc-postgresql-kafka","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/messeb%2Fcdc-postgresql-kafka","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/messeb%2Fcdc-postgresql-kafka/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/messeb%2Fcdc-postgresql-kafka/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/messeb%2Fcdc-postgresql-kafka/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/messeb","download_url":"https://codeload.github.com/messeb/cdc-postgresql-kafka/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/messeb%2Fcdc-postgresql-kafka/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267485662,"owners_count":24095291,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-07-28T02:00:09.689Z","response_time":68,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-31T05:06:06.987Z","updated_at":"2025-10-25T03:12:56.538Z","avatar_url":"https://github.com/messeb.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Change Data Capture (CDC) with PostgreSQL and Kafka\n\nTBD\n\n## Architecture\n\n```mermaid\nflowchart TB\n    subgraph Database App\n    pgamdmin[\"pgAdmin\"]--\u003epostgresql[(\"PostgreSQL\")]\n    end\n    subgraph Datastream\n    Zookeeper\u003c--\u003eKafka[\"Kafka\"]\n    end\n    subgraph Consumer \n    redpanda[\"Redpanda Console\"]\n    end\n    postgresql[(\"PostgreSQL\")]--\u003edebezium\u003e\"Debezium PostgreSQL Connector\"]\n    debezium\u003e\"Debezium PostgreSQL Connector\"]--\u003eKafka[\"Kafka\"]\n    Kafka[\"Kafka\"]--\u003eredpanda[\"Redpanda Console\"]\n    change([\"User\"])-. Change entry .-\u003epgamdmin[\"pgAdmin\"]\n    redpanda[\"Redpanda Console\"]-. Propagate Change .-\u003echanged([\"New Entry\"])\n```\n\n## Usage\n\n* Run the following command to start the docker containers:\n\n```\ndocker-compose up\n```\n\n* Access pgAdmin at http://localhost:8080 and login with the following credentials\n    * Email: dbuser@example.com\n    * Password: dbpassword\n    * Shop database credentials\n        * Host: postgresql\n        * Port: 5432\n        * Username: dbuser\n        * Password: dbpassword\n\n* Access Redpanda console at http://localhost:8081\n    * Products Update Topic: http://localhost:8081/topics/product-updates.public.products?p=-1\u0026s=50\u0026o=-1#messages\n\nUpdate an entry in the products table and see the change in the Redpanda console.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmesseb%2Fcdc-postgresql-kafka","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmesseb%2Fcdc-postgresql-kafka","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmesseb%2Fcdc-postgresql-kafka/lists"}