postgresql_cluster
pgcat
Our great sponsors
- Onboard AI - Learn any GitHub repo in 59 seconds
- InfluxDB - Collect and Analyze Billions of Data Points in Real Time
- SaaSHub - Software Alternatives and Reviews
postgresql_cluster | pgcat | |
---|---|---|
9 | 2 | |
979 | 2,221 | |
- | 4.5% | |
0.0 | 9.0 | |
about 18 hours ago | 6 days ago | |
Jinja | Rust | |
MIT License | MIT License |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
postgresql_cluster
-
Automated Deployment of PostgreSQL Ha Clusters Anywhere
Creating a robust and reliable database cluster is often fraught with challenges.A manual deployment process can be fraught with risks, particularly for those who lack extensive experience. Even minor errors in configuration can drastically affect your database's performance and stability.
Recognizing this intricacy, many businesses choose to use cloud-based managed databases. These services offer convenience but not without limitations. These drawbacks can include being tied to a specific cloud provider and limited direct access to the database server for adjustments. These constraints can hinder your ability to tune your system and perform thorough performance analyses.
In response to these challenges, we've developed a project to make this process easier and more efficient. This project uses automation to streamline the deployment of High-Availability PostgreSQL Clusters. By doing so, it helps mitigate the risks involved with manual configuration and speeds up the deployment process.
Our solution caters to various deployment environments. It allows you to establish your cluster either in your own data center or in the cloud, providing a robust database solution similar to managed databases, but with you retaining full control.
Explore the project here: https://github.com/vitabaks/postgresql_cluster
-
Docker: Patroni + HAProxy + Etcd + PgBouncer
FYI: postgresql_cluster
-
Can someone share experience configuring Highly Available PgSQL?
HA postgres
-
Ask HN: Tips on hosting your own Postgres instance
If not Kubernetes, check out this: https://github.com/vitabaks/postgresql_cluster – Postgres + patroni + pgBouncer + WAL-G or pgBackRest + Netdata + more, managed by Ansible.
If you do want to use Kubernetes, then check out StackGres.io and https://github.com/zalando/postgres-operator
-
PostgreSQL High availability
Also check PostgreSQL High-Availability Cluster (based on "Patroni" and "DCS(etcd)"). Automating deployment with Ansible.
pgcat
-
How to Listen to Database Changes Using Postgres Triggers in Elixir
For #1 I've been keeping a keen eye on pgcat [1], in particular the https://github.com/postgresml/pgcat/issues/303 which
- Can someone share experience configuring Highly Available PgSQL?
What are some alternatives?
pgbouncer - lightweight connection pooler for PostgreSQL
odyssey - Scalable PostgreSQL connection pooler
patroni - A template for PostgreSQL High Availability with Etcd, Consul, ZooKeeper, or Kubernetes
pg_auto_failover - Postgres extension and service for automated failover and high-availability
supavisor - A cloud-native, multi-tenant Postgres connection pooler.
top500-benchmark - Automated Top500 benchmark for clusters or single nodes.
embedded-postgres - Run a real Postgres database locally on Linux, OSX or Windows as part of another Go application or test
pgcluster - Docker swarm cluster of postgres databases with streaming replication, pgpool and repmgr
citus - Distributed PostgreSQL as an extension
cloudpilot-emu - A PalmOS emulator for the web
mssql-changefeed
walex - Listen to Postgres change events and do stuff with the data directly in Elixir