Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Xide/ralf
Distributed state machine built on top of raft-rs
https://github.com/Xide/ralf
Last synced: 5 days ago
JSON representation
Distributed state machine built on top of raft-rs
- Host: GitHub
- URL: https://github.com/Xide/ralf
- Owner: Xide
- License: mit
- Created: 2018-04-06T14:40:03.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-04-09T13:49:02.000Z (over 6 years ago)
- Last Synced: 2024-10-11T18:09:45.153Z (about 1 month ago)
- Language: Rust
- Size: 4.37 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Ralf
Distributed state machine library, written in Rust on top of [raft-rs](https://github.com/pingcap/raft-rs).
[![Build Status](https://travis-ci.org/Xide/ralf.svg?branch=master)](https://travis-ci.org/Xide/ralf)
[![Coverage Status](https://coveralls.io/repos/github/Xide/ralf/badge.svg?branch=master)](https://coveralls.io/github/Xide/ralf?branch=master)
[![Crate homepage](https://img.shields.io/crates/v/raft.svg)](https://crates.io/crates/ralf)[Crate documentation](https://xide.github.io/ralf)
## Examples
| Example | Description |
| ---------------------------------- | ------------------------------------------------------------------------------------- |
| [Reducer flow](./examples/main.rs) | Create a simple local state machine, and see how to create reducers to handle events. |