A high-performance PostgreSQL connection pooler written in Rust that supports sharding, read/write splitting, load balancing, and automatic failover.
PgCat — PostgreSQL Pooler with Sharding and Load Balancing
A high-performance PostgreSQL connection pooler written in Rust that supports sharding, read/write splitting, load balancing, and automatic failover.
Este activo puede ser leído e instalado directamente por agents
TokRepo expone un comando CLI universal, contrato de instalación, metadata JSON, plan según adaptador y contenido raw para que los agents evalúen compatibilidad, riesgo y próximos pasos.
npx tokrepo install 30d2ad67-51a8-11f1-9bc6-00163e2b0d79Discusión
Activos relacionados
PgBouncer — Lightweight Connection Pooler for PostgreSQL
PgBouncer is a lightweight connection pooler for PostgreSQL that reduces database connection overhead. It sits between your application and PostgreSQL, multiplexing thousands of client connections over a small pool of server connections.
Stolon — Cloud-Native PostgreSQL High Availability Manager
Stolon is a cloud-native PostgreSQL high-availability manager written in Go. It uses a distributed consensus store (etcd, Consul, or Kubernetes API) to coordinate automatic failover, synchronous replication, and proxy routing for PostgreSQL clusters.
Patroni — High Availability PostgreSQL Cluster Manager
Patroni is a Python-based template for creating and managing highly available PostgreSQL clusters with automatic failover, using distributed consensus stores like etcd, Consul, or ZooKeeper.
PostGraphile — Instant GraphQL API from PostgreSQL
PostGraphile generates a high-performance, standards-compliant GraphQL API from your PostgreSQL database schema automatically. It uses database introspection to build a fully-featured API without writing resolvers.