{"id":13472294,"url":"https://github.com/haraldng/omnipaxos","last_synced_at":"2025-03-26T15:31:48.080Z","repository":{"id":41971109,"uuid":"342004918","full_name":"haraldng/omnipaxos","owner":"haraldng","description":"OmniPaxos is a distributed log implemented as a Rust library.","archived":false,"fork":false,"pushed_at":"2025-02-15T15:07:04.000Z","size":6372,"stargazers_count":195,"open_issues_count":16,"forks_count":30,"subscribers_count":10,"default_branch":"master","last_synced_at":"2025-02-28T06:20:10.929Z","etag":null,"topics":["consensus","distributed-systems","fault-tolerance","paxos","raft","replication","rust"],"latest_commit_sha":null,"homepage":"https://omnipaxos.com","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/haraldng.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"docs/contributing/contributing.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-02-24T19:01:20.000Z","updated_at":"2025-02-15T19:30:30.000Z","dependencies_parsed_at":"2024-05-22T05:30:27.010Z","dependency_job_id":"0c4e1442-1eda-41f0-814a-4cde27e10bca","html_url":"https://github.com/haraldng/omnipaxos","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/haraldng%2Fomnipaxos","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/haraldng%2Fomnipaxos/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/haraldng%2Fomnipaxos/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/haraldng%2Fomnipaxos/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/haraldng","download_url":"https://codeload.github.com/haraldng/omnipaxos/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245681383,"owners_count":20655180,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["consensus","distributed-systems","fault-tolerance","paxos","raft","replication","rust"],"created_at":"2024-07-31T16:00:53.598Z","updated_at":"2025-03-26T15:31:47.281Z","avatar_url":"https://github.com/haraldng.png","language":"Rust","funding_links":[],"categories":["Rust","\u003ca name=\"Rust\"\u003e\u003c/a\u003eRust"],"sub_categories":[],"readme":"OmniPaxos\n============\n\n![ci](https://github.com/haraldng/omnipaxos/actions/workflows/ci.yml/badge.svg)\n[![Cargo](https://img.shields.io/badge/crates.io-v0.2.2-orange)](https://crates.io/crates/omnipaxos)\n[![Documentation](https://docs.rs/omnipaxos/badge.svg)](https://docs.rs/omnipaxos)\n[![License](https://img.shields.io/badge/license-Apache--2.0-blue)](https://github.com/haraldng/omnipaxos)\n\n![overview](overview.png)\n\nOmniPaxos 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.\n\nSimilar 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.\n\nAn OmniPaxos node is implemented as a plain Rust `struct`. This allows it to be used with any desired storage, network, and runtime implementations.\n\nFor more detailed explanations and tutorials showcasing our features, check out https://omnipaxos.com. \n\nTo learn more about OmniPaxos, check out our [EuroSys'23 paper](https://dl.acm.org/doi/pdf/10.1145/3552326.3587441).\n\nFor a tutorial on OmniPaxos, checkout our blog post and video of how to build a distributed RocksDB [here](https://omnipaxos.com/blog/building-distributed-rocksdb-with-omnipaxos-in-8-minutes/).\n\n## License\nThis project is licensed under the [Apache-2.0 license](LICENSE).\n\n## Contribution\nUnless 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.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fharaldng%2Fomnipaxos","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fharaldng%2Fomnipaxos","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fharaldng%2Fomnipaxos/lists"}