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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Dynamically changing, partially-stateful data-flow database written in Rust

87 点作者 federicoponzi超过 5 年前

3 条评论

i_dursun超过 5 年前
Rust at speed talk from jonhoo actually adds some context around this project. <a href="https:&#x2F;&#x2F;youtu.be&#x2F;s19G6n0UjsM" rel="nofollow">https:&#x2F;&#x2F;youtu.be&#x2F;s19G6n0UjsM</a>
评论 #22305285 未加载
thom超过 5 年前
Claims to outperform Differential Dataflow[0] which underlies Materialize&#x27;s[1] incremental materialized view product. Supports SQL out of the box. Definitely worth a deeper look. This is such an exciting area right now, I am envious of anybody writing streaming applications in five years time!<p>0: <a href="https:&#x2F;&#x2F;github.com&#x2F;frankmcsherry&#x2F;differential-dataflow" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;frankmcsherry&#x2F;differential-dataflow</a><p>1: <a href="https:&#x2F;&#x2F;materialize.io&#x2F;" rel="nofollow">https:&#x2F;&#x2F;materialize.io&#x2F;</a>
exabrial超过 5 年前
Some highlights:<p>* Essentially a database that updates continuously materialized views upon write<p>* For read heavy web applications<p>* Speaks MySQL Protocol (caveats apply)
评论 #22304752 未加载