Live data from Hacker News

Databricks acquires serverless Postgres vendor bit.io

databricks.com

71–80 of 119 posts

Re: Databricks acquires serverless Postgres vendor bit.io

#71
post #19

Earlier quoted context omitted.

Neon is an awesome serverless Postgres: https://neon.tech/

Till the time they are also bought and "sunsetted." That's the problem with all these shiny startups.

Neon CEO. We are certainly not going to sunset Neon any time soon. We are extremely well funded and also growing super quickly. Expect some exciting announcements soon!

Re: Databricks acquires serverless Postgres vendor bit.io

#72
post #34

Earlier quoted context omitted.

Till the time they are also bought and "sunsetted." That's the problem with all these shiny startups.

Neon at least has open-sourced their core offering, which provides a migration path for folks who make bigger bets on their platform. So yeah, there's every possibility they'll go away at some point, but unlike a lot of SaaS offerings, it's all Postgres over the wire and under the hood, so you have plenty of migration options (OSS, another managed Postgres vendor, Aurora, Cloud SQL, etc.)

Neon CEO here. Definitely. Of course Neon storage is a distributed system and you need to know how to run it. But a) we can help b) Percona is a trusted partner of us that can support self hosting for you.

Re: Databricks acquires serverless Postgres vendor bit.io

#73

well i for one am very happy i never found out about bit.io, which looks amazing and is something i would have used instead of fly.io unmanaged postgres.

Disclaimer: I was a non paying user and used it just to try out some code in dotnet entity framework and postgresql (at $work I only ever get to touch sql server but for hobby projects I thought it would be nice to do something that doesn't require paying Microsoft).

Bit io is awesome. It just works. I mean so does elephant but bitio has more storage. I never got very far with my learning and never did tadvanced db concepts like cross apply though so it was just simple entities and tables but it worked just fine and the best part, no credit card required on file.

Fly sounds nice but I don't feel so good about having to give them my credit card number...

Re: Databricks acquires serverless Postgres vendor bit.io

#74
post #48
post #41

Earlier quoted context omitted.

> Some Helm charts: https://github.com/neondatabase/helm-charts For the record though, they're not enough to run neon today[0] - this has been a "problem" since neon was announced here[1]. [0]: https://github.com/neondatabase/helm-charts/issues/35#issue-... [1]: https://news.ycombinator.com/item?id=31540691

Yes, you'd have to do some own work to set up a direct competitor from the provided pieces. They have published a new piece which is how they vertically autoscale Postgres in Kubernetes: https://github.com/neondatabase/autoscaling

Neon CEO here.

Autoscaling with live VM migrations is quite cool. Here is a blog post on it: https://neon.tech/blog/scaling-serverless-postgres

And yes, the code is open feel free to use it!

Re: Databricks acquires serverless Postgres vendor bit.io

#76
post #18

Are there alternatives to the database service with similar API or is it leaving a gap in the market?

I don't know about serverless, but it's hard to beat Crunchydata for PostgreSQL these days. They're my goto.

Just make sure you've got your pricing structure & terms negotiated and agreed with them well in advance of putting it into prod.

Re: Databricks acquires serverless Postgres vendor bit.io

#78
post #59
post #43

I haven't heard of either of those companies. I don't even fully understand what Databricks does. But it's clear that they have no problem shutting down a production database offering with 30 days notice, and have the gall to title this action "Investing in the Developer Experience". If this doesn't send a message that you shouldn't trust them with anything important, I don't know what would.

> what Databricks does It's an ancient African word that means "I am because I can't install Apache Spark".

Just install Apache Spark they said. It will be fun they said.

If you have the money, having a managed Spark instance with a bunch of added features can be a big win for some. There is a lot that goes into Spark maintenance.

Re: Databricks acquires serverless Postgres vendor bit.io

#79
post #43

I haven't heard of either of those companies. I don't even fully understand what Databricks does. But it's clear that they have no problem shutting down a production database offering with 30 days notice, and have the gall to title this action "Investing in the Developer Experience". If this doesn't send a message that you shouldn't trust them with anything important, I don't know what would.

> But it's clear that they have no problem shutting down a production database offering with 30 days notice Maybe there is no production db left from paying customers?

The homepage suggests otherwise, but who knows: https://bit.io/

Re: Databricks acquires serverless Postgres vendor bit.io

#80
post #44

Earlier quoted context omitted.

It's an actual database.

Supabase is also Postgres-based. https://supabase.com/docs/guides/database/overview

I understand that. But bit.io gave you a postgres database. Supabase gives you a firebase alternative that just happens to be built on top of postgres.

- https://supabase.com/docs/guides/getting-started/features

- https://docs.bit.io/docs/getting-started

Post reply on HN