Skip to main content

One post tagged with "PostgreSQL"

View All Tags

How to Create a PostgreSQL Delta Table in Google BigQuery

· 4 min read
warning

This is a legacy platform changelog. The information reflected here may not represent current functionality and some links may be broken.

In this guide, we will create a real-time data pipeline to create a delta table in BigQuery of changes from a PostgreSQL database using Meroxa. This pipeline will create, store, and update a table within BigQuery that contains a row for every insert, update, and delete operation from PostgreSQL.

PostgreSQL to BigQuery