PostgreSQL Change Data Capture and Golang Sample Codeby@slotix
1,098 reads

PostgreSQL Change Data Capture and Golang Sample Code

tldt arrow
Read on Terminal Reader
Read this story w/o Javascript

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

@slotix

Dmitry Narizhnykh


Receive Stories from @slotix

react to story with heart
Dmitry Narizhnykh HackerNoon profile picture
by Dmitry Narizhnykh @slotix.We help people to transfer data between the most popular databases.
Read My Stories

RELATED STORIES

L O A D I N G
. . . comments & more!
Hackernoon hq - po box 2206, edwards, colorado 81632, usa