June 2022 Summaries
4 posts from Neon
Filter
Month:
Year:
Post Summaries
Back to Blog
Showcasing Neon Branching for Serverless Postgres Migrations at Prisma Day 2022`
The presentation focuses on developer experience (DevX) at Neon, highlighting its architecture that separates storage and compute, enabling serverless Postgres. This separation allows for the creation of database branches, a unique feature in Neon. During the demo, a branch is created for a migration in Neon, while the production database remains unaffected. The goal is to productize this approach with Prisma, making it a standard method for using both tools together.
Jun 30, 2022
133 words in the original blog post.
At Prisma Day 2022, Neon showcased its innovative approach to enhancing developer experience by demonstrating the use of its architecture, which separates storage and compute to enable serverless Postgres and database branching. During the presentation, Neon highlighted its capability to create database branches, which allows developers to perform migrations without affecting the production database, using a demo that integrated Neon, Vercel, Prisma, and GitHub actions. This process involves creating a branch in Neon for testing migrations, proceeding to the production branch only upon successful migration. Neon plans to collaborate with the Prisma team to make this demo a standard practice, further showcasing its commitment to improving developer workflows.
Jun 30, 2022
228 words in the original blog post.
Neon is a cloud-based Postgres service that provides a more efficient, cost-effective, and scalable experience compared to traditional Postgres deployments. By separating storage and compute, Neon allows for better manageability, reliability, and performance in cloud environments. The service uses a distributed, multi-tenant storage system written in Rust, which integrates seamlessly with Postgres without requiring any changes to the engine. This architecture provides numerous benefits, including cost savings, elasticity of storage, and seamless backups and restores. Additionally, Neon supports serverless computing, branching for modern development workflows, and open-source licensing. The service is currently available on a waitlist, but plans to open it up for everyone soon.
Jun 15, 2022
1,218 words in the original blog post.
Neon is a newly launched serverless Postgres service designed to provide an optimal cloud experience by separating storage and compute, which enhances performance, reliability, manageability, and cost-efficiency. The service is currently gated by a waitlist, reflecting its gradual onboarding process, and emphasizes the growing trend of cloud-hosted database workloads. Unlike traditional monolithic Postgres deployments that require overprovisioning and often incur high costs due to storage redundancy, Neon's architecture leverages local storage and S3 to optimize costs and integrates seamlessly with Postgres without requiring significant modifications. This design allows for dynamic scaling of compute resources, facilitating modern development workflows with features like branching, which enables developers to create test environments with ease. By adopting an open-source model with an Apache 2.0 license, Neon aims to establish a standard for cloud Postgres that is both independent and community-driven, contrasting proprietary solutions like AWS Aurora.
Jun 15, 2022
1,321 words in the original blog post.