add comments for sofa-jraft(https://github.com/sofastack/sofa-jraft)
show how to use raft in personal project and integrate yu-the-great lib with it.
[Innopolis University] Distributed and Network Programming Course 2022.
A replicated, fault-tolerant URL shortener implementing the Raft protocol (project work at TUM)
My solutions to labs for MIT 6.824 / 6.5840
A cloud-based file synchronization service, implementing RAFT consensus for fault tolerance and using gRPC for client-server communication
Replicating VMWare's Key-Value Store SplinterDB using the Raft Consensus Algorithm
Raft algorithm with PyQt5 GUI for monitoring
A distributed key-value store built upon the Raft consensus algorithm.
A distributed queue that optimizes data transfer over the network [in development]
Make anything a cluster GO wrapper
Go implementation of the Raft protocol for distributed consensus
MIT 6.824 Lab
🕸️ Distributed Key-Value store using Raft for consensus and Serf for peer discovery.
the raft for java.(分布式一致性协议 raft java 版本实现,分布式的基石)
🦜 raft consensus for pirates
A highly available, fault-tolerant and (blazingly) fast distributed key-value database.
mistral-qa-optimization | project for the Natural Language Processing course (ComputerScience @ UniPd) | w/ Shakiba Farjood Fashalam - Marcos Tidball...
Implementations of landmark papers and personal projects involving distributed systems.
High Availability, Service Discovery & Distributed Key-Value Store
Distributed System Related Projects in GO
MIT 6.824 Distributed Systems 2021 labs with all tests passed.
A location-based personalized recommendation/Q&A assistant that uses MULT-MODAL RAG to interact with businesses on maps.
Log service from Distributed Services with Go
Java实现raft协议
Go implementation of the Raft consensus protocol
A consensus algorithm implementation. Decoupled elections and log replications.
In this repo, you will find distributed systems projects that I have worked on.
The Raft Consensus Algorithm In Rust
Simple analysis script 'demotest.py' using RAFT optical flow to get flow vectors, occlusion masks, and Information on keyframes with significant motio...
基於Raft共識演算法的區塊鏈技術
Distributed system simulator with mutual exclusion, chord system, and raft for leader election.
A Deep Dive Into the Raft Consensus Algorithm
SDK for the Raft Protocol
Raft mod for simple latern physics.
Curious About Distributed Systems
raft-nginx 是利用hashicorp的raft 协议,实现一个边缘计算nginx网关的集群框架
A naive implementation of Raft consensus algorithm in Rust
Learning Raft Consensus Algorithm
Graft is a distributed workflow orchestration system for building scalable applications. It executes complex multi-step workflows across clusters of n...
Http KV storage server based on raft module of etcd
An asynchronous Raft implementation in Java, C++ and Rust that lets you mix cross-language cluster nodes
Distributed Commit Log service
learning raft for the fun - with rust and codex
Rafty is a library for maintaining a replicated state machine following the Raft consensus protocol
Includes Lab2 (KV local store) and Lab3 (Raft algorithm) from MIT-6.5840 Distributed Systems course