-
Is it possible to have an example with EventSourcing?
I know it is difficult to implement the EventSourcing on the Legacy.
What are the changes to the level of the reading model and loading the aggr…
-
Hello,
I am trying to make the demo work but i cannot browse event storage.
Would it be possible to have a little help on how to setup mysql for eventstorage ?
I fact i added mysql as doctrine/dbal…
-
Any final solution with full source code sample application ? IMHO, better samples for minimize learning curve are real applications with full source code and good patterns.
-
when a projection is replayed from existing DBs, it would be good to order the events by their creation time..
one idea is to pass all relevant DBs with handlers to `applyNewEventsFromDb`, and read …
-
Hi,
I'm also interested in implementing CQRS/ES in Ruby and searched into this repo.
May I ask how would you support sagas/process managers? Because I didn't notice any related codes.
-
I'm building a algotrading tool, for that i'm using ES + CQRS (ability to track down any issues in my algorithms is required). And i've recently tried EventStore (also in memory mode), its a brilliant…
ghost updated
9 years ago
-
What do you think of implementing the Command Bus Pattern to ZF3?
The reason is that ZF2 have with the PluginManager a really good Abstraction Layer Pattern, but the user have to create plain Services…
-
Hey Ray,
you've requested some feedback for your repo on the DDDinPHP mailing list. Here it is :-)
Good job so fare :+1: I like the naming convention and the structure.
I only have some hints and a …
-
Is unicode needed in the aggregate id and should it be 255 long?
Using unicode in an indexed field does have an impact on the available key space in a data page in sql server which could result in p…
JC008 updated
9 years ago
-
I'm not sure how concurrency conflicts (head version) are detected. Say I load all the events from a stream twice (to two instances of an aggregate, say A and B) and then try to save eventA from A an…