event-sourcing
Is a document/NoSQL database a good candidate for storing a balance sheet?
If I were to create a basic personal accounting system (because I\'m like that - it\'s a hobby project about a domain I\'m familiar enough with to avoid getting bogged-down in requirements), would a N[详细]
2023-04-08 20:00 分类:问答NES (.NET Event Sourcing) sample exception (using NServiceBus 2.0)
I\'m using the NES sample which works out of the box. Then I have swapped the NServiceBus 2.5 version with an older 2.0 but this results in the following error when starting the MVC application:[详细]
2023-04-05 19:46 分类:问答NES (.NET Event Sourcing) running older NSB alright?
We have an older installation running with NSB 2.0. I know NES is released for 2.5 but since it\'s just a layer on top I figure it should be possible to try NES with NSB 2.0. Also, for various reasons[详细]
2023-04-04 06:29 分类:问答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 分类:问答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 分类:问答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 分类:问答Event Sourcing Commands vs Events
I understand the difference between commands and events but in a lot of cases you end up with redundancy and mapping between 2 classes that are essentially the same (ThingNameUpdateCommand, ThingNameU[详细]
2023-03-19 19:55 分类:问答Event Sourcing using NHibernate
I\'m moving from pure DDD paradigm to CQRS. My current concern is with Event Sourcing and, more specifically, organizing Event Store. I\'ve read tons of blogs posts but still can\'t understand some th[详细]
2023-03-18 00:28 分类:问答