Real-time CDC using PostgreSQL, Debezium and Redpanda

Change Data Capture (CDC) is a robust design pattern commonly employed to track any modifications in a database. It enables the comprehensive monitoring of both data and schema alterations. The recorded data can subsequently serve as a critical input for decision-making within the listening or processing application. Several prominent database…

Read More

Jenkins upgrade to 2.401.1

Jenkins, an open-source automation server, plays a crucial role in continuous integration and continuous delivery (CI/CD) processes. Updates are essential to keep Jenkins running smoothly and to benefit from the latest features, bug fixes, and security patches. In this blog post, we will explore the process of upgrading Jenkins…

Read More

Migrating from Packer to EC2 Image Builder

Baking Amazon Machine Images (AMIs) offers significant advantages in deploying preconfigured EC2 instances quickly and efficiently. It eliminates the need for repetitive setup tasks and is crucial for scaling infrastructure. In this blog post, we will explore two powerful tools, Packer and EC2 Image Builder, that facilitate automated, DevOps-friendly AMI…

Read More

Creating dashboards in OpenSearch

What is OpenSearch Dashboard? OpenSearch Dashboard is a web-based user interface that allows you to manage and visualize data stored in an OpenSearch cluster. With the OpenSearch Dashboard, you can create and save custom dashboards, set up alerts to be notified of changes in your data, and explore your data…

Read More

Challenges faced during PostgreSQL DB credentials rotation

In the recent past, we have seen many instances of data breaches targeting reputed companies across the globe. In today's business world, security has become one of the most crucial aspects of any organization. As more and more companies experience crippling security breaches, the wave of compromised data…

Read More