bruth / rita

Toolkit for event-centric and reactive patterns leveraging https://nats.io.
Apache License 2.0
86 stars 6 forks source link

Add support for state/view streams #7

Open bruth opened 2 years ago

bruth commented 2 years ago

The use case here is that any time a model of state/view/projection changes as the result of an event being appended to a stream, the changed value can be published to a stream. This provides a nice symmetry of streams that contain events and ones that contain derived models of state that are changing over time.