-
Adriano,
Following your instructions (https://github.com/adrai/node-eventstore#own-db-implementation), I was able to have _EventStore_ use my own implementation of _Store_.
But after being a happy c…
-
@GergelyVarkonyi
.. Ekkor mar tenyleg kell egy Service, amiben van UserService, RoleSerice, DomainAssignmentService..
@Deprecated
~~UserLifeCycleService~~
@Deprecated
~~UserHandler~~
UserHandlerL…
-
Hi,
From a quick glance at the code, your module only seems to support read-update-write semantics for model operations. In many cases, this works perfectly. However, for a large class of scalable ap…
-
Is this repo supposed to be the Read Model in a CQRS system? Do you have a comprehensive project that contains all your CQRS + NodeJS related repos (preferably along with a long blog post description…
-
Given the event processing via callback characteristics of node.js I'm questioning if forking a child process for event dispatching is necessary. I'm probably missing something but couldn't the same …
ghost updated
11 years ago
-
Hi Elliot! First off, thank you very much for this contribution - I am grateful for having a lot of the cruft of CQRS/ES already implemented, especially with the winning combination of NServiceBus and…
-
I'm using your code to learn CQRS/ES, and I've created a small domain with 2 aggregates, Case and Person. A Case maintains a reference to a Person (who is "participating" in the Case). So, when I su…