stolon
crunchy-proxy
Our great sponsors
- InfluxDB - Collect and Analyze Billions of Data Points in Real Time
- Onboard AI - Learn any GitHub repo in 59 seconds
- SaaSHub - Software Alternatives and Reviews
stolon | crunchy-proxy | |
---|---|---|
8 | 2 | |
4,362 | 408 | |
0.8% | 1.2% | |
4.6 | 0.0 | |
13 days ago | over 2 years ago | |
Go | Go | |
Apache License 2.0 | Apache License 2.0 |
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.
stolon
-
How to create postgres cluster in docker swarm?
There's one in the stolon repo.
We have been using stolon + consul for years without issue in our swarm environments. It may also be possible with patroni.
- Falling for Kubernetes
- PostgreSQL 14 Released
- Ask HN: What could a modern database do that PostgreSQL and MySQL can't
crunchy-proxy
-
GCP Cloud SQL Migration without outage?
This is why I always recommend using a postgres proxy so you can point it to different database servers as you stand them up. AWS does this by default but GCP doesn’t yet, so you have to have your own Postgres proxy (e.g https://github.com/CrunchyData/crunchy-proxy) or move to an HA Postgres setup like Patroni that has streaming replication (https://github.com/zalando/patroni).
What are some alternatives?
patroni - A template for PostgreSQL High Availability with Etcd, Consul, ZooKeeper, or Kubernetes
postgres - 🐘 Run PostgreSQL in Kubernetes
go-pg - Golang ORM with focus on PostgreSQL features and performance
remco - remco is a lightweight configuration management tool
citus - Distributed PostgreSQL as an extension
zombodb - Making Postgres and Elasticsearch work together like it's 2023
mysql-live-select - NPM Package to provide events on updated MySQL SELECT result sets
absurd-sql - sqlite3 in ur indexeddb (hopefully a better backend soon)
xo - Command line tool to generate idiomatic Go code for SQL databases supporting PostgreSQL, MySQL, SQLite, Oracle, and Microsoft SQL Server
beekeeper-studio - Modern and easy to use SQL client for MySQL, Postgres, SQLite, SQL Server, and more. Linux, MacOS, and Windows.
SQLBoiler - Generate a Go ORM tailored to your database schema.