postgresql16

An Introduction to migrating from Oracle to PostgreSQL using ora2pg

Introduction: Here’s my first attempt at blogging about my favourite database PostgreSQL: The World’s Most Advanced Open Source Relational Database. With it’s robust features, open-source nature, and growing ecosystem, migrating to PostgreSQL opens up exciting new possibilities for your database … Read More

Streaming PostgreSQL Data to kafka Topics using Debezium

Introduction: In today’s fast-paced digital landscape, real-time data processing is no longer a luxury but a necessity. Businesses need to react to changes instantly, whether for updating inventories, personalising user experiences, or detecting fraud. This need for immediacy has led … Read More

Guide on Testing pgEdge Platform Multi-Master Replication

Introduction: In the realm of database management, ensuring the reliability and efficiency of replication systems is crucial. pgEdge Platform’s Multi-Master Replication (MMR) offers a robust solution for maintaining continuous synchronization across multiple servers, enhancing both availability and fault tolerance. But … Read More