Labs of MIT 6.824: Distributed Systems.
MIT6.824_2021 中文笔记(lab+paper+summary)
KunlunBase is a distributed relational database management system(RDBMS) with complete NewSQL capabilities and robust transaction ACID guarantees and...
raft is a golang library that provides a simple, clean, and idiomatic implementation of the Raft consensus protocol
My solution for MIT 6.5840 (aka. MIT 6.824). No failure within 30,000 tests.
distributed key - value persisted storage system
支持秒级分布式定时任务系统, A high performance distributed task scheduling system, Support multi protocol scheduling tasks
Raft 分布式共识算法动画演示中文版,加强理解Raft领导选举和日志复制两大关键流程
The labs of Raft consensus algorithm based on MadSim.
TuplDB is a high-performance, concurrent, transactional, scalable, low-level embedded database.
Yet Another RAFT implementation
distributed consensus protocol's bugs, flaws, deceptive traps, improvements
Xzero HTTP Application Server
Fault-tolerant key-value storage system based on Raft
codes and documents for MIT6.5840(6.824) 2023
A key value storage example powered by hashicorp raft and BadgerDB
Typesense Kubernetes Operator (TyKO) simplifies deploying, scaling, and managing Typesense clusters in Kubernetes
C++ app for computer vision inference, supporting multiple tasks and backends.
raft协议的Java版本简单实现
A distributed fault tolerant scheduler that is horizontally scalable 🔥
Asynchronous C implementation of the Raft consensus protocol
MIT 6.824 2018 lab. MIT6.824分布式系统(2018秋)
a repository for my curriculum project
An Open-Source, Distributed MQTT Broker for IoT.
Yet another distributed fault-tolerant key-value database Compatible with Redis written in Golang.
A recipe that will walk you through using either Meta Llama 3.1 405B or OpenAI GPT-4o deployed on Azure AI to generate a synthetic dataset using UC Be...
An C++ implementation of RAFT consensus algorithm based on jrpc
TuringCell: Run Linux over Paxos/Raft
Easy to use Raft library to make your app distributed, highly available and fault-tolerant
Raft distributed consensus for WebAssembly in Rust
A distributed MQTT broker,based on raft and rocksdb. 基于raft协议与rocksdb实现,完整V3.1.1协议规范实现.
Coolbeans is a distributed work queue that implements the beanstalkd protocol.
🚣♀️ <1kloc, well-documented Raft consensus algorithm implementation
Straightforward implementation of Raft Consensus
eraft-rs is raft component of etcd-rs
DeepDream for video with temporal consistency. Features RAFT optical flow estimation and occlusion masking to prevent ghosting. A PyTorch implementati...
《一种面向区块链的优化PBFT共识算法》基础源代码
MIT 6.824: Distributed System
Distributed KV Storage System based on Raft and RocksDB, can be use to store small files, like images.
The lightweight, distributed relational database built upon SQLite
Materials for MIT 6.824: Distributed Systems 2020
Some simulations of blockchain consensus based on ns3. Currently implemented consensus protocols include Raft, Paxos and PBFT.
Framework for writing scalable distributed stateful applications
Raft Consensus Algorithm. Uses in-house C++20 coroutines-based library for communications. Tested with unit-tests.
MIT's 6.824: Distributed systems course (2017)
High-performance distributed sync service and atomic DB
利用 Go 语言实现多种分布式算法
A fault-tolerant distributed key-value store using the Raft consensus algorithm.
🌈 raft-badger implements LogStore and StableStore Interface of hashicorp/raft. 🔥
FT Naming service based on RAFT