Skip to content

XijiaoLi/Paxospp

Repository files navigation

Introduction

Paxospp is a state-synchronization C++ library based on Paxos protocol. It can help your services in synchronizing the state from a single node to the other nodes to form a multi-copy cluster and handling fail-over automatically.

Authors: Xijiao Li, Luofei Zhang, Jiawei Zhang

Acknowledgement

  • Bjarne Stroustrup. Modern C++ Features
  • Leslie Lamport. Paxos Made Simple Paper
  • MIT. 6.824: Distributed Systems
  • Columbia University. COMS W4113 Distributed Systems

Content

References