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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Ask HN: Good resources to learn about mission-critical distributed systems?

24 点作者 nsstring96将近 7 年前
I&#x27;ve been reading up quite a bit on distributed database and compute technologies like Spanner&#x2F;MapReduce as well as some interesting blog posts on scaling out of Facebook&#x2F;Twitter&#x2F;Netflix. That got me wondering how even &quot;harder&quot; problems - like Visa&#x27;s payments system, or the global stock exchange network, are implemented. In these applications, the problem is inherently planet-scale, correctness is of utmost importance, and latency is still very, very important.<p>I haven&#x27;t been able to find much online on how applications like these are designed, verified and implemented, so any help will be appreciated!

4 条评论

rasmi将近 7 年前
Give &quot;Designing Data-Intensive Applications&quot; a read. It&#x27;s an excellent book on these topics.<p><a href="https:&#x2F;&#x2F;dataintensive.net" rel="nofollow">https:&#x2F;&#x2F;dataintensive.net</a>
TACIXAT将近 7 年前
This repo was posted a few weeks back.<p><a href="https:&#x2F;&#x2F;github.com&#x2F;donnemartin&#x2F;system-design-primer" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;donnemartin&#x2F;system-design-primer</a>
deathtrader666将近 7 年前
The books on &quot;Architecture of Open Source Applications&quot; might have what you&#x27;re looking for.
lambda_func将近 7 年前
You can start with Prof. Ken Birman&#x27;s book &quot;Guide to Reliable Distributed Systems: Building High-Assurance Applications and Cloud-Hosted Services&quot;.