TCapture Replication Server 1.0 Beta

From: TCapture via PostgreSQL Announce <announce-noreply(at)postgresql(dot)org>
To: PostgreSQL Announce <pgsql-announce(at)lists(dot)postgresql(dot)org>
Subject: TCapture Replication Server 1.0 Beta
Date: 2023-12-22 14:34:04
Message-ID: 170325564466.1876497.11141604341312428030@wrigleys.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-announce

We are pleased to announce the upcoming release of TCapture Replication Server 1.0 Beta
We are currently releasing a beta version for community testing.

TCapture is a bidirectional multi master replication server based on a 'capture and apply' asynchronous replica engine

Key Features

- Transactional. SQL are captured transactionally, can be coupled with surrounding business logic.
- Efficient. It capture transactions for replication from Write-Ahead Logs (WAL) instead of using triggers, eliminating overhead on master databases and significantly reduces latency
- Flexible. No limits on the number of producers or consumers, but complexity increases
- Reliable. Transactions are stored in PostgreSQL database – this adds the benefit of write ahead logging and crash recovery.
- Transparent. No impact on the applications already running on that database, since both engine and 'store database' can run separate from production databases.
- Easy to use. Simple to set up and configure, is an effective tool for data replication between different Postgres versions
- Open Source. No licensing fees, but occasionally you'll have to get your hands dirty

About TCapture
https://github.com/lab-sb/tcrepsrv-dev

To help you get started with TCapture, we have provided the following resources:
• Docs Page
• Source Code

Documentation
See docs, html documentation https://tcapturesupport.github.io/

Links & Credits
Thank to the users who reported bugs .

Links :
• Download: https://github.com/lab-sb/tcrepsrv-dev/releases
• Bug tracker: https://github.com/lab-sb/tcrepsrv-dev/issues

Browse pgsql-announce by date

  From Date Subject
Next Message HexaCluster via PostgreSQL Announce 2023-12-25 21:21:31 pgBadger v12.4 released
Previous Message yum.postgresql.org via PostgreSQL Announce 2023-12-21 12:21:37 Heads up: RPM GPG keys are changing on 3 Jan 2024 ( RHEL and Fedora )