stolon
crunchy-proxy
stolon | crunchy-proxy | |
---|---|---|
9 | 2 | |
4,731 | 419 | |
0.5% | 0.2% | |
0.9 | 0.0 | |
11 months ago | almost 4 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
-
Ask HN: Are there any open source forks of nomad smd consul?
> I think etcd is basically a k8s only project now
I hate etcd with the best of them, but etcd is used in a lot more places than just kubernetes:
https://github.com/apache/apisix/blob/master/docs/en/latest/...
https://github.com/traefik/traefik#:~:text=Etcd,
https://github.com/zalando/patroni#patroni-a-template-for-po...
https://github.com/purpleidea/mgmt/tree/0.0.26/etcd (this one shows up on HN quite a bit)
https://github.com/sorintlab/stolon#features
It's actually one of the major reasons I wouldn't touch those projects
-
How to create postgres cluster in docker swarm?
There's one in the stolon repo.
- Falling for Kubernetes
-
Stackgres - postgresql operator
I personally use stolon: https://github.com/sorintlab/stolon and it works great.
- Stolon: PostgreSQL cloud native High Availability and more
-
PostgreSQL: Kubegres is available as open source
I wonder how is this compared to Stolon https://github.com/sorintlab/stolon?
- 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).
- CrunchyData/crunchy-proxy: PostgreSQL Connection Proxy
What are some alternatives?
patroni - A template for PostgreSQL High Availability with Etcd, Consul, ZooKeeper, or Kubernetes
go-pg - Golang ORM with focus on PostgreSQL features and performance
citus - Distributed PostgreSQL as an extension
remco - remco is a lightweight configuration management tool
xo - Command line tool to generate idiomatic Go code for SQL databases supporting PostgreSQL, MySQL, SQLite, Oracle, and Microsoft SQL Server