omnipaxos

Crates.ioomnipaxos
lib.rsomnipaxos
version0.2.2
sourcesrc
created_at2023-05-05 08:39:30.238533
updated_at2023-11-06 22:03:05.508003
descriptionA distributed log library written in Rust
homepagehttps://omnipaxos.com/
repositoryhttps://github.com/haraldng/omnipaxos
max_upload_size
id857458
size343,153
Harald Ng (haraldng)

documentation

README

OmniPaxos

ci Cargo Documentation License

OmniPaxos is an in-development replicated log library implemented in Rust. OmniPaxos aims to hide the complexities of consensus to provide users a replicated log that is as simple to use as a local log.

Similar to Raft, OmniPaxos can be used to build strongly consistent services such as replicated state machines. Additionally, the leader election of OmniPaxos offers better resilience to partial connectivity and more flexible and efficient reconfiguration compared to Raft.

An OmniPaxos node is implemented as a plain Rust struct. This allows it to be used with any desired storage, network, and runtime implementations.

For more detailed explanations and tutorials showcasing our features, check out https://omnipaxos.com.

To learn more about OmniPaxos, check out our EuroSys'23 paper.

For a tutorial on OmniPaxos, checkout our blog post and video of how to build a distributed RocksDB here.

License

This project is licensed under the Apache-2.0 license.

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in OmniPaxos by you shall be licensed as Apache-2.0, without any additional terms or conditions.

Commit count: 133

cargo fmt