Giter VIP home page Giter VIP logo

mit-6.824's Introduction

MIT-6.824

Note:2015 lab1通过所有的test case后,由于2016发布因此搁置2015

Introduction

利用 goroutine 和 channel 模拟分布式环境:

  1. 实现 raft 协议基本内容,在网络延时/分区和数据包丢失/重复/乱序下能够保证数据一致性
  2. 基于 Master/Slave 架构和 hash 分片实现 sharded fault-tolerant key/value storage system
    • master 管理配置顺序并响应 Join/Leave/Move/Query RPC 请求
    • slave负责数据存储并响应对应 shards的Get/PutAppend RPC 请求

Details

lab2 Raft Consensus Algorithm Implementation

lab3 Fault-Tolerant Key/Value Service Implementation

Lab 4 Sharded KeyValue Service Implementation

mit-6.824's People

Contributors

wiesen avatar

Watchers

James Cloos avatar cfzjywxk avatar

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.