This post illustrates the process of setting up streaming replication for a PostgreSQL 13 database with the TimescaleDB extension using Docker, in order to create a real-time 1:1 replica of the primary database.
This post demonstrates the creation of a Wildfly Docker image that includes support for TimescaleDB via the PostgreSQL JDBC driver, as well as the combination of the two using Docker Compose.
Creation of Book Manager, a compact Java application developed using the Test Driven Development (TDD) model in conjunction with Build Automation and Continuous Integration techniques.