CQRS
Saga that depend on events from the past
I have a question how to deal with a saga where the decision making depends on an event that was published before the saga was created.[详细]
2023-04-04 00:04 分类:问答SO style reputation system with CQRS & Event Sourcing
I am diving into my first forays with CQRS and Event Sourcing and I have a few points Id like some guidance on. I would like to implement a SO style reputation system. This seems a perfect fit for thi[详细]
2023-04-03 18:19 分类:问答GUI recommendations for eventual consistency?
When using distributed and scalable architecture, eventual consistency is often a requirement. Graphically, how to deal with this eventual consistency?[详细]
2023-04-03 10:03 分类:问答Event Sourcing: Events that trigger others & rebuilding state
I\'m struggling to get my head around what should happen whe开发者_C百科n rebuilding the model by replayingevents from the EventStore, in particular when events may trigger other events to happen.[详细]
2023-04-02 22:10 分类:问答How to use interface as events in CommonDomain and NEventStore?
I\'m conducting a test using JOlivers CommonDomain and EventStore with NServiceBus. I need to raise an event in my Aggregate like this:[详细]
2023-04-01 19:31 分类:问答In CQRS, how do I communicate a list of allowable methods on an aggrregate to the UI?
I have an 开发者_如何学运维aggregate root \'Order\', and it has a number of methods on it which internally set its \'Status\' field:[详细]
2023-04-01 17:47 分类:问答NES (.NET Event Sourcing) transactions fail?
I\'m trying the NES 0.3 (https://github.com/elliotritchie/NES) but are having some trouble understanding what happens. I\'m running the sample application where I have changed EventStore configuration[详细]
2023-03-30 02:34 分类:问答How to use EventStore to built up new application views in praxis?
Yes, something similar has been asked at least a couple of times before. Thus I know the answer: You just replay the events on the new handler, simple. But having a go at an actual implementation rais[详细]
2023-03-29 05:21 分类:问答Using an RDBMS as event sourcing storage
If I were using an RDBMS (e.g. SQL Server) to store event sourcing data, what might the schema look like?[详细]
2023-03-27 23:22 分类:问答CQRS Naming Conventions
I\'m implementing a new webservice and while I\'m not yet using CQRS I would like to create my service so it could easily be moved to CQRS in the future. So, I\'m wondering about naming convention for[详细]
2023-03-27 02:18 分类:问答