Kuvasz-streamer: open-source CDC for Postgres for low latency replication
1–10 of 51 posts
Re: Kuvasz-streamer: open-source CDC for Postgres for low latency replication
#2Re: Kuvasz-streamer: open-source CDC for Postgres for low latency replication
#3Re: Kuvasz-streamer: open-source CDC for Postgres for low latency replication
#4Re: Kuvasz-streamer: open-source CDC for Postgres for low latency replication
#5Re: Kuvasz-streamer: open-source CDC for Postgres for low latency replication
#6Re: Kuvasz-streamer: open-source CDC for Postgres for low latency replication
#7lots of Go based CDC stuff going on these days. Redpanda Connect (formerly benthos) recently added support for Postgres CDC [1] and MySQL is coming soon too [2]. 1: https://github.com/redpanda-data/connect/pull/2917 2: https://github.com/redpanda-data/connect/pull/3014
* pgstream: https://github.com/xataio/pgstream
* pg_flo: https://github.com/pgflo/pg_flo
Are there others? Each of them has slightly different angles and messaging, but it is interesting to see.
Re: Kuvasz-streamer: open-source CDC for Postgres for low latency replication
#8lots of Go based CDC stuff going on these days. Redpanda Connect (formerly benthos) recently added support for Postgres CDC [1] and MySQL is coming soon too [2]. 1: https://github.com/redpanda-data/connect/pull/2917 2: https://github.com/redpanda-data/connect/pull/3014
From the newish Go-based Postgres CDC tools, I know about: * pgstream: https://github.com/xataio/pgstream * pg_flo: https://github.com/pgflo/pg_flo Are there others? Each of them has slightly different angles and messaging, but it is interesting to see.