Skip to main content

Postgres

2024

Implementing a system test for Popyka
Let’s create a system test for Popyka (a system designed to capture database changes and publish them to Kafka), emphasizing a black-box approach, treating Popyka as a whole system and focusing on verifying its functionality end to end.
From Zero to CDC: A 3-days Agile Journey to the PoC
In this post, we’ll explore some technical aspects of constructing a lightweight Python-based CDC system. However, the core focus here is on the techniques that unlock rapid iteration and efficiency, particularly when navigating significant uncertainty. We’ll use PostgreSql and Kafka.