distributed-systems topic

List distributed-systems repositories

dragonboat

5.0k
Stars
532
Forks
Watchers

A feature complete and high performance multi-group Raft library in Go.

etcd-cloud-operator

234
Stars
42
Forks
Watchers

Deploying and managing production-grade etcd clusters on cloud providers: failure recovery, disaster recovery, backups and resizing.

clock

44
Stars
4
Forks
Watchers

Logical clocks implementation in Rust

distributed_rl

70
Stars
8
Forks
Watchers

Pytorch implementation of distributed deep reinforcement learning

raftor

37
Stars
7
Forks
Watchers

Distributed chat system built with rust

delicate

676
Stars
70
Forks
Watchers

A lightweight and distributed task scheduling platform written in rust. (一个轻量的分布式的任务调度平台通过rust编写)

distributed-dev-learning

47
Stars
19
Forks
Watchers

汇总、整理常用的分布式开发技术,给出demo,方便学习。包括数据分片、共识算法、一致性hash、分布式事务、非侵入的分布式链路追踪实现原理等内容。

library

130
Stars
26
Forks
Watchers

Collection of papers in the field of distributed systems, game theory, cryptography, cryptoeconomics, zero knowledge

6.824-raft

38
Stars
14
Forks
Watchers

mit 6.824 raft 协议的完整实现