Giter VIP home page Giter VIP logo

mit-6.824-lab's Introduction

MIT-6.824-Lab

这是MIT 6.824分布式系统的课后实验的代码实现。

目录

实验的目录结构为:

└─src
    ├─kvraft     
    ├─labgob
    ├─labrpc
    ├─main          // 主函数,开启程序、测试结果
    ├─models
    ├─mr            // mapreduce的主程序
    ├─mrapps
    ├─porcupine
    ├─raft          // raft的主程序
    ├─shardkv
    └─shardmaster

实验主要分为4个部分:

  • Lab 1: MapReduce

  • Lab 2: Raft

  • Lab 3: Fault-tolerant Key/Value Service

  • Lab 4: Sharded Key/Value Service

以上的实验是循序渐进的,所以最好是一个一个按顺序完成。

实验1:MapReduce

本实验涉及的文件目录主要包含:

main         ## mapreduce程序调用入口,脚本测试
mr           ## mapreduce的主程序
mrapps       ## 写好的map、reduce函数,用于测试

具体的解释,参考MapReduce实验详情

实验2:Raft

xxx待更新

学习资料

mit-6.824-lab's People

Contributors

ccowzh avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

mit-6.824-lab's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.