-
We are planning to use on a DDD Elixir project. Any feedback on is really welcome.
-
Another interesting event source is DynamoDB (based on community feedback) which should be implemented.
-
Let's nail down the terminology around projections and then come up with a high-level concept for using them in Flow.
## Terminology
I'll start off defining the terms like I used them until now. Feel…
-
Sample at [https://github.com/HTBox/allReady](https://github.com/HTBox/allReady)
We have 2 reference resources at [https://lostechies.com/jimmybogard/2015/05/05/cqrs-with-mediatr-and-automapper/](http…
-
## TL;DR;
This one is not related to any highlevel CQRS/ES topic but the current implementation uses traits and I want to suggest to replace them by abstract classes instead.
## Background
We curren…
-
While writing the Event Sourcing part of our walk-through guide I noticed that it is difficult to explain why we pass state to an aggregate function. A few questions came to mind: Where does the state…
-
The NEventStore lib implements a database agnostic event storage facility. While it's got some minor issues wrt using it as just-that (There are C# mutable state frameworky type things such as Cedar a…
-
Dear Supporters,
I am trying to get the last event from a stream, once I am saving snapshots into that one. The problem is that I have to read all events from a stream before extracting the last one. …
-
We have an issue because of non disposing event messages.
Our setup is a CQRS/ES architecture, powered by Cluster Sharding and SQL Server persistence.
For some obscure reason, there is this one event…
-
As i'm looking at section 2.3.1 of the documentation i can't help noticing this line:
```
const topic = yield select(getTopic);
```
To my understanding sagas should be state machines and as such the…
ghola updated
8 years ago