GitHub - aws/pgactive
Active-active Replication Extension for PostgreSQL (pgactive)
pgactive is a PostgreSQL replication extension for creating an active-active database.
Documentation
Overview
Security
License
Overview
Database replication is a method that copies changes between databases instances, and is a key component for use cases like high availability, reducing latency between an application and its source data, moving data between systems such as production and test, infrastructure migration, and others. Rel...
Read more at github.com