-
I expect Web API OData to be really painful to port given that ASP.NET 5 and MVC 6 are radically different from the previous versions, but I think it's definitely worth it (sure, that's a totally bias…
-
Hello Eduardo
I came across this github repo and its amazing, exactly what I was looking for. However classes are not documented and for a person who doesnt know about DDD a lot then its hard to u…
-
Hi,
I have an event sourcing handler which itself may apply a new event if some condition is true.
Let's say the event which is processed by the handler is event A and event which might be "create…
-
Dear @slashdotdash , we are a fintech startup company, and we would like to use Commanded as our CQRS framework, but there are some critical differences that are pushing us to fork it and adapt for ou…
-
Inspired by this little [tweetstorm](https://twitter.com/dan_abramov/status/710642981016100864).
## Problem: Side Effects and Composition
We discussed effects in Redux for ages here but this is the f…
-
## How to reproduce the issue
Update composer dependencies.
## What happened
Everywhere in the project
```
Fatal error: Class Prooph\EventStore\Pdo\MySqlEventStore contains 3 abstract met…
-
Lagom needs a Scala API.
-
It's possible to add http://cqrs.js.org
eventstore: https://github.com/adrai/node-eventstore
domain: https://github.com/adrai/node-cqrs-domain
denormalizer: https://github.com/adrai/node-cqrs-eventden…
adrai updated
8 years ago
-
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…
-
One important feature we currently don't provide is asynchronous messaging. I'm not listing here why it's a good thing :-)
There are a number of implementations to achieve this: with ActiveMQ, Rabbit…