TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Apple Acquires FoundationDB

483 pointsby ea016about 10 years ago

38 comments

jasondcabout 10 years ago
Anyone running FDB in production, good luck, downloads are removed from <a href="https://foundationdb.com/" rel="nofollow">https:&#x2F;&#x2F;foundationdb.com&#x2F;</a><p>I don&#x27;t understand why anyone would run a closed source database, especially with the open source options available.
评论 #9260240 未加载
评论 #9260493 未加载
评论 #9260108 未加载
评论 #9262272 未加载
评论 #9260265 未加载
评论 #9260142 未加载
评论 #9260749 未加载
评论 #9260944 未加载
评论 #9260846 未加载
评论 #9260441 未加载
评论 #9261267 未加载
评论 #9260716 未加载
评论 #9261359 未加载
评论 #9260363 未加载
orandabout 10 years ago
Nooooo!!!! FoundationDB is too special to relegate to the iCloud back-end. There&#x27;s nothing else quite like it out there that&#x27;s publicly available, either commercial or open-source. This just set the industry back several years. Given that Apple has virtually zero interest in server-side development tools, I highly doubt us civilians will ever see this amazing technology again. :-(
评论 #9260161 未加载
评论 #9260152 未加载
评论 #9260898 未加载
评论 #9261933 未加载
评论 #9260157 未加载
sporklandabout 10 years ago
What really differentiated it was the fact that multi-key transactions allowed for you to reasonably build any number of logical data models on top of it in a linearly scalable way. It was all built to an extremely high degree of polish with an extremely good testing and simulation harness and a high degree of predictability in performance. It was basically Spanner for the rest of us, without atomic clocks (and they also shipped an F1, their SQL layer on top). As others have mentioned, the closest cousin at the moment is probably cockroach, but it relies on wall clocks which will probably lead to problems in certain cases, but gets an easier way to scale writes.<p>Here&#x27;s the architecture diagram for FDB, it&#x27;s pretty fun to read: <a href="https://foundationdb.com/files/Architecture.pdf" rel="nofollow">https:&#x2F;&#x2F;foundationdb.com&#x2F;files&#x2F;Architecture.pdf</a>
评论 #9262713 未加载
评论 #9261401 未加载
评论 #9264915 未加载
justin66about 10 years ago
All the company&#x27;s github repositories have been pulled:<p><a href="https://github.com/FoundationDB/" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;FoundationDB&#x2F;</a>
评论 #9260769 未加载
评论 #9260209 未加载
评论 #9260248 未加载
评论 #9260458 未加载
评论 #9260267 未加载
jordanthomsabout 10 years ago
Apple is the worst acquirer in the industry, at least for users of the acquired company&#x27;s products. Nobody else would dare kill a _database_ with no warning, explanation, or migration plan - not even a goodbye blog post!<p>Whenever Apple acquires anything that runs on a competing company&#x27;s platform, that version is immediately killed (see any of their mobile app acquisitions).<p>Thanks for making things that much harder for every other database startup.
评论 #9263761 未加载
评论 #9261364 未加载
jaytaylorabout 10 years ago
Do any of you know if Apple has acquired companies which are partially open-source (FDB SQL layer) with a substantial technologist user-base before?<p>Knowing their past behavior would be an interesting indicator of what is most likely to follow here.<p>According to the TC article (and their website), FDB is no longer available for download and there is a &quot;goodbye&quot;-esque type of message on their community site [0]. Their github [1] repos have all now been made private. This seems most unfortunate for anyone who&#x27;s included FDB in their tech stack.<p>For reference, FoundationDB has been compared to Google&#x27;s F1 database [2] [3], so this is Apple purchasing a pretty shiny piece of technology.<p>[0] <a href="http://community.foundationdb.com/index.html" rel="nofollow">http:&#x2F;&#x2F;community.foundationdb.com&#x2F;index.html</a><p>[1] <a href="https://github.com/FoundationDB/" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;FoundationDB&#x2F;</a><p>[2] <a href="http://blog.foundationdb.com/7-things-that-make-google-f1-and-the-foundationdb-sql-layer-so-strikingly-similar" rel="nofollow">http:&#x2F;&#x2F;blog.foundationdb.com&#x2F;7-things-that-make-google-f1-an...</a><p>[3] F1: A Distributed SQL Database That Scales - <a href="http://research.google.com/pubs/pub41344.html" rel="nofollow">http:&#x2F;&#x2F;research.google.com&#x2F;pubs&#x2F;pub41344.html</a>
评论 #9260595 未加载
评论 #9260180 未加载
评论 #9268103 未加载
评论 #9260206 未加载
0xFFCabout 10 years ago
So, database experts , what was specific about foundationDB ? Why apple chose this one ? There is planty of [a-bA-B]+DB&#x27;s out there. Why this one ? , Sry I dont know anything about databases , But I would love to know about them.
评论 #9260244 未加载
评论 #9260560 未加载
评论 #9264392 未加载
cynicalkaneabout 10 years ago
I interviewed with FoundationDB and came very close to working there. They were about as smart as you would expect the people behind that kind of technology would be--scalable distributed transactions at speeds many zeroes higher than what was thought possible--and I&#x27;m glad to see them succeed, but wondering what&#x27;s going to happen to their software. Whatever secret sauce made their software I&#x27;m not convinced the market can replicate anytime soon.<p>I also can&#x27;t help but wonder how much my options would have been worth.
评论 #9260726 未加载
jhuggabout 10 years ago
This just lines up with what we&#x27;ve seen in the KV space over the last 5 years. Mutating data and key-lookup are all well and good, but without a powerful query language and real index support, it&#x27;s much less interesting.<p>Quoting the Google F1 Paper: &quot;Features like indexes and ad hoc query are not just nice to have, but absolute requirements for our business.&quot;<p>Cassandra got ahead of this with CQL. FoundationDB saw this coming and bought Akiban to add a SQL layer. But bolting SQL onto a KV store, even a really good one, isn&#x27;t trivial to do. I&#x27;m not sure it ever delivered on the promise of a real query layer.<p>Still, I hope this is a good exit for the FDB team. The KV layer is pretty cool stuff.<p>Full disclosure: VoltDB engineer here.
评论 #9261188 未加载
teerayabout 10 years ago
One of their engineers gave a great talk at Strangeloop (<a href="https://m.youtube.com/watch?v=4fFDFbi3toc" rel="nofollow">https:&#x2F;&#x2F;m.youtube.com&#x2F;watch?v=4fFDFbi3toc</a>) that shows some of the amazing simulations they ran FoundationDB through. It&#x27;s well worth a watch if you want to understand the punishment that they put this database through to make it stand out.
burkeabout 10 years ago
This actually makes me pretty sad. FoundationDB was the best shot the world-at-large had at a decent distributed <i>database</i>.
threeseedabout 10 years ago
Well this is a very unusual announcement.<p>From what I know Apple is a big user of Cassandra and Teradata for iCloud, iTunes etc. Both of which are very solid databases that have been proven to scale.<p>I am not doubting FoundationDB&#x27;s credentials but it&#x27;s pretty extraordinary if they are having scalability issues with either.<p>My guess is that Apple plans to create an equivalent to Facebook&#x27;s Parse. Either that or this is an acquihire.
评论 #9260242 未加载
评论 #9260487 未加载
评论 #9261465 未加载
tjholowaychukabout 10 years ago
Would be nice to know what this means for existing customers. Did we just waste a bunch of time with FDB? Is it going to be open-sourced?
评论 #9260003 未加载
jaimebueltaabout 10 years ago
About FoundationDB, they have this blog post about achieving almost 15 million writes per second<p><a href="http://blog.foundationdb.com/databases-at-14.4mhz" rel="nofollow">http:&#x2F;&#x2F;blog.foundationdb.com&#x2F;databases-at-14.4mhz</a><p>It&#x27;s a pretty impressive number, though as always with benchmarks, should be taken with care.
评论 #9260816 未加载
jordi92about 10 years ago
One interesting aspect FDB was offering is the multi-model approach. Fortunately, there are still true open source alternatives for this like ArangoDB and OrientDB.
评论 #9260820 未加载
krickabout 10 years ago
Can anyone explain what&#x27;s so special about FoundationDB? Why Apple would want to acquire it? Why exactly FDB and not some other *DB, which we have tons now after last… I don&#x27;t know… seven years? Just why? I don&#x27;t get it.
评论 #9260934 未加载
beagle3about 10 years ago
Can someone give a quick description of what made FoundationDB different than the bajillion other database engines out there?
评论 #9260287 未加载
jordzabout 10 years ago
Interesting, they invest heavily in Cassandra (something like 10PB, 80K+ nodes). I&#x27;ve not really seen much of FoundationDB but is it not similar?
评论 #9260288 未加载
评论 #9260368 未加载
arthursilvaabout 10 years ago
Woa, that was unexpected! So sad to see this great piece of software dragged to Apple dungeons.
eklavyaabout 10 years ago
If foundationdb was open source, can&#x27;t the community continue with the last open sourced release?
评论 #9262108 未加载
amlutoabout 10 years ago
I wonder whether Apple is planning on open-sourcing the code. If they want it for internal use, then open sourcing it could make the whole project less expensive.
评论 #9260498 未加载
评论 #9260720 未加载
ChuckMcMabout 10 years ago
Congrats Nick and company! Way to go! And crap! I was hoping to use that stuff.
评论 #9261791 未加载
Donchabout 10 years ago
Reminds me a little of Apple&#x27;s buyout of the compositing software Shake from Nothing Real and their brutal &quot;end of life&quot; process.<p><a href="http://en.wikipedia.org/wiki/Shake_%28software%29" rel="nofollow">http:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;Shake_%28software%29</a><p>&quot;Existing maintenance program subscribers had the option to license the Shake source code for $50,000 USD.&quot;
kahunamooreabout 10 years ago
What is needed is a middle ground between OSS and proprietary licensing. Towards this end we are attempting to define a new software license that is organized around the idea of a software cooperative. This provides the basis for a sustainable business model that OSS, frankly, does not have.<p>This also helps solve the larger problem of concentration of wealth&#x2F;power within large corporations as the cooperatives would be distributing the wealth to all participants and not just to founders.<p>It also provides a better path for startups so they don&#x27;t have to borrow VC money and can get the help of the community to move them toward profitability in the long term rather than taking the first available bag of money from disinterested investors who only want a return on &quot;their&quot; money.<p>Cooperatives are among the most stable forms of enterprise and are run via direct democracy (at least in our view.)<p>To discuss this further, join our mailing list here:<p>groups.google.com&#x2F;d&#x2F;forum&#x2F;coopsource
gkyaabout 10 years ago
Now, what I do not understand is that why would Apple wish to make an over-the-top TV set or whatever. I&#x27;d say that they have a loyal userbase--if it only consisted of the mac-using coffeeshop-goers, the business probably would still survive--and a sustainable business model, and they are not going in negative direction economically. Why install another arm to your business?<p>I also wonder if it is lawful to remove an opensource project overnight from public access, to which people outside the company might have contributed. I have not used this product before and I know neither its licence nor the amount or existence of its contributors, but if I have had made a significant contribution, I would be very annoyed in this case and have sued--if possible--Apple or whoever responsible for publication of the sources until the acquisition.
kolevabout 10 years ago
How did it compare to ActorDB [0]?<p>[0] <a href="http://www.actordb.com/" rel="nofollow">http:&#x2F;&#x2F;www.actordb.com&#x2F;</a>
PeterCorlessabout 10 years ago
Congrats to the FoundationDB team from us at Aerospike. We respect what FoundationDB was doing with NoSQL and ACID and believe this validates the importance of reliability and enterprise-readiness in the NoSQL market.<p>I&#x27;d love to hear from anyone who was actually using FoundationDB in development or production, and what other NoSQL open source alternatives you are considering. pcorless@aerospike.com ; <a href="http://goo.gl/KVQxyq" rel="nofollow">http:&#x2F;&#x2F;goo.gl&#x2F;KVQxyq</a>
Gurreweabout 10 years ago
The company I&#x27;m working for is looking for a way to scale our DB-layer. Anyway, FoundationDB was more or less the only candidate against MySQL.<p>Does anyone know of any good (and proven) alternatives to FoundationDB?
评论 #9279946 未加载
jshererabout 10 years ago
Interesting. I was checking out FDB earlier this month for solving some interesting scalability challenges. I&#x27;m quite glad I hadn&#x27;t decided to re-architect a bunch things based on it!<p>Did any of you get bitten?
rhomlabout 10 years ago
Too bad not many people read this <a href="https://twitter.com/ibobrik/status/454205142662119424" rel="nofollow">https:&#x2F;&#x2F;twitter.com&#x2F;ibobrik&#x2F;status&#x2F;454205142662119424</a>
film42about 10 years ago
I feel really bad for all other database startups out there. I&#x27;m sure this is sending a negative shockwave through every devops team out there to <i>not</i> use up-and-coming databases.
kore_sarabout 10 years ago
They removed the npm package few hour before our very important deployment. As the result, our client didn&#x27;t get a feature, we didn&#x27;t get our money. Die, FoundationDB, die!
chxabout 10 years ago
Funny how everyone accepts this as fact despite techcrunch printing it. The only facts available are that the repos and downloads have been pulled.
评论 #9261301 未加载
datashovelabout 10 years ago
I don&#x27;t want to believe it, but I&#x27;m starting to think Apple is the new Microsoft &#x2F; Oracle.
评论 #9261380 未加载
magdabout 10 years ago
And this is why my chef broke todya.
kolevabout 10 years ago
Very well said!
评论 #9261215 未加载
评论 #9260472 未加载
systemtheoryabout 10 years ago
yet another argument for rethinking the open source model.
评论 #9265163 未加载
nickleeflyabout 10 years ago
Hope app store can be faster
评论 #9260831 未加载