TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Fauna Service Winding Down

131 点作者 jaredwiener大约 2 个月前

23 条评论

pier25大约 2 个月前
I was a Fauna customer and also worked with them providing technical writing for their blog and docs. At one point I was even contacted by a publisher to write a book about Fauna.<p>I don&#x27;t know what happened internally but when they accepted VC money and put a new CEO it all started to go down, fast. They probably started focusing on selling to corps instead of devs which seemed illogical IMO. Corps bring more money but at the time it was clear to me that Fauna would never be able to compete in with on-prem SQL-heavy kind of environments.<p>Fauna made sense as a secondary database for certain use cases that needed to be global... but who would use a high risk database with no fallback as their main database? Maybe small projects but definitely not big companies&#x2F;products.<p>A decade ago it seemed that edge computing, serverless, and distributed data was the future. Fauna made a lot of sense in that vision. But in these years since, experimenting with edge stuff, I&#x27;ve learned that most data doesn&#x27;t really need to be distributed. You don&#x27;t need such a sophisticated solution to cache a subset of data for reads in a CDN or some KV. What I&#x27;m saying is that, probably, Cloudflare Workers KV and similar services killed Fauna.
评论 #43418085 未加载
评论 #43416572 未加载
评论 #43419312 未加载
eigilsagafos大约 2 个月前
We were Fauna users for several years and invested a lot of time working with it and around it. The time travel capability was one of the stand out features for us in addition to FQL which opened some interesting capabilities. That being said for various reasons we had to transition away from it and did so by creating a FQL compatible solution on top of Postgres. It is implemented in JavaScript&#x2F;TypeScript and runs in Postgres through the plv8 extension. Is this something that would be interesting to other current users?
评论 #43416846 未加载
评论 #43416032 未加载
评论 #43416043 未加载
wadenick大约 2 个月前
This is a very tough announcement for any customers relying on the Fauna service. The announcement itself hides the all key details, clicking into the FAQ reveals the date is not several months away but in fact 2 months 11 days away, and there is no FaunaDB open source release to start saving your own ass <i>today</i>.<p>&gt; we have made the hard decision to sunset the Fauna service over the next several months. <i>clicks into the FAQ</i> vs &gt; Fauna service will be ending on May 30, 2025.
评论 #43415651 未加载
评论 #43415245 未加载
srhtftw大约 2 个月前
Although I&#x27;m not a fauna user, I like studying databases and query languages. I&#x27;ve followed them since Jepsen¹ reviewed FaunaDB 2.5.4 back in 2019.<p>While their FQL looks useful, I can&#x27;t imagine using a SaaS-only proprietary query language in this age for anything other than a research proof-of-concept to learn more about my problem before building a real product on an open platform.<p>Curious that Bob Muglia (ex Snowflake) is on their board. I believe he&#x27;s also on the board of Relational AI which is another SaaS with an interesting but proprietary query language. Snowflake is a huge success in spite of being proprietary because its SQL isn&#x27;t hard to learn or use, but I can&#x27;t say the same about rAI. Makes me wonder how they will turn out.<p>¹ <a href="https:&#x2F;&#x2F;jepsen.io&#x2F;analyses&#x2F;faunadb-2.5.4" rel="nofollow">https:&#x2F;&#x2F;jepsen.io&#x2F;analyses&#x2F;faunadb-2.5.4</a>
picardo大约 2 个月前
Someone told me FaunaDB the company had a strict &quot;no one gets fired&quot; policy. However, they also hired a few toxic people, and that created a dilemma for some folks because it was either leave or learn to tolerate toxicity.
评论 #43416279 未加载
评论 #43415402 未加载
评论 #43415474 未加载
reynaldi大约 2 个月前
So sad, I was looking at Fauna for a MongoDB alternative after they removed their serverless tier. But still I&#x27;m glad I didn&#x27;t go with Fauna, especially after knowing they are shutting down.
shermantanktop大约 2 个月前
I’m only comfortable with proprietary infrastructure if I can convince myself that 1) I could get off of it if I wanted to (e.g. can I get my data back out?) and 2) the near-term gains are going to offset the work associated with getting off of it.<p>That is the exact opposite of the dynamic that VC funded infra companies aim for. They want you dependent and addicted, so you can be cited as part of their durable advantage&#x2F;moat for their next round.
film42大约 2 个月前
Wow! I was looking at Fauna for a new project just yesterday. The tech looks good but a custom query language put me off pretty fast. Is this a real language or just an ORM syntax? Can I push code into the DB, or is it like the HCL of SQL?<p>Even so, I hope it takes on a new life as an open source project and finds success. Looking forward to reading the code.
strobe大约 2 个月前
I found Fauna very interesting from a technical perspective many years ago, but even then, the idea of a fully proprietary cloud database with no reasonable migration options seemed pretty crazy at the time. I thought maybe they had some good source of very specific niche customers who fine with that, but it seems even if that was true it wasn&#x27;t enough for a grow.<p>Really hope that something useful will be open sourced as result.
nikita大约 2 个月前
One of the services that can replace the fauna service is DocumentDB Postgres plugin (+proxy that is not open sourced yet, but will be shortly). It&#x27;s available on Azure, but I can also see other Postgres Providers will start picking this up.<p><a href="https:&#x2F;&#x2F;github.com&#x2F;microsoft&#x2F;documentdb" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;microsoft&#x2F;documentdb</a>
评论 #43427682 未加载
spatialsupport大约 2 个月前
Such a bummer logging into the fauna dashboard this morning.. I built a lot of my product&#x27;s logic around fauna and it&#x27;s tied in really deeply throughout my software. Really bummed to have to rip it all out after all the work done getting it properly integrated in the first place.
dangoodmanUT大约 2 个月前
I&#x27;ve expected this to happen, but tbh i didn&#x27;t expect it to take this long.<p>They went for a fundamentally &quot;lock in to a startup DB that&#x27;s fully proprietary so you&#x27;re screwed if we go under&quot; which is now happening.<p>Open source _helps a bit_, but it doesn&#x27;t change that customers now have to self-manage a database. I&#x27;m guessing most of their customers are not particularly savvy at DB self-hosting.
anonzzzies大约 2 个月前
So the core tech will be open source? That is all to run it or? As that would be pretty sweet really next to this sad news.<p>I hope something good will come from it.
评论 #43415619 未加载
warthog大约 2 个月前
The announcement is quite short and does not really explain why they are shutting down other than it being &quot;capital intensive&quot;<p>Anyone know more?
评论 #43415249 未加载
评论 #43415254 未加载
PeterZaitsev大约 2 个月前
This highlights the challenge of smaller proprietary SaaS offerings - they can shut down abruptly leaving you in the bind.<p>It is great to see Fauna making a commitment to Open Source the project, which will be great option to have for their customers<p>I wish they would have started with Open Source project to begin with, perhaps future would be different
评论 #43415345 未加载
评论 #43416272 未加载
评论 #43415371 未加载
da02大约 2 个月前
Were their any options or competitors that came close to FaunaDB&#x27;s abilities?
评论 #43418576 未加载
k__大约 2 个月前
I had the impression FaunaDB was quite hyped some years ago.<p>What happened?
评论 #43414881 未加载
评论 #43414915 未加载
评论 #43414897 未加载
评论 #43415568 未加载
dzonga大约 2 个月前
looks like a dope product. sad they&#x27;re shutting down - which means people losing jobs. some of these things have to be open source from the get go &amp; secure a cloud partnership.<p>for simple dev&#x27;s like me sticking to the old and trusted relational model seems you never lose. it&#x27;s always there &amp; you&#x27;re not worried about a service provider going away
评论 #43415448 未加载
grounder大约 2 个月前
Hopefully a new company will form to pick up the open source pieces and go from there. I wonder if Fauna tried to find a buyer - it seems like they have some valuable software but weren&#x27;t able to make it work. Shutting down in 2.5 months is pretty aggressive. Good luck to the former customers.<p>I was expecting the migration guide to recommend some other options. I don&#x27;t know of other BaaS document databases like Fauna. I guess Mongo, CouchDB, Couchbase, and traditional Postgres would be the first open source options to look for. DocumentDB for closed source but offered by a big cloud vendor (AWS). If you want to roll the dice again, then maybe SurrealDB or RavenDB.
farceSpherule大约 2 个月前
&quot;Added to my list of troubles &amp; worries I avoided because I didn&#x27;t rely on a random external company for critical infrastructure.&quot;<p>+1,000
jjordan大约 2 个月前
We left when their pricing shot up to $500&#x2F;mo for what we thought were some basic features. That and they fought us tooth and nail to be able to make local backups of OUR data, I say good riddance.
RadiozRadioz大约 2 个月前
Added to my list of troubles &amp; worries I avoided because I didn&#x27;t rely on a random external company for critical infrastructure.
评论 #43416219 未加载
评论 #43423848 未加载
killerteddybear大约 2 个月前
First Fauna graduates from Hololive, and now she graduates from being a company. Rip.
评论 #43424434 未加载
评论 #43416315 未加载