KrahoDB: multi-master replication

From: Euler Taveira <euler(at)timbira(dot)com(dot)br>
To: pgsql-announce(at)postgresql(dot)org
Subject: KrahoDB: multi-master replication
Date: 2019-10-17 00:05:52
Message-ID: CAHE3wggoxf1XAQq_+LCkbWDm59VDhP+_fcR421=3YJ-9JsR-RA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-announce

KrahoDB provides a multi-master replication for PostgreSQL. It is
designed on the top of logical replication, providing bidirectional
replication, as well as row filtering. It takes advantage of
publish-subscribe model and implements two main features: origin
filtering and row filtering. The origin filtering allows data does not
return to its origin. It is the basis of bidirectional replication.
Row filtering can select which data will be sent to subscribers. It
means that some subscribers could receive partial data.

KrahoDB is a PostgreSQL fork. This is the first public release. We
provide versions based on PostgreSQL 10, 11, and 12. It is licensed
under PostgreSQL license.

Visit https://github.com/timbira/krahodb for download and details.

--
Euler Taveira Timbira -
http://www.timbira.com.br/
PostgreSQL: Consultoria, Desenvolvimento, Suporte 24x7 e Treinamento

Browse pgsql-announce by date

  From Date Subject
Next Message Akshay Joshi 2019-10-17 13:35:51 pgAdmin 4 v4.14 released
Previous Message Grigory Smolkin 2019-10-16 17:14:04 pg_probackup 2.2.3 released