Crates.io | dendrite_lib |
lib.rs | dendrite_lib |
version | 0.14.1 |
source | src |
created_at | 2021-12-03 21:44:55.121763 |
updated_at | 2024-01-24 12:40:53.816155 |
description | Event Sourcing and CQRS in Rust with AxonServer. |
homepage | https://github.com/rustigaan/dendrite |
repository | https://github.com/rustigaan/dendrite |
max_upload_size | |
id | 491971 |
size | 137,474 |
A Rust library to connect to AxonServer.
See the GitHub project rustigaan/archetype-rust-axon for an example of how to use this code.
The crate dendrite-macros provides macros that makes working with the dendrite crate more ergonomic.
This project is a sibling of dendrite2go and archetype-go-axon, but for the Rust programming language.
This project has now reached the level of Minimal Viable Deliverable in the sense that the first phase is completed: the current application communicates with AxonServer properly. Like archetype-go-axon it can do the following:
As well as:
Now it would be nice to: