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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Introducing Serializable ACID Transactions on Streaming Data

13 点作者 jtagx超过 6 年前

1 comment

lixtra超过 6 年前
&quot;data Artisans Streaming Ledger [...] [extends] Apache Flink [...] to perform serializable transactions from multiple streams across shared tables and multiple rows of each table.&quot; [1]<p>This sounds like a hybrid approach if you need streaming to handle the speed and volume of data, but still want to use ACID on a small subset of events.<p>LMAX [2] architecture may be another approach to consider for your application.<p>[1] <a href="https:&#x2F;&#x2F;data-artisans.com&#x2F;wp-content&#x2F;uploads&#x2F;2018&#x2F;08&#x2F;2018-08-31-dA-Streaming-Ledger-whitepaper.pdf" rel="nofollow">https:&#x2F;&#x2F;data-artisans.com&#x2F;wp-content&#x2F;uploads&#x2F;2018&#x2F;08&#x2F;2018-08...</a><p>[2] <a href="https:&#x2F;&#x2F;martinfowler.com&#x2F;articles&#x2F;lmax.html" rel="nofollow">https:&#x2F;&#x2F;martinfowler.com&#x2F;articles&#x2F;lmax.html</a>