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.

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

24 pointsby nsstring96almost 7 years ago
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 comments

rasmialmost 7 years ago
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>
TACIXATalmost 7 years ago
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>
deathtrader666almost 7 years ago
The books on &quot;Architecture of Open Source Applications&quot; might have what you&#x27;re looking for.
lambda_funcalmost 7 years ago
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;.