stolon
donutdb
Our great sponsors
stolon | donutdb | |
---|---|---|
5 | 3 | |
3,687 | 96 | |
1.7% | - | |
2.3 | 5.1 | |
29 days ago | 9 months ago | |
Go | Go | |
Apache License 2.0 | 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.
stolon
-
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
donutdb
- DonutDB: DynamoDB-Backed SQLite Databases
- DonutDB: A SQL database implemented on DynamoDB and SQLite
-
Ask HN: What could a modern database do that PostgreSQL and MySQL can't
There's a bunch of projects that have implemented this. I wrote a SQLite VFS in Go that lets you query a read-only SQLite db over http (including from s3) [0].
The VFS API offers the possibility for weirder storage solutions, if thats the type of thing you're into. Recently I've been moving some of my personal websites hosted on AWS Lambda over to use a read/write sqlite db backed by DynamoDB[1]. There are a bunch of limitations to this type of thing (like it uses a global write lock), but it works nicely for DBs that have low write frequency.
What are some alternatives?
patroni - A template for PostgreSQL High Availability with Etcd, Consul, ZooKeeper, or Kubernetes
absurd-sql - sqlite3 in ur indexeddb (hopefully a better backend soon)
postgres - 🐘 Run PostgreSQL in Kubernetes
citus - Distributed PostgreSQL as an extension
remco - remco is a lightweight configuration management tool
zombodb - Making Postgres and Elasticsearch work together like it's 2022
beekeeper-studio - Modern and easy to use SQL client for MySQL, Postgres, SQLite, SQL Server, and more. Linux, MacOS, and Windows.
mysql-live-select - NPM Package to provide events on updated MySQL SELECT result sets
crunchy-proxy - PostgreSQL Connection Proxy by Crunchy Data (beta)
lovefield - Lovefield is a relational database for web apps. Written in JavaScript, works cross-browser. Provides SQL-like APIs that are fast, safe, and easy to use.
sqlite3vfshttp - Go sqlite3 http vfs: query sqlite databases over http with range headers