Earlier quoted context omitted.
Any alternatives that you are aware of ? Most search results show me Supabase.
Supabase is one that I'll consider, Xata [0] is another one that is interesting. Thankfully I just need "postgres", I don't need branching/PII-clearing/etc. That's all nice to have but I don't need it for my app. I really would prefer a managed DB for multiple reasons but I might need to look at just self-hosting. I might have spent less time futzing with my DB if I had done that from the start instead of going Auror…
Databricks acquires Neon
111–120 of 234 posts
Re: Databricks acquires Neon
#112I applied to neon last week and then the news broke about the acquisition. They rejected it this morning — I have never been happier to receive a rejection to an application. This would’ve been three acquisitions straight for me and… I’m okay, they’re awful. I just want stability. Congrats to the neon team! I use and love neon. Really hope this doesn’t change them too much.
Re: Databricks acquires Neon
#113Earlier quoted context omitted.
Anyone looking for an open-source Cloudera alternative based on Kubernetes operators. We're building one (~5 years old now): https://stackable.tech/ & https://github.com/stackabletech/ On-premise open-source S3 is a problem though. MinIO is not something we're touching and other than that it looks a bit empty with enterprise ready solutions.
What's wrong with minio out of curiosity? Ceph an option?
https://news.ycombinator.com/item?id=32148007
https://news.ycombinator.com/item?id=35299665
Ceph would be a theoretical option, but a) we don't have a lot of experience with it and b) it's relatively complex to operate. We'd really love to add a lighter option to our stack that's under the stewardship of a foundation.
Re: Databricks acquires Neon
#114It's my understanding that Neon had some tech to basically "wake up" the DB when a request came out -- so you could "scale down to zero," if you will. I was hoping to explore this for small personal projects: I by far prefer Postgres and would love an isolated database per project. Is there an alternative for that? Scale-to-zero postgres, basically?
AWS Aurora Postgres Serverless v2 has that capability, though it takes multiple seconds.
Was just about to react to someone being wrong on the internet and say that this is not true. Instead, TIL that this is, in fact, the case. Since 2024Q4.
Thanks for invalidating my stale cache.
Re: Databricks acquires Neon
#115What happens to existing customers of Neon?
Re: Databricks acquires Neon
#116Not too familiar with Neon other than the basics - its premise is that you use S3 as bottomless storage for Postgres and it’s otherwise the same as standard Postgres right? And this is all open source? Why are people paying? Can’t you use a cloud provider and have them host this for you?
> you use S3 as bottomless storage for Postgres [...] Why are people paying? It's vastly more complicated to do this efficiently than you might imagine. Postgres' internal architecture is built around a very different set of assumptions (pages, WAL, local disk etc.) than what the S3 API offers.
Re: Databricks acquires Neon
#117Earlier quoted context omitted.
Supabase is one that I'll consider, Xata [0] is another one that is interesting. Thankfully I just need "postgres", I don't need branching/PII-clearing/etc. That's all nice to have but I don't need it for my app. I really would prefer a managed DB for multiple reasons but I might need to look at just self-hosting. I might have spent less time futzing with my DB if I had done that from the start instead of going Auror…
Same here...I too just need Postgres... Will check out Xata, My workload isn't super critical.
Re: Databricks acquires Neon
#118I’m incredibly disappointed by this news. I really enjoyed Neon but I seriously doubt I’m going to like Databricks’ stewardship if it. And that’s if they even still care about catering to people like me and don’t jack the prices us. I guess it’s time to go back to the well of managed/serverless Postgres options…
Re: Databricks acquires Neon
#119I’ve loved Neon and now I’m a little worried. Are there any alternatives?
Re: Databricks acquires Neon
#120Earlier quoted context omitted.
Supabase is one that I'll consider, Xata [0] is another one that is interesting. Thankfully I just need "postgres", I don't need branching/PII-clearing/etc. That's all nice to have but I don't need it for my app. I really would prefer a managed DB for multiple reasons but I might need to look at just self-hosting. I might have spent less time futzing with my DB if I had done that from the start instead of going Auror…
Branching is one of the most useful features of Neon.
I think one of the coolest features of neon is being able to quickly spin up new DBs via the API (single tenant DBs) and while that is cool, my client list is small so manually creating the DBs is not a problem (B2B).