Earlier quoted context omitted.
It provides central place to store and query data. A big org might have a few hundred databases for various purposes - databricks lets data engineers set up pipelines to ETL that data into databricks and when the data is there it can be queried (using spark, so there's some downsides - namely a more restrictive SQL variant - but some advantages - better performance across very large datasets). Personally, I hated dat…
Dumb question - how is this different from Snowflake?
Databricks in talks to acquire startup Neon for about $1B
101–110 of 177 posts
Re: Databricks in talks to acquire startup Neon for about $1B
#102I am fairly new to all this data pipeline services (Databricks, Snowflakes etc). Say right now I have an e-commerce site with 20K MAU. All metrics are going to Amplitude and we can use that to see DAU, retention, and purchase volume. At what point in my startup lifecycle do we need to enlist the services?
A non-trivial portion of my consulting work over the past 10 years has been working on data pipelines at various big corporations that move absurdly small amounts of data around using big data tools like spark. I would not worry about purchasing services from Databricks, but I would definitely try to poach their sales people if you can.
Re: Databricks in talks to acquire startup Neon for about $1B
#103I'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.
Lucky you, you still can as it's Apache 2 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
Re: Databricks in talks to acquire startup Neon for about $1B
#104Earlier quoted context omitted.
Serverless 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…
https://supabase.com/blog/supabase-acquires-oriole
Re: Databricks in talks to acquire startup Neon for about $1B
#105Wow, $1B. I've been bullish on neon for a while -- the idea hits exactly the right spot, IMO, and their execution looks good in my limited experience. But I mean that from a technical perspective. I never have any real idea about the business -- do they have an edge that makes people want to start paying them money and keep paying them money? Heck if I know. I guess that's going to be Databricks problem now (maybe).
Actual revenue is irrelevant. This is a business decision to corner the market.
Pre-revenue pure play.
Re: Databricks in talks to acquire startup Neon for about $1B
#106Re: Databricks in talks to acquire startup Neon for about $1B
#107Databricks acquired bit.io and subsequently shut it down quite fast. Afaik bit.io had a very small team and the founder was a serial entrepreneur who is not going to stick around and he did not. I am not sure who from bit.io is still around at databricks. If I am guessing right, Motherduck will likely be acquired by GCP because most of the founding team was ex-BQ. Snowflake purchased Modin and polars is still quite i…
Re: Databricks in talks to acquire startup Neon for about $1B
#108Databricks is trying hard to get into serverless, but it seems like they refuse to allow it to actually be cheaper, which defeats the purpose of serverless.
I don't think being cheaper is the main value sell of serverless. When I hear "serverless" I think "ease of deployment and automatic scaling".
I guess different people just have different experiences.
Re: Databricks in talks to acquire startup Neon for about $1B
#109Re: Databricks in talks to acquire startup Neon for about $1B
#110I really hope they can maintain this dedication after acquisition, but Databricks will probably push them into enterprise and it will lose the spark. I wish Cloudflare bought them instead.