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.

Noria: Dynamic, partially-stateful data-flow for high-perf web applications

61 pointsby mlernerover 3 years ago

5 comments

Orouover 3 years ago
The author of Noria, Jon Gjengset, gave a great talk about the system: <a href="https:&#x2F;&#x2F;www.youtube.com&#x2F;watch?v=s19G6n0UjsM" rel="nofollow">https:&#x2F;&#x2F;www.youtube.com&#x2F;watch?v=s19G6n0UjsM</a><p>The speeds achieved are impressive but you do not get consistency.
awinter-pyover 3 years ago
+1 for anything that schematizes caching semantics<p>I&#x27;ve gotten this wrong so many times, and because it only bites you in read-after-write scenarios, it can be difficult to catch with types + tests<p>feels like there are a bunch of patterns in client-server protocols that should be &#x27;as declarative as the schema&#x27;, but aren&#x27;t currently. caching, sync, field transformation, batching rules, multi-RPC flows like oauth
maxthegeek1over 3 years ago
I could see this being very useful. The standard cache + db architecture has some sharp edges that end up biting people all of the time e.g. the thundering herd problem.
评论 #29617748 未加载
vlmutoloover 3 years ago
Noria is great research. Though, for anyone wanting to play with it for new projects, be aware that Jon (the author) has said that it&#x27;s basically research-quality software, and the point was more to be a proof of value rather than to build a new production database.
fiatjafover 3 years ago
Where is the link to the code and installation steps?
评论 #29620550 未加载