neventstore Questions
2
Solved
Recently I'm learning CQRS and want to change my system to use event-sourcing patterns.
But I found that on .Net platform, there is two Event Store implementations.
NEventStore(formerly JOliver Ev...
Jugurtha asked 11/9, 2013 at 11:53
3
Solved
I have been experimenting with JOliver's Event Store 3.0 as a potential component in a project and have been trying to measure the throughput of events through the Event Store.
I started using a s...
Nasya asked 22/11, 2011 at 21:45
1
Solved
I'm adding NEventStore to my existing project and I'm using DI.
I'd like to have an instance of CommonDomain.Persistence.EventStore.IRepository injected into my MVC controller. The only implement...
Dubuffet asked 10/11, 2014 at 0:10
4
Solved
I'm looking for good examples of testing the domain using JOlivers CommonDomain and EventStore
I have been watching greg youngs videos and he has a nice simple abstract aggregate root test fixture...
Womanish asked 4/8, 2011 at 20:50
3
Solved
We are using CQRS + ES. The ES is NEventStore (folrmerly JOliver EventStore). We have 2 aggregates in different commands. The projections of the second AR depends on the data written by the first A...
Vyborg asked 5/7, 2013 at 7:22
1
Solved
I understand the CommitId is used internally by Jonathan Oliver's event store.
So far I've always provided a Guid.NewGuid() for the CommitId.
When would you every want to do anything different?
...
Churchwell asked 20/5, 2013 at 6:55
2
As far as I can tell I should have JSON showing in Payload column in my SQL database Commits table, however I have a long hexadecimal string.
My wireup code is as per the sample with the following...
Rooted asked 30/3, 2013 at 21:26
1
Solved
I am writing my first EventStore test app, I am re-hydrating my object from a stream, and whilst it gets the numberSold correctly, the title is null, and I don't understand why - the command when r...
Congener asked 30/3, 2013 at 21:23
2
Solved
I have seen a lot about EventStores but all articles are coupled with talk about CQRS.
We want to use EventStores to integrate bounded contexts, but want to stick with traditional ORM for reading/...
Vish asked 27/3, 2013 at 9:4
1
Solved
As I've learned in Why is the CQRS repository publishing events, not the event store? it's the CQRS repository's task to publish events. So far, so good.
Of course, storing the events and publishi...
As asked 21/11, 2012 at 8:19
2
Solved
Using the MongoDB persistance engine in joliver/EventStore causing the error Unknown discriminator value 'MyEvent'. The issue is only caused when I try to load all events for replaying the events l...
Pancratium asked 16/9, 2011 at 23:43
1
Solved
In J Oliver's EventStore how should i be using the streamId when opening a stream?
Should I have a new stream/streamid for each object/aggregate root object?
So should my order state objects whic...
Auschwitz asked 1/2, 2012 at 8:50
1
Solved
can anyone point me to any EventStore sample application with source code?
I'm learning event storing and want to view a reference implementation.
Amand asked 30/1, 2012 at 8:57
2
Solved
I'm trying to evaluate EventStore as in reliable queuing mechanism internal to a server software.
MSMQ fails as an alternative because it cannot support partial ordering, ordered messages within "...
Snodgrass asked 21/11, 2011 at 14:11
3
I'm having a question regarding updates to multiple aggregates in a single transaction using JOliver's Event Store. As I understand, every aggregate should have its own event stream. Now, while man...
Misanthropy asked 15/11, 2011 at 21:12
1
Solved
I was wondering if there is any documentation/guidance on using Saga's and the EventStore. Part of my confusion is that when you look at using a Service Bus like NServiceBus or MassTransit the too ...
Baronetage asked 27/7, 2011 at 21:13
1
© 2022 - 2024 — McMap. All rights reserved.