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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

MongoDB to acquire open-source mobile database Realm for $39M

38 点作者 febeling大约 6 年前

4 条评论

phamilton大约 6 年前
We (Remind) have been using Realm for a few years now. It&#x27;s been great at what it does, but we&#x27;ve started to depend on it less.<p>One of the issues we found was that Realm works really well with REST &#x2F; entity based APIs. You fetch the data, shove it in realm, and the screen updates. However, we&#x27;ve been moving more towards a screen based API using Graphql. We have a lot more partial entities that we fetch (Eg. A particular screen might only need user names rather than full user entities), and while we made it work with Realm we felt some pain around it.<p>We still use it for a lot of stuff, but it&#x27;s not quite as central to our app as it was before. It&#x27;s a useful database and we use it for all the database things in our app (caching and stuff) but the elegance of UI&lt;=&gt;Realm and Realm&lt;=&gt;Server has broken down a bit.
kevin_b_er大约 6 年前
Good for the founders, though with the purchase by Mongo, I will mourn when the Realm database system stops being open source.
评论 #19752902 未加载
craftoman大约 6 年前
MongoDB is such a great company with great products. Acquiring Realm will make it more enterprise and cloud friendly.
brad0大约 6 年前
Realm is an alternative to SQLite and ORM libraries from the looks of things.<p>It sounds like an interesting technology. Why didn’t it take off?