All Projects → dappFinance → Paxos_raft_protocol

dappFinance / Paxos_raft_protocol

分布式一致性协议相关论文及中文译文,涵盖Paxos、Raft、Zab

Projects that are alternatives of or similar to Paxos raft protocol

Dister
dister(Distribution Cluster)是一款轻量级高性能的分布式集群管理软件,实现了分布式软件架构中的常用核心组件,包括:服务配置管理中心、服务注册与发现、服务健康检查、服务负载均衡。dister的灵感来源于ZooKeeper、Consul、Etcd,它们都实现了类似的分布式组件,但是dister更加的轻量级、低成本、易维护、架构清晰、简单实用、性能高效,这也是dister设计的初衷。
Stars: ✭ 41 (-83.92%)
Mutual labels:  zookeeper, raft
Patroni
A template for PostgreSQL High Availability with Etcd, Consul, ZooKeeper, or Kubernetes
Stars: ✭ 4,434 (+1638.82%)
Mutual labels:  zookeeper, raft
JavaEE-projects
存放一些自己写的还有从不同开源社区fork下来的JavaEE项目,其中就不乏一些很多企业单位都在用的源码。
Stars: ✭ 43 (-83.14%)
Mutual labels:  zookeeper
raft
raft is a golang library that provides a simple, clean, and idiomatic implementation of the Raft consensus protocol
Stars: ✭ 35 (-86.27%)
Mutual labels:  raft
Kites
🪁 A consistency, partition tolerance completed distributed KV store, implementation of the Raft distributed consensus protocol and Kotlin.
Stars: ✭ 41 (-83.92%)
Mutual labels:  raft
docker-repo
A repository stores some dockerfiles or docker-compose files for quickly starting service or service cluster.
Stars: ✭ 26 (-89.8%)
Mutual labels:  zookeeper
zkpython example
A simple example using zkpython
Stars: ✭ 25 (-90.2%)
Mutual labels:  zookeeper
zookeeper exporter
Prometheus exporter for Zookeeper
Stars: ✭ 82 (-67.84%)
Mutual labels:  zookeeper
kerala
Distributed KV Streams
Stars: ✭ 16 (-93.73%)
Mutual labels:  raft
fire-im
分布式IM服务,参考https://github.com/crossoverJie/cim 实现
Stars: ✭ 17 (-93.33%)
Mutual labels:  zookeeper
srpc
一款轻量 高性能的RPC框架,基于netty,整合spring,支持注册中心,多种序列化,负载均衡等
Stars: ✭ 78 (-69.41%)
Mutual labels:  zookeeper
zkcli
A interactive Zookeeper client.
Stars: ✭ 101 (-60.39%)
Mutual labels:  zookeeper
simple-rpc-plus
使用netty和zookeeper技术实现的远程调用框架
Stars: ✭ 16 (-93.73%)
Mutual labels:  zookeeper
lib
Perl Utility Library for my other repos
Stars: ✭ 16 (-93.73%)
Mutual labels:  zookeeper
kzmonitor
kafka zookeeper monitor
Stars: ✭ 34 (-86.67%)
Mutual labels:  zookeeper
FISCO-BCOS
FISCO BCOS是由微众牵头的金链盟主导研发、对外开源、安全可控的企业级金融区块链底层技术平台。 单链配置下,性能TPS可达万级。提供群组架构、并行计算、分布式存储、可插拔的共识机制、隐私保护算法、支持全链路国密算法等诸多特性。 经过多个机构、多个应用,长时间在生产环境中的实践检验,具备金融级的高性能、高可用性及高安全性。FISCO BCOS is a secure and reliable financial-grade open-source blockchain platform. The platform provides rich features including group architecture, cross-chain communication protoc…
Stars: ✭ 1,603 (+528.63%)
Mutual labels:  raft
bitnami-docker-zookeeper
Bitnami Docker Image for Zookeeper
Stars: ✭ 91 (-64.31%)
Mutual labels:  zookeeper
yuzhouwan
Code Library for My Blog
Stars: ✭ 39 (-84.71%)
Mutual labels:  zookeeper
kafkactl
CLI for Apache Kafka Management -
Stars: ✭ 78 (-69.41%)
Mutual labels:  zookeeper
example-apps
Karafka WaterDrop and Sidekiq backend example application
Stars: ✭ 33 (-87.06%)
Mutual labels:  zookeeper

pasox_zab_protocol

分布式一致性协议相关论文及中文译文,涵盖Paxos、Raft、Zab。

Paxos

论文

Leslie Lamport(Paxos之父)论文《The Part-Time Parliament》、《Paxos Made Simple》。

The-Part-Time-Parliament

>> 译文

>> 原文

Paxos-Made-Simple

>> 译文

>> 原文

Diego Ongaro

作者:John Ousterhout(斯坦福大学教授) 和Diego Ongaro(斯坦福大学获得博士学位,Raft算法发明人)

>> 译文

>> 原文

该 PPT 深入分析了 Paxos 的设计原理,并以日志复制同步(Replicated Logs)为背景,详细介绍如何使用 Paxos 协议实现日志复制同步系统。 这也是我所遇到的讲解 Paxos 最为详尽的一份不可多得的资料。 如果大家对 PPT 里的内容不是很理解,可以订阅我的课程,对 PPT 的每一页都做了详细的讲解,并总结了算法实现概述。

详解 Paxos 分布式一致性协议,从零实现分布式日志同步复制(Replicated Logs)

Raft

作者:John Ousterhout(斯坦福大学教授) 和Diego Ongaro(斯坦福大学获得博士学位,Raft算法发明人)

>> 译文

>> 原文

>> Raft协议详解

>> Raft一致性算法论文译文

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].