Skip to content

Commit

Permalink
Merge pull request #196 from GOODLABforDDS/eraftbook
Browse files Browse the repository at this point in the history
Eraftbook
  • Loading branch information
LLiuJJ authored Jul 11, 2024
2 parents d75a251 + 7b4255c commit 20b95bb
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 2 deletions.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,19 @@
中文 | [English](README_en.md)

### 概述
书籍名称:《分布式数据服务:事务模型、处理语言、一致性与体系结构》 ISBN:978-7-111-73737-7

本书详细地介绍了分布式数据服务协议库的eRaft原型系统实现原理和代码解剖。

eraft 项目的是将 mit6.824 lab 大作业工业化成一个分布式存储系统,我们会用全网最简单,直白的语言介绍分布式系统的原理,并带着你设计和实现一个工业化的分布式存储系统。

### 最新的文档
如果你想查看最新的文档,请访问 [eraft 官网](https://eraft.cn)

### 项目书籍
### 书籍配套视频教程
[bilibili](https://space.bilibili.com/389476201/channel/collectiondetail?sid=481263&spm_id_from=333.788.0.0)

### 书籍信息

![eraftbook](doc/eraftbook.jpeg)

Expand Down
10 changes: 9 additions & 1 deletion README_en.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,22 @@
[![License](https://img.shields.io/badge/license-MIT-green)](https://opensource.org/licenses/MIT)

[中文](README.md) | English
### Overview
### Overview
Book title: 【Distributed Data Services: Transaction Models, Processing Language, Consistency and Architecture.】

ISBN:978-7-111-73737-7

This book provides a detailed introduction to the implementation principles and code analysis of the eRaft prototype system in the distributed data services protocol library.

The eraft t project is to industrialize the mit6.824 lab operation into a distributed storage system. We will introduce the principles of distributed systems in the simplest and straightforward way, and guide you to design and implement an industrialized distributed storage system.

### Newest document

If you want to check the latest documents, please visit [eraft official website](https://eraft.cn)

### Video tutorials
[bilibili](https://space.bilibili.com/389476201/channel/collectiondetail?sid=481263&spm_id_from=333.788.0.0)

### Ebook for this project

![eraftbook](doc/eraftbook.jpeg)
Expand Down

0 comments on commit 20b95bb

Please sign in to comment.