Crates.io | dendrite |
lib.rs | dendrite |
version | 0.14.1 |
source | src |
created_at | 2021-01-12 11:38:31.548338 |
updated_at | 2024-01-24 12:47:00.481273 |
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 | 340833 |
size | 5,532 |
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: