BLOG TAG

Postgres

Postgres image

PostgreSQL is a powerful, open source object-relational database system with over 30 years of active development that has earned it a strong reputation for reliability, feature robustness, and performance.

Here are some articles tagged with "Postgres" :

Debezium for CDC : Postgres to Postgres image

Debezium for CDC : Postgres to Postgres

0 viewed

Ever wondered how to duplicate your database in real time without pain? There is Change Data Capture which we will combine with Debezium to stream the data changes into Kafka topic and make use of it. This post uses Postgres to Postgres databases for the example.

Published at 7/20/2022, 9:25:00 AM