Settings

Theme

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

24 points by nsstring96 7 years ago · 5 comments · 1 min read


I've been reading up quite a bit on distributed database and compute technologies like Spanner/MapReduce as well as some interesting blog posts on scaling out of Facebook/Twitter/Netflix. That got me wondering how even "harder" problems - like Visa'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.

I haven't been able to find much online on how applications like these are designed, verified and implemented, so any help will be appreciated!

rasmi 7 years ago

Give "Designing Data-Intensive Applications" a read. It's an excellent book on these topics.

https://dataintensive.net

TACIXAT 7 years ago

This repo was posted a few weeks back.

https://github.com/donnemartin/system-design-primer

deathtrader666 7 years ago

The books on "Architecture of Open Source Applications" might have what you're looking for.

lambda_func 7 years ago

You can start with Prof. Ken Birman's book "Guide to Reliable Distributed Systems: Building High-Assurance Applications and Cloud-Hosted Services".

Keyboard Shortcuts

j
Next item
k
Previous item
o / Enter
Open selected item
?
Show this help
Esc
Close modal / clear selection