Crates.io | seda_bus |
lib.rs | seda_bus |
version | 0.2.0 |
source | src |
created_at | 2020-03-03 23:38:51.326346 |
updated_at | 2020-04-19 00:00:35.524444 |
description | A Staged Event-Driven Architectural message bus |
homepage | https://resolvingarchitecture.io |
repository | https://github.com/resolvingarchitecture/seda-bus.git |
max_upload_size | |
id | 215153 |
size | 28,186 |
Clarity in Design
Staged Event-Driven Architecture Bus - A form of message bus avoiding the high overhead of thread-based concurrency models where channels get their own inbound and outbound queues.
Request BTC/XMR/ZEC address for a donation at brian@resolvingarchitecture.io.
!! WIP - not stable until version 1.0 !!
*[ ] 1.0.0 - Minimal Stable Useful Functionality *[x] 0.1.0 - send/receive non-persistent messages between two channels *[x] 0.2.0 - provide CLI *[ ] 0.3.0 - provide optional guaranteed delivery at the message level *[ ] 2.0.0 - use dbus for inter-process communications on Linux *[ ] 3.0.0 - use ipcd for inter-process communications on RedoxOS
!! WIP - not stable until version 1.0 !!
sudo apt update
sudo apt upgrade
curl https://sh.rustup.rs -sSf | sh
rustc --version
sudo apt install build-essential
cargo install seda_bus