postgresql

Postgres db logo

High Availability in PostgreSQL: Replication with Docker

This post discusses the importance of High Availability in database systems, particularly focusing on implementing Streaming replication with PostgreSQL and Docker. It covers various solutions like Log Shipping, Streaming, and Cascading Replication.

software engineer standing beside server racks

Databases in AWS: RDS

Amazon Relational Database Service (RDS) is a managed relational database service that allows you to setup and operate SQL databases in the AWS cloud.

In this article we’ll discuss the RDS databases and their scalability and high availability.