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.
- Host: GitHub
- URL: https://github.com/rafiulgits/postgresql-cluster-management
- Owner: rafiulgits
- Created: 2025-01-12T04:32:36.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-14T08:25:45.000Z (over 1 year ago)
- Last Synced: 2025-02-14T09:30:36.494Z (over 1 year ago)
- Topics: citusdb, docker, docker-compose, postgres-cluster, postgres-extension, postgresql
- Homepage:
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)