Set up and trigger webhooks in response to PostgreSQL data and schema changes using pgstream, a Change-Data-Capture (CDC) tool. The guide covers initial setup with Docker, webhook configuration, handling basic operations like inserts, updates, and deletes, as well as advanced features like sending old and new values during updates and managing schema changes. Detailed examples demonstrate how to automate workflows and trigger real-time notifications in your applications.
Table of contents
PreparationConfigurationThe webhooks listenerInsertsUpdatesIncluding old valuesDeletesLarge values / TOASTSchema change eventsConclusionSort: