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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Tango: Distributed Data Structures Over a Shared Log (2013)

93 点作者 another超过 8 年前

6 条评论

mankurt超过 8 年前
Here is a nice summary of the Tango paper. <a href="http:&#x2F;&#x2F;muratbuffalo.blogspot.com&#x2F;2014&#x2F;09&#x2F;paper-summary-tango-distributed-data.html" rel="nofollow">http:&#x2F;&#x2F;muratbuffalo.blogspot.com&#x2F;2014&#x2F;09&#x2F;paper-summary-tango...</a>
andr超过 8 年前
Sounds like a low-level implementation of event sourcing&#x2F;CQRS. Is there anything similar that is usable right now? Perhaps built on Kafka?
评论 #12945118 未加载
评论 #12945006 未加载
评论 #12946102 未加载
rvenkatesh25超过 8 年前
&quot;the abstraction of a replicated, in-memory data structure (such as a map or a tree) backed by a shared log&quot;<p>If I read just this piece of text anywhere, the word popping up in my mind would be zookeeper
评论 #12945023 未加载
wavewash超过 8 年前
A couple of my friends have been looking at this paper and created their own visualization implementation: <a href="https:&#x2F;&#x2F;github.com&#x2F;derekelkins&#x2F;tangohs" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;derekelkins&#x2F;tangohs</a>
GordonS超过 8 年前
Maybe add &#x27;2013&#x27; to the title?
EGreg超过 8 年前
Why need a shared log? Remember the CAP theorem. No need for these bottlenecks. If you want to store that A happened after B, just have A store a (hash of) B.
评论 #12945560 未加载
评论 #12945929 未加载
评论 #12946870 未加载