5 ms·
I've been seriously considering neon for a new application. This definitely gives me pause... maybe plain ol' Postgres is going to be the winner for me again.
by clpm4j 1y ago
I've been seriously considering neon for a new application. This definitely gives me pause... maybe plain ol' Postgres is going to be the winner for me again.
- jedberg 1y agoWhy would this give you pause? You just don't want the data to be where Databricks is? Either way, there are plenty of other serverless Postgres options out there, Supabase being one of the most popular.
- MOARDONGZPLZ 1y agoCan’t speak for anyone but myself and my experience anecdotally, having used Databricks: I consider them to be the Oracle of the modern era. Under no circumstances would I let them get their hooks into any company I have the power from preventing it.
- thor24 1y agoWhy do think so? Databricks notebook product I have used in couple of companies is pretty solid. I have done any google research but they are generally known to be very high talent dense kind of place to work.
- sitkack 1y agoYou and the parent are not talking about the same things.
- deleted 1y ago[deleted]
- clpm4j 1y agoThis is exactly how I feel. I do not want to be in the Databricks ecosystem.
- omneity 1y agoSupabase, while a great product, does not offer serverless Postgress.
- jedberg 1y agoWhat would you say they offer then if not serverless Postgres? You set up a database, you connect to it, they take care of the rest. It even scales to $0 if you don't use it. Is that not serverless Postgres?
- edoceo 1y agoThat's postgre on their server.
- jedberg 1y agoYes, serverless doesn’t mean no servers. How is what Supabase offers different from what Neon offers from a user perspective?
- anilgulecha 1y agoExactly how EC2 is different from Lambda from a user's perspective.
- omneity 1y agoServerless in the context of Postgres means to decouple storage and compute, so you could scale compute "infinitely" without setting up replica servers. This is what Neon offers, where you can just keep hitting their endpoints with your pg client and it should just take whatever load (in principle) and bill you per request. Supabase gives you a server that runs classic Postgres in a process. Scaling in this scenario means you increase your server's capacity, with a potential downtime while the upgrade is happening. You are confusing _managed_ Postgres for _serverless_. Others in the serverless Postgres space: - https://www.orioledb.com/ https://www.orioledb.com/ (pg extension) - https://www.thenile.dev/ https://www.thenile.dev/ (pg "distribution") - https://www.yugabyte.com/ https://www.yugabyte.com/ (not emphasizing serverless but their architecture would allow for it)
- greenavocado 1y ago> Why would this give you pause? After a funding round the value extraction from customers is just over the horizon
- vibhork 1y agoTry Supabase!
- mdaniel 1y agoLucky you, you still can as it's Apache 2 https://github.com/neondatabase/neon/blob/release-8516/LICENSE https://github.com/neondatabase/neon/blob/release-8516/LICEN... I haven't studied the CLA situation in order to know if a rug pull is on the table but Tofu and Valkey have shown that where there's a will there's a way
- ddorian43 1y agoIt's open source like a code dump. There's no support for open source IIRC.
- mdaniel 1y agoI can't easily add &exclude_maintainers=true but https://github.com/neondatabase/neon/pulls?q=is%3Apr+is%3Aclosed https://github.com/neondatabase/neon/pulls?q=is%3Apr+is%3Acl... sure does look like quite a bit of merged contributions to me, which is not what I would consider "code dump"
- senderista 1y agoThe whole point of a serverless platform is that it's hosted infrastructure. Open source doesn't mean it's feasible to run it yourself.
- mdaniel 1y agoThe whole point to you, but the whole point to me was having scale-to-zero because Aurora Serverless hurp-durp-ed on that. And I deeply enjoy the ability to fix bugs instead of contacting AWS Support with my hat in my hand asking to be put on some corporate backlog for 2073 Thankfully, you can continue to pay Databricks whatever they ask for the privilege of them hosting it for you
- senderista 1y agoAurora Serverless v2 now scales to zero[1]. And DSQL does pretty much by definition (they use an architecture closer to Neon). [1] https://aws.amazon.com/blogs/database/introducing-scaling-to-0-capacity-with-amazon-aurora-serverless-v2/ https://aws.amazon.com/blogs/database/introducing-scaling-to...