Skip to content

shaleman/paxos

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

paxos library

Paxos library provides a multi paxos implementation that can be used in variety of scenarios like:

  • Distributed lock and metadata service
  • Distributed consistent database
  • Replicated embeded KV store
  • Replicated state machines

This paxos implentation provides a consensus based consistent log replication. Though this is a paxos implementation, its more closer to Raft algorithm in many aspects. It is less opinionated than Raft in Paxos implementation. Main reason for creating this library is most of the Raft implementations are ill suited for building high performance distributed consistent databases. This library tries to be high performance paxos implementation for high throughput applications

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published