paint-brush
PostgreSQL Change Data Capture and Golang Sample Codeby@slotix
1,271 reads
1,271 reads

PostgreSQL Change Data Capture and Golang Sample Code

by Dmitry Narizhnykh15mMay 10th, 2022
Read on Terminal Reader
Read this story w/o Javascript
tldt arrow

Too Long; Didn't Read

Change data capture (CDC) is an approach to data integration to detect, capture, and deliver the changes made to database data sources. Postgres offers two built-in ways to make CDC possible: From Transaction logs, from Write Ahead Logs and from Database Triggers. Log-based CDC is generally considered the superior approach to change data capture applicable to all possible scenarios, including systems with extremely high transaction volumes. Using Postgres Logical Decoding or Postgres logical replication feature is the only way to stream data changes as they happen.

Companies Mentioned

Mention Thumbnail
Mention Thumbnail
featured image - PostgreSQL Change Data Capture and Golang Sample Code
Dmitry Narizhnykh HackerNoon profile picture
Dmitry Narizhnykh

Dmitry Narizhnykh

@slotix

We help people to transfer data between the most popular databases.

L O A D I N G
. . . comments & more!

About Author

Dmitry Narizhnykh HackerNoon profile picture
Dmitry Narizhnykh@slotix
We help people to transfer data between the most popular databases.

TOPICS

THIS ARTICLE WAS FEATURED IN...

Permanent on Arweave
Read on Terminal Reader
Read this story in a terminal
 Terminal
Read this story w/o Javascript
Read this story w/o Javascript
 Lite
Also published here