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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Ask HN: How do I study distributed sytems?

18 点作者 borncrusader超过 6 年前
I&#x27;m at the juncture of my career where I want to focus more on Distributed Systems and specialize more in it. Short of reading seminal papers, understanding existing data systems like Spark, Kafka etc., how do I gain more working knowledge so as to improve my implementation skills of such a system.<p>While I haven&#x27;t really worked on a major project that explores core problems, I&#x27;d like to spend the next year or two learning more about it.<p>Looking forward to learning from the pioneers in this field who have implemented many such systems.

4 条评论

bharatm超过 6 年前
These are good places to start exploring.<p>MOOCs:<p><a href="https:&#x2F;&#x2F;www.edx.org&#x2F;course&#x2F;architecting-distributed-cloud-applications-1" rel="nofollow">https:&#x2F;&#x2F;www.edx.org&#x2F;course&#x2F;architecting-distributed-cloud-ap...</a><p><a href="https:&#x2F;&#x2F;www.edx.org&#x2F;course&#x2F;reliable-distributed-algorithms-part-2-kthx-id2203-2x" rel="nofollow">https:&#x2F;&#x2F;www.edx.org&#x2F;course&#x2F;reliable-distributed-algorithms-p...</a> - Part 2 contains all material from part 1 and part 2.<p>Books:<p>Big Data: Principles and Best Practices of Scalable Real-time Data Systems<p>Designing Data‑Intensive Applications<p>Programming Models for Distributed Computation<p>There are assignments in Go and other course material at MIT distributed systems course: <a href="https:&#x2F;&#x2F;pdos.csail.mit.edu&#x2F;6.824&#x2F;" rel="nofollow">https:&#x2F;&#x2F;pdos.csail.mit.edu&#x2F;6.824&#x2F;</a><p><a href="https:&#x2F;&#x2F;disco.ethz.ch&#x2F;courses&#x2F;podc&#x2F;" rel="nofollow">https:&#x2F;&#x2F;disco.ethz.ch&#x2F;courses&#x2F;podc&#x2F;</a> has some good lecture notes as well.
slimshady94超过 6 年前
This is a mid-level (not too simple, not too complex) introduction about the basics that I found useful <a href="http:&#x2F;&#x2F;book.mixu.net&#x2F;distsys&#x2F;" rel="nofollow">http:&#x2F;&#x2F;book.mixu.net&#x2F;distsys&#x2F;</a>
DevX101超过 6 年前
Check out relevant posts from this site:<p><a href="http:&#x2F;&#x2F;highscalability.com&#x2F;all-time-favorites&#x2F;" rel="nofollow">http:&#x2F;&#x2F;highscalability.com&#x2F;all-time-favorites&#x2F;</a>
sidcool超过 6 年前
Thanks for the question. I have been interested in distributed systems for a long time but so far haven&#x27;t got a solid material.