# DistributedSystem-Series **Repository Path**: leehl/DistributedSystem-Series ## Basic Information - **Project Name**: DistributedSystem-Series - **Description**: :books: 深入浅出分布式基础架构,Linux 与操作系统篇 | 分布式系统篇 | 分布式计算篇 | 数据库篇 | 网络篇 | 虚拟化与编排篇 | 大数据与云计算篇 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-12-17 - **Last Updated**: 2021-12-05 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README [![Contributors][contributors-shield]][contributors-url] [![Forks][forks-shield]][forks-url] [![Stargazers][stars-shield]][stars-url] [![Issues][issues-shield]][issues-url] [![license: CC BY-NC-SA 4.0](https://img.shields.io/badge/license-CC%20BY--NC--SA%204.0-lightgrey.svg)][license-url]

Logo

在线阅读 >>

速览手册 · 代码实践 · 参考资料

# Distributed System Series(分布式系统·实践笔记) 深入浅出分布式基础架构是笔者归档自己,在学习与实践软件分布式架构过程中的,笔记与代码的仓库;主要包含分布式计算、分布式系统、数据存储、虚拟化、网络、操作系统等几个部分。所谓的分布式系统,其主要由网络、分布式存储与分布式计算等部分构成,分布式存储侧重于数据的读写存取及一致性等方面,而分布式计算则侧重于资源、任务的编排调度。 ![A Unified Data Infrastructure Architecture](https://s1.ax1x.com/2020/10/18/0XOno9.png) ## Nav | 导读 > 如果你想了解微服务/云原生等分布式系统的应用实践,可以参阅;如果你想了解数据库相关,可以参阅 [Database-Series](https://github.com/wx-chevalier/Database-Series);如果你想了解虚拟化与云计算相关,可以参阅 [Cloud-Series](https://github.com/wx-chevalier/Cloud-Series);如果你想了解 Linux 与操作系统相关,可以参阅 [Linux-Series](https://github.com/wx-chevalier/Linux-Series)。 # About ## Copyright & More | 延伸阅读 笔者所有文章遵循 [知识共享 署名-非商业性使用-禁止演绎 4.0 国际许可协议](https://creativecommons.org/licenses/by-nc-nd/4.0/deed.zh),欢迎转载,尊重版权。您还可以前往 [NGTE Books](https://ng-tech.icu/books/) 主页浏览包含知识体系、编程语言、软件工程、模式与架构、Web 与大前端、服务端开发实践与工程架构、分布式基础架构、人工智能与深度学习、产品运营与创业等多类目的书籍列表: [![NGTE Books](https://s2.ax1x.com/2020/01/18/19uXtI.png)](https://ng-tech.icu/books/) [contributors-shield]: https://img.shields.io/github/contributors/wx-chevalier/DistributedSystem-Series.svg?style=flat-square [contributors-url]: https://github.com/wx-chevalier/DistributedSystem-Series/graphs/contributors [forks-shield]: https://img.shields.io/github/forks/wx-chevalier/DistributedSystem-Series.svg?style=flat-square [forks-url]: https://github.com/wx-chevalier/DistributedSystem-Series/network/members [stars-shield]: https://img.shields.io/github/stars/wx-chevalier/DistributedSystem-Series.svg?style=flat-square [stars-url]: https://github.com/wx-chevalier/DistributedSystem-Series/stargazers [issues-shield]: https://img.shields.io/github/issues/wx-chevalier/DistributedSystem-Series.svg?style=flat-square [issues-url]: https://github.com/wx-chevalier/DistributedSystem-Series/issues [license-shield]: https://img.shields.io/github/license/wx-chevalier/DistributedSystem-Series.svg?style=flat-square [license-url]: https://github.com/wx-chevalier/DistributedSystem-Series/blob/master/LICENSE.txt