Skip to content

muhammadkorra/crunchydb-docker-compose

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Minimal Crunchy PostgreSQL setup for Dev Environment

Provide a minimal HA PostgreSQL Development environment for developers to test their code with replicated PostgreSQL.

This is not an Optimal setup for Production environments. You may need to do a little bit of tweaking.

Crunchy PostgreSQL leverages built-in Streaming Replication to keep the Primary and Standby Node In-sync. PGPool-II acts as a Load Balancer for READ queries (Sent to both nodes) and WRITE/UPDATE/DELETE queries are sent to the primary node.

Requirements

  • docker-compose

RUN

$ sudo chmod +x start.sh
$ ./start.sh

Takedown

$ sudo chmod +x cleanup.sh
$ ./cleanup.sh

Releases

No releases published

Packages

No packages published

Languages