MIT6.824 Lab2-Raft的个人实现
精选技术文章
Raspberry pi 4 4개를 이용해서 클러스터 환경을 공부하는 레포
MIT 6.824 Distributed Systems (2020 Spring)
Simple implementation of raft based consensus algorithm used in distributed systems. This application is built for demonstration purpose and can be ex...
SQLite Clustered Database
2017春季MIT分布式系统课程实验
Distributed KV Streams
MIT-6.824-2022 分布式课程项目
A Raft implementation which can bring consensus to every database
Minimal K/V store with API and Dashboard
A formally verified Raft specification in SPIN, as course project of Software Formal Verification, 2020 Autumn, Tsinghua University
Raft协议Go版本的一种实现。
Cluster membership manager using the SWIM Protocol and Raft's leader election sub-protocol.
This is a small demo of how to transform a simple single-server RocksDB service written in Rust into a distributed version using OmniPaxos.
LynxDB is a distributed storage writen by Java language, Supporting (key, column family, column, value) structured storage.
Blogs for Ruby Roses.
Cloud Native Distributed Nearest Neighbour Search
Dinghy implements leader election using the raft protocol
基于时间轮 , tcp 通讯的任务调度系统
Hashicorp Vault HA cluster based on Raft Consensus Algorithm
Collect must-read papers on distributed systems
Raft protocol implementation as part of "Distributed databases" course in UCU
An implementation of the Raft consensus protocol.
Build distributed, low-latency services with a redis-compatible protocol and sentinel client support
Python implementation of the Raft algorithm for distributed consensus
Proof-of-concept distributed key-value store implementation on top of MicroRaft, Protocol Buffers, and gRPC
Encoders and decoders of the Protocol-Buffers messages for the constituents defined in the raftlog crate
💎 Diom - components platform for robust services
An implementation of Raft to support simulation in Omnet++
Raft Consensus Algorithm implementation in Zig
raftd 基于raft和bolt的分布式KV数据库 由于简单实现了租约系统 可以用于简单的服务发现 基于gin框架提供http服务
A distributed search and SQL analytics engine in Rust with Raft consensus, hybrid BM25+vector search, and a search-aware query planner — powered by Ta...
A demo 1-to-1 implementation with high availability in Golang for Raft, based on 6.824's raft labs. (NJU dissys course's lab code)
High performance distributed key-value database
RAFT implementation in Java
Zeroconf setup for tinc (mesh vpn) using consul as coordinator backend, and compatible with kubernetes
Raft Consensus Algorithm in Zig
A simple Bank-app using the Aeron cluster
go实现的简单KV型内存数据库,支持持久化,使用raft保证高可用。
Raft consensus algorithm implementation in typescript
An Implementation for Raft Lab
Setup XDC BlockChain network in a matter of minutes.
An embedded distributed task scheduler for Go
Key-value store on top of Raft Consensus Algorithm
Redis-compatible distributed key-value database built on Raft and RocksDB that provides strong consistency and automatic failover in a clustered envir...
VRAFT is a framework written in C++ that implements RAFT protocol and SEDA architecture. Based on VRAFT, distributed software can be developed easily,...
A distributed SQL database with replication, fault-tolerance, tunable consistency and leader election.