Java 实现的分布式系统课程(MIT6.824)
RaftKeeper is a high-performance distributed consensus service.
MIT6.824_2021 中文笔记(lab+paper+summary)
Labs of MIT 6.824: Distributed Systems.
KunlunBase is a distributed relational database management system(RDBMS) with complete NewSQL capabilities and robust transaction ACID guarantees and...
My solution for MIT 6.5840 (aka. MIT 6.824). No failure within 30,000 tests.
raft is a golang library that provides a simple, clean, and idiomatic implementation of the Raft consensus protocol
distributed key - value persisted storage system
Raft 分布式共识算法动画演示中文版,加强理解Raft领导选举和日志复制两大关键流程
The labs of Raft consensus algorithm based on MadSim.
支持秒级分布式定时任务系统, A high performance distributed task scheduling system, Support multi protocol scheduling tasks
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
Typesense Kubernetes Operator (TyKO) simplifies deploying, scaling, and managing Typesense clusters in Kubernetes
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
C++ app for computer vision inference, supporting multiple tasks and backends.
A distributed fault tolerant scheduler that is horizontally scalable 🔥
raft协议的Java版本简单实现
Asynchronous C implementation of the Raft consensus protocol
Interactive Raft consensus visualizer. Crash nodes, partition the network, cut single links one-way, and watch elections and log repair play out — wit...
MIT 6.824 2018 lab. MIT6.824分布式系统(2018秋)
a repository for my curriculum project
An Open-Source, Distributed MQTT Broker for IoT.
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
Yet another distributed fault-tolerant key-value database Compatible with Redis written in Golang.
TuringCell: Run Linux over Paxos/Raft
Easy to use Raft library to make your app distributed, highly available and fault-tolerant
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.
Raft distributed consensus for WebAssembly in Rust
🚣♀️ <1kloc, well-documented Raft consensus algorithm implementation
MIT 6.824: Distributed System
Materials for MIT 6.824: Distributed Systems 2020
Straightforward implementation of Raft Consensus
eraft-rs is raft component of etcd-rs
《一种面向区块链的优化PBFT共识算法》基础源代码
DeepDream for video with temporal consistency. Features RAFT optical flow estimation and occlusion masking to prevent ghosting. A PyTorch implementati...
The lightweight, distributed relational database built upon SQLite
Some simulations of blockchain consensus based on ns3. Currently implemented consensus protocols include Raft, Paxos and PBFT.
Raft Consensus Algorithm. Uses in-house C++20 coroutines-based library for communications. Tested with unit-tests.
Distributed KV Storage System based on Raft and RocksDB, can be use to store small files, like images.
Framework for building scalable distributed stateful applications
High-performance distributed sync service and atomic DB
MIT's 6.824: Distributed systems course (2017)
🌈 raft-badger implements LogStore and StableStore Interface of hashicorp/raft. 🔥