<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
    <title>replication</title>
    <link rel="self" type="application/atom+xml" href="https://links.biapy.com/guest/tags/524/feed"/>
    <updated>2026-08-03T11:14:56+00:00</updated>
    <id>https://links.biapy.com/guest/tags/524/feed</id>
            <entry>
            <id>https://links.biapy.com/links/13232</id>
            <title type="text"><![CDATA[Thundersnap]]></title>
            <link rel="alternate" href="https://github.com/tailscale/thundersnap/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/13232"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Thundering Herd replication and Thanos Snap durability, together at last.

Thundersnap is a collection of new and old ideas in distributed filesystem design. It’s named after the primary two ways this early version is likely to fail: the thundering herd (its mesh replication protocol) and the Thanos Snap (which is likely to lose roughly half your data).

Related contents:

- [thundersnap 0.01: an undo button for everything @ apenwarr](https://apenwarr.ca/log/20260704).]]>
            </summary>
            <updated>2026-07-06T13:15:23+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/10607</id>
            <title type="text"><![CDATA[Spock Multi-Master Replication for PostgreSQL]]></title>
            <link rel="alternate" href="https://github.com/pgEdge/spock?utm_source=tldrnewsletter" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/10607"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Logical multi-master PostgreSQL replication.]]>
            </summary>
            <updated>2025-10-10T11:56:43+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/10555</id>
            <title type="text"><![CDATA[Litestream]]></title>
            <link rel="alternate" href="https://litestream.io/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/10555"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Streaming SQLite Replication.

Stop building slow, complex, fragile software systems. Safely run your application on a single server. 

Litestream is a standalone disaster recovery tool for SQLite. It runs as a background process and safely replicates changes incrementally to another file or S3. Litestream only communicates with SQLite through the SQLite API so it will not corrupt your database.

- [Litestream @ GitHub](https://github.com/benbjohnson/litestream).

Related contents:

- [Litestream v0.5.0 is Here @ Fly.io blog](https://fly.io/blog/litestream-v050-is-here/).
- [SQLite is All You Need for Durable Workflows @ Obelisk](https://obeli.sk/blog/sqlite-is-all-you-need-for-durable-workflows/).]]>
            </summary>
            <updated>2026-06-04T13:16:59+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/350</id>
            <title type="text"><![CDATA[pgactive]]></title>
            <link rel="alternate" href="https://github.com/aws/pgactive" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/350"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[pgactive is a PostgreSQL replication extension for creating an active-active database.]]>
            </summary>
            <updated>2026-01-23T15:18:37+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/418</id>
            <title type="text"><![CDATA[pgstream]]></title>
            <link rel="alternate" href="https://github.com/xataio/pgstream" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/418"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[PostgreSQL replication with DDL changes.

pgstream is an open source CDC command-line tool and library that offers Postgres replication support with DDL changes to any provided target.

Related contents:

- [Behind the scenes: Speeding up pgstream snapshots for PostgreSQL @ xata](https://xata.io/blog/behind-the-scenes-speeding-up-pgstream-snapshots-for-postgresql).]]>
            </summary>
            <updated>2025-08-28T17:07:48+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/1077</id>
            <title type="text"><![CDATA[Graft]]></title>
            <link rel="alternate" href="https://github.com/orbitinghail/graft" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/1077"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Graft is an open-source transactional storage engine optimized for lazy, partial, and strongly consistent replication—perfect for edge, offline-first, and distributed applications. 

Related contents:

- [Stop syncing everything @ SQLSync](https://sqlsync.dev/posts/stop-syncing-everything/).]]>
            </summary>
            <updated>2025-08-28T18:56:45+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/1110</id>
            <title type="text"><![CDATA[OLake]]></title>
            <link rel="alternate" href="https://olake.io/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/1110"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Fastest way to Replicate your Database data in Data Lake.
OLake makes data replication faster by parallelizing full loads, leveraging change streams for real-time sync, and pulling data in a database-native format for efficient ingestion.

Fastest open-source tool for replicating Databases to Apache Iceberg or Data Lakehouse. ⚡ Efficient, quick and scalable data ingestion for real-time analytics. Supporting Postgres, MongoDB and MySQL 

- [OLake @ GitHub](https://github.com/datazip-inc/olake).

Related contents:

- [Change Data Capture Tools @ Dev Genius&amp;#039; Medium](https://blog.devgenius.io/change-data-capture-tools-c0e4ee4434ac).]]>
            </summary>
            <updated>2025-08-28T19:02:48+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/1115</id>
            <title type="text"><![CDATA[DBConvert Streams]]></title>
            <link rel="alternate" href="https://docs.dbconvert.com/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/1115"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Migrate Databases and Stream Data Between Database Systems.

DBConvert Streams (DBS) is a cutting-edge distributed platform designed for data migration between heterogeneous databases and real-time data replication. It simplifies the process of transferring data between on-premises or cloud databases, including relational databases and data warehouses.

- [DBConvert Streams @ GitHub](https://github.com/slotix/dbconvert-streams-public).

Related contents:

- [Change Data Capture Tools @ Dev Genius&amp;#039; Medium](https://blog.devgenius.io/change-data-capture-tools-c0e4ee4434ac).]]>
            </summary>
            <updated>2025-08-28T19:02:50+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/1462</id>
            <title type="text"><![CDATA[PeerDB]]></title>
            <link rel="alternate" href="https://www.peerdb.io/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/1462"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Fast, Simple and a cost effective tool to replicate data from Postgres to Data Warehouses, Queues and Storage.

PeerDB is an ETL/ELT tool built for PostgreSQL. We implement multiple Postgres native and infrastructural optimizations to provide a fast, reliable and a feature-rich experience for moving data in/out of PostgreSQL.

- [PeerDB @ GitHub](https://github.com/PeerDB-io/peerdb).

Related contents:

- [Reliably Replicating Data Between PostgreSQL and ClickHouse Part 1 - PeerDB Open Source @ BenjaminWootton.com](https://benjaminwootton.com/insights/clickhouse-peerdb-cdc/).
- [Postgres Is the Gateway Drug @ Vignesh Ravichandran](https://viggy28.dev/article/postgres-gateway-drug/).]]>
            </summary>
            <updated>2026-03-23T16:36:55+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/1961</id>
            <title type="text"><![CDATA[Garnet]]></title>
            <link rel="alternate" href="https://microsoft.github.io/garnet/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/1961"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[A high-performance cache-store from Microsoft Research.

 Garnet is a remote cache-store from Microsoft Research that offers strong performance (throughput and latency), scalability, storage, recovery, cluster sharding, key migration, and replication features. Garnet can work with existing Redis clients. 

- [Garnet @ GitHub](https://github.com/microsoft/garnet).]]>
            </summary>
            <updated>2025-08-28T21:24:10+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/4207</id>
            <title type="text"><![CDATA[SeaweedFS]]></title>
            <link rel="alternate" href="https://github.com/seaweedfs/seaweedfs" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/4207"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[SeaweedFS is a fast distributed storage system for blobs, objects, files, and data lake, for billions of files! Blob store has O(1) disk seek, cloud tiering. Filer supports Cloud Drive, cross-DC active-active replication, Kubernetes, POSIX FUSE mount, S3 API, S3 Gateway, Hadoop, WebDAV, encryption, Erasure Coding.]]>
            </summary>
            <updated>2025-08-29T03:38:12+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/4208</id>
            <title type="text"><![CDATA[Garage]]></title>
            <link rel="alternate" href="https://garagehq.deuxfleurs.fr/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/4208"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[An open-source distributed storage service you can self-host to fullfill many needs.

Garage is an S3-compatible distributed object storage service designed for self-hosting at a small-to-medium scale.

Garage is designed for storage clusters composed of nodes running at different physical locations, in order to easily provide a storage service that replicates data at these different locations and stays available even when some servers are unreachable. Garage also focuses on being lightweight, easy to operate, and highly resilient to machine failures.

- [Garage @ Deuxfleurs&amp;#039; Git](https://git.deuxfleurs.fr/Deuxfleurs/garage).

Related contents:

- [Garage - Le stockage S3 open source taillé pour l&amp;#039;auto-hébergement @ Korben :fr:](https://korben.info/garage-stockage-s3-open-source-auto-hebergement.html).]]>
            </summary>
            <updated>2025-08-29T03:38:13+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/5406</id>
            <title type="text"><![CDATA[Pgpool-II]]></title>
            <link rel="alternate" href="https://www.pgpool.net/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/5406"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Pgpool-II is a middleware that works between PostgreSQL servers and a PostgreSQL database client.

Pgpool-II saves connections to the PostgreSQL servers, and reuse them whenever a new connection with the same properties (i.e. username, database, protocol version) comes in. It reduces connection overhead, and improves system&amp;#039;s overall throughput.]]>
            </summary>
            <updated>2025-08-29T06:57:56+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/7711</id>
            <title type="text"><![CDATA[rqlite]]></title>
            <link rel="alternate" href="https://github.com/otoolep/rqlite" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/7711"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Replicating SQLite using the Raft consensus protocol.
rqlite is a distributed system that provides a replicated SQLite database. rqlite is written in Go and uses Raft to achieve consensus across all the instances of the SQLite databases. rqlite ensures that every change made to the database is made to a quorum of SQLite files, or none at all.]]>
            </summary>
            <updated>2025-08-29T13:23:21+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/7718</id>
            <title type="text"><![CDATA[BeeGFS - The Parallel Cluster File System]]></title>
            <link rel="alternate" href="http://www.beegfs.com/content" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/7718"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[BeeGFS (formerly FhGFS) is the leading parallel cluster file system, developed with a strong focus on performance and designed for very easy installation and management. If I/O intensive workloads are your problem, BeeGFS is the solution.]]>
            </summary>
            <updated>2025-08-29T13:24:17+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/9273</id>
            <title type="text"><![CDATA[OpenAFS]]></title>
            <link rel="alternate" href="http://www.openafs.org/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/9273"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[AFS is a distributed filesystem product, pioneered at Carnegie Mellon University and supported and developed as a product by Transarc Corporation (now IBM Pittsburgh Labs). It offers a client-server architecture for federated file sharing and replicated read-only content distribution, providing location independence, scalability, security, and transparent migration capabilities. AFS is available for a broad range of heterogeneous systems including UNIX, Linux, MacOS X, and Microsoft Windows]]>
            </summary>
            <updated>2025-08-29T17:43:41+00:00</updated>
        </entry>
    </feed>
