flâneur — a map of the web's best reading

neondatabase/neon: Neon: Serverless Postgres. We separated storage and compute to offer autoscaling, branching, and bottomless storage.

github.com · 1,745 words · saved by 1 readers

Neon: Serverless Postgres. We separated storage and compute to offer autoscaling, branching, and bottomless storage. Neon is a serverless open-source alternative to AWS Aurora Postgres. It separates storage and compute and substitutes the PostgreSQL storage layer by redistributing data across a cluster of nodes. Try the Neon Free Tier to create a serverless Postgres instance. Then connect to it with your preferred Postgres client (psql, dbeaver, etc) or use the online SQL Editor. See Connect from any application for connection instructions. Alternatively, compile and run the project locally. A Neon installation consists of compute nodes and the Neon storage engine. Compute nodes are stateless PostgreSQL nodes backed by the Neon storage engine. The Neon storage engine consists of two major components: See developer documentation in SUMMARY.md for more information. Building Neon requires 3.15+ version of protoc (protobuf-compiler). If your distribution provides an older version, you can

Neon Neon is an open-source serverless Postgres database platform. It separates storage and compute and substitutes the PostgreSQL storage layer by redistributing data across a cluster of nodes. Quick start Try the Neon Free Tier to create a serverless Postgres instance. Then connect to it with your preferred Postgres client (psql, dbeaver, etc) or use the online SQL Editor . See Connect from any application for connection instructions. Alternatively, compile and run the project locally . Architecture overview A Neon installation consists of compute nodes and the Neon storage engine. Compute n

Explore this link on the map →

related reading