/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

debezium.io
| | www.morling.dev
3.9 parsecs away

Travel
| | Do you remember Angus "Mac" MacGyver? The always creative protagonist of the popular 80ies/90ies TV show, who could solve about any problem with nothing more than a Swiss Army knife, duct tape, shoe strings and a paper clip? The single message transformations (SMTs) of Kafka Connect are almost as versatile as MacGyver's Swiss Army knife: How to change the timezone or format of date/time message fields? How to change the topic a specific message gets sent to? How to filter out specific records? SMTs can b...
| | wecode.wepay.com
0.3 parsecs away

Travel
| | Debezium is an open source distributed platform for change data capture. Start it up, point it at your databases, and your apps can start responding to all of the inserts, updates, and deletes that other apps commit to your databases. Debezium is durable and fast, so your apps can respond quickly and never miss an event, even when things go wrong.
| | engineering.zalando.com
2.2 parsecs away

Travel
| | Contributing to the PostgreSQL JDBC Driver to address the issue of runaway WAL growth in Logical Replication
| | philipotoole.com
25.8 parsecs away

Travel
| rqlite is a lightweight, open-source, distributed relational database written in Go, which uses SQLite as its storage engine. Development for the 9.0 release has started, and should be an important release. The main goals for 9.0 include: Change Data Capture (CDC). CDC will allow you to stream changes from rqlite as they happen. This long-requested...