System-List

Awesome Systems

本文是对于服务端应用程序开发与系统架构领域中高可用系统搭建相关资料进行整理,更多的其他相关优秀资料可以参考笔者的 AwesomeList 系列,其他的还包括追求技术之上的进阶阅读学习索引机器学习、深度学习与自然语言处理领域推荐的书籍列表等等。随着公司业务的发展与终端用户的增加,保证系统的高可用性也日渐成为团队考虑的重要因素。

Overview

  • 2014-Software Architecture #Series#: Software architecture and software design are two aspects of the same topic. Both are about how software is structured in order to perform its tasks. The term “software architecture” typically refers to the bigger structures of a software system, whereas “software design” typically refers to the smaller structures.

Case Study

Resource

Book

  • 2016-架构师特刊-微服务与 DevOps 技术内参》📚

  • 2016-《Production Ready Microservices》》📚: Susan Fowler presents a set of microservice standards in depth, drawing from her experience standardizing over a thousand microservices at Uber. You’ll learn how to design microservices that are stable, reliable, scalable, fault tolerant, performant, monitored, documented, and prepared for any catastrophe.

  • 2017-《Microservice Patterns》》📚: A pattern language for microservices

  • 2017-《The System Design Primer》》📚: Learn how to design large scale systems. Prep for the system design interview.

  • 《Software-Engineering-at-Google》》📚: 《Software Engineering at Google》的中文翻译版本。

  • 2020-《Awesome Fenix》 📚 : 这是一部以“如何构建一套可靠的分布式大型软件系统”为叙事主线的开源文档,是一幅帮助开发人员整理现代软件架构各条分支中繁多知识点的技能地图。文章《什么是“凤凰架构”》详细阐述了这部文档的主旨、目标与名字的来由,文章《如何开始》简述了文档每章讨论的主要话题与内容详略分布,供阅前参考。

  • 2022-《高并发的哲学原理 Philosophical Principles of High Concurrency》📚: 我们将从动静分离讲起,一步步深入 Apache、Nginx、epoll、虚拟机、k8s、异步非阻塞、协程、应用网关、L4/L7 负载均衡器、路由器(网关)、交换机、LVS、软件定义网络(SDN)、Keepalived、DPDK、ECMP、全冗余架构、用户态网卡、集中式存储、分布式存储、PCI-E 5.0、全村的希望 CXL、InnoDB 三级索引、内存缓存、KV 数据库、列存储、内存数据库、Shared-Nothing、计算存储分离、Paxos、微服务架构、削峰、基于地理位置拆分、高可用等等等等。并最终基于地球和人类社会的基本属性,设计出可以服务地球全体人类的高并发架构。

Collection

Series

  • 2017-Re:从 0 开始的微服务架构 #Series#: 系列文章就是将以上过程给大家做个分享,不深究概念,不深入细节,只希望能够对微服务架构能够有一个相对全面的认识,从而能够帮助大家成功落地微服务架构。