https://github.com/rodo/pg-dbz-dev
PostgreSQL image used for debezium development
https://github.com/rodo/pg-dbz-dev
Last synced: 5 months ago
JSON representation
PostgreSQL image used for debezium development
- Host: GitHub
- URL: https://github.com/rodo/pg-dbz-dev
- Owner: rodo
- License: gpl-3.0
- Created: 2025-03-04T09:47:55.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-04T10:18:32.000Z (over 1 year ago)
- Last Synced: 2025-03-04T11:28:12.617Z (over 1 year ago)
- Language: Shell
- Size: 16.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# PostgreSQL image useful for debezium development
This image contains a PostgreSQL 17 with some objects predefine in it, the goal is to have a one liner postgresql useful when developing debezium, **do not use for production**.
The cluster contains two databases with tables in it, replication slot and publication are set in one of them, the second is to let debezium create these objects. The table are autofill with a cron job to ensure there is some activity.
The password of the users are the same as their name, auto/auto.
## Inside the cluster :
* two users :
* auto: with repication privilege
* manual: with repication privilege
* two databases
* auto : owner **auto**
* manual : owner **manual**
* table : books
* publication : manual
* replication slot : debezium