-
Dear Rob,
I was wandering how to make a pure functional Monad to use with CQRS. The idea I found here: https://github.com/slashdotdash/eventsourced
Every input command should generate an Event, and…
-
Hi,
I think I've found an issue which is connected with loading tests to the AxoCover.
In our solution, we've got a big amount of tests (over 7000) for application and that's the reason why it canno…
-
Context for this use case: A Shop application where you create a catalog
Implementing CQRS in a project, I've come to a situation where the required `when..` method leaves me with empty method.
```
…
-
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…
-
Dear @burmajam ,
Greg Young gave us support on how to design the process manager, https://github.com/slashdotdash/commanded/issues/44 . How could I proceed to subscribe to correlation-ids ? Does ext…
-
Defining properties consistently across controllers, commands, command handlers, aggregates, events, projectors and read models is cumbersome and error-prone. While defining all properties "for real" …
-
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
-
##### Feature Request:
Allow success status codes other than 200.
##### Benefits:
- Allow more correct/descriptive status codes.
- e.g. My CQRS application takes commands and really should return 202…
-
Hello,
I don't know if it's a good location for a discussion.
Your project is very interesting, it is open source, free, there is a good design and there is a SQL server transport implementation. S…
-
I'm a little concerned about the denormalizer growing out of control and about the amount of domain logic the could potentially end up there while aggregating. As we decompose our some of our monolith…