Skip to content

faymard/postgres-bidirectional-replication

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Experimenting bi-driectional replication on PostgreSQL 16+

This repository contains notebook(s) about bidirectional replication on PostgreSQL.

The main goal was to use the new ORIGIN argument introduced in PostgreSQL 16.0, to see how it would facilitate bidirectional logical replication by not using pglogical anymore, as it was mandatory before that.

Usage

docker compose up -d

Then connect to http://localhost:8888 to open Jupyter and start running the notebook.

About

Using bidirectional replication capabilities in PostgreSQL 16

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages