cq-rs / cqrs

An event-sourced command-query system for Rust
39 stars 9 forks source link

WIP - an initial idea of a way to add views to the framework #10

Open davegarred opened 4 years ago

davegarred commented 4 years ago

This framework needs a way to distribute committed events to downstream views. Following is a first draft of an approach to add an event listener, or "View".