Coder Social home page Coder Social logo

mit-6.824's Introduction

MIT-6.824

mit 6.824分布式系统设计的lab练习

  • lab1: mapreduce,阅读论文mapreduce,实现mr的核心功能,并基于mr完成wordcount和倒排索引(done)
  • lab2A: leader election and heartbeat,阅读论文raft,实现leader election和heartbeat发送(done)
  • lab2B: keep a consistent, replicated log of operations,阅读论文raft,实现日志发送,并保证一致性(done)
  • lab2C: keep persistent state that survives a reboot,阅读论文raft,实现日志序列化和反序列化,以及完成论文第7页底部的nextindex优化(done)
  • lab3A: Key/Value Service without log compaction,基于lab2的raft协议实现一个可容错的kv存储系统,可以不支持日志压缩(done)
  • lab3B: Key/Value Service with log compaction,基于lab2的raft协议实现一个可容错的kv存储系统,需要支持日志压缩(todo)
  • lab4A: The Shard Master,基于lab3实现支持分片的kv存储系统(todo)
  • lab4B: Sharded Key/Value Server ,基于lab3实现支持分片的kv存储系统(todo)

mit-6.824's People

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.