GitHub - pgdogdev/pgdog: Horizontal scaling for PostgreSQL with automatic sharding.
PgDog is a transaction pooler and logical replication manager that can shard PostgreSQL. Written in Rust, PgDog is fast, secure and can manage hundreds of databases and hundreds of thousands of connections.
Documentation
📘 PgDog documentation can be found here. Any questions? Join our Discord.
Quick start
Kubernetes
Helm chart is here. To install it, run:
git clone https://github.com/pgdogdev/helm && \
cd helm && \
helm install -f values.yaml pgdog ./
Docker
You can try PgDog quickly using Dock...
Read more at github.com