An open API service indexing awesome lists of open source software.

https://github.com/rafiulgits/postgresql-cluster-management

Some of my personal experimental scripts of PostgreSQL database management.
https://github.com/rafiulgits/postgresql-cluster-management

citusdb docker docker-compose postgres-cluster postgres-extension postgresql

Last synced: 2 months ago
JSON representation

Some of my personal experimental scripts of PostgreSQL database management.

Awesome Lists containing this project

README

          

# PostgreSQL Cluster Management

Some of my personal experimental scripts of PostgreSQL database management.

**Requirements**

* Basic understanding of PostgreSQL and clustering
* Docker installation
* PostgreSQL extensions (citus, timescale)

**Scripts**

1. [PostgreSQL Replication Cluster ](https://github.com/rafiulgits/postgresql-cluster-management/blob/main/postgresql-replication/README.md)
2. [Citus Multi-Tenancy Cluster](https://github.com/rafiulgits/postgresql-cluster-management/blob/main/citus-multi-tenancy/README.md)