分散式系統學習筆記

栏目: 编程工具 · 发布时间: 6年前

内容简介:這篇重新整理學習底下整理一些相關的 Topics,都是邊研讀邊整理,當作自己的學習歷程紀錄。

這篇重新整理學習 分散式系統 的總綱、目錄。

Topics for Distributed Systems

底下整理一些相關的 Topics,都是邊研讀邊整理,當作自己的學習歷程紀錄。

  • 基礎概念與核心議題
    • CAP Theorem、ACID、BASE
    • [分散式一致性問題][8]
    • [共識演算法 (Consensus Algorithm)、Paxos 與 Raft][8]
  • 方法論、概念
    • Microservices、Service Discovery、Service Mesh、API Gateway
    • Distributed Locking
    • [Distributed Message Systems][3]
    • Cloud Native 概念,包含 CI/CD
    • 通訊:IPC、RPC
    • 雲端架構實務,像是 [Architecting for the Cloud][4]
  • 實踐

以上就是本文的全部内容,希望本文的内容对大家的学习或者工作能带来一定的帮助,也希望大家多多支持 码农网

查看所有标签

猜你喜欢:

本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们

Designing with Web Standards (2nd Edition)

Designing with Web Standards (2nd Edition)

Jeffrey Zeldman / Peachpit Press / 2006-07-06 / USD 44.99

Best-selling author, designer, and web standards evangelist Jeffrey Zeldman has updated his classic, industry-shaking guidebook. This new edition--now in full color--covers improvements in best prac......一起来看看 《Designing with Web Standards (2nd Edition)》 这本书的介绍吧!

Base64 编码/解码
Base64 编码/解码

Base64 编码/解码

URL 编码/解码
URL 编码/解码

URL 编码/解码

RGB HSV 转换
RGB HSV 转换

RGB HSV 互转工具