https://github.com/paradedb/paradedb/tree/dev/pg_l...
DuckDB Doesn’t Need Data To Be a Database
nikolasgoebel.com
Serverless Postgres (experimental)
Serverless Postgres using Oriole, Fly Machines, and Tigris for S3 Storage.
Overview
This is a MVP for Serverless Postgres.
1/ It uses Fly.io, which can automatically pause your database after all connections are released (and start it again when new connections join).
2/ It uses Oriole, a Postgres extension with expe... See more
Serverless Postgres using Oriole, Fly Machines, and Tigris for S3 Storage.
Overview
This is a MVP for Serverless Postgres.
1/ It uses Fly.io, which can automatically pause your database after all connections are released (and start it again when new connections join).
2/ It uses Oriole, a Postgres extension with expe... See more
GitHub - kiwicopple/serverless-postgres

(1) The separation between storage and compute , as encouraged by data lake architectures (e.g. the implementation of P would look different in a traditional database like PostgreSQL, or a cloud warehouse like Snowflake). This architecture is the focus of the current system, and it is prevalent in most mid-to-large enterprises (its benefits that be... See more