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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

I am building a DB based on JSON OT for collaborative apps

3 点作者 gavribirnbaum大约 5 年前
I am starting to build a NoSQL database built for collaborative apps. Collaborative apps have a huge versioning issue and current databases don’t implement that well I believe.<p>The idea is a DB based on JSON Operational Transformation. Updates are made based on operations with a document version. Plus I was thinking of having subscriptions like RethinkDB.<p>Does that sounds like something helpful? Would love any feedback!

2 条评论

oneearedrabbit大约 5 年前
I&#x27;m pretty sure you heard about ShareDB [1]; I wonder, if you&#x27;re implementing your own solution because there are some limitations in ShareDB.<p>- [1] <a href="https:&#x2F;&#x2F;github.com&#x2F;share&#x2F;sharedb" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;share&#x2F;sharedb</a>
评论 #22867166 未加载
brudgers大约 5 年前
This sounds isomorphic with multi-version concurrency control. <a href="https:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;Multiversion_concurrency_control" rel="nofollow">https:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;Multiversion_concurrency_contr...</a>