TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

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

87 pointsby federicoponziover 5 years ago

3 comments

i_dursunover 5 years ago
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 未加载
thomover 5 years ago
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>
exabrialover 5 years ago
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 未加载