node-cqrs-eventdenormalizer icon indicating copy to clipboard operation
node-cqrs-eventdenormalizer copied to clipboard

Node-cqrs-eventdenormalizer is a node.js module that implements the cqrs pattern. It can be very useful as eventdenormalizer component if you work with (d)ddd, cqrs, domain, host, etc.

Results 10 node-cqrs-eventdenormalizer issues
Sort by recently updated
recently updated
newest added

Hey, Is there a specific reason for emitting `uncaughtException` to the process instead of returning as an error in the callback? https://github.com/thenativeweb/node-cqrs-eventdenormalizer/blob/master/lib/definitions/viewBuilder.js#L94 ``` try { unwrappedDenormFn.call(this, evtData, vm, wrappedCallback.bind(this)); }...

Bumps [mongodb](https://github.com/mongodb/node-mongodb-native) from 2.2.36 to 3.6.1. Release notes Sourced from mongodb's releases. v3.6.1 The MongoDB Node.js team is pleased to announce version 3.6.1 of the driver Release Highlights Kerberos A...

dependencies

- set data to rev guard store via onBeforeSet middleware - new cocatenatedId format with delimiters to better parse the value - get data from rev guard store via exposed...

Is possible to change the db for the revision guard store? I see it saves the events in memory but I've some concerns about the horizontal scaling. Are there some...

Apologies for the maybe silly question, is Elasticsearch supported in the denormalization? I see that I can specify settings for a collection, but I don't see, at least in the...

In the same node instance I have: - 1 view builders (vb) - 2 mongo repositories: repomongoCustomer1, repomongoCustomer2 - 2 denormalizers: - denomCustomer1 (that writes to repomongoCustomer1), - denomCustomer2 ->...

Hi, We are currently implementing the denormalizer with the dynamodb repository and it seems like the 'disconnect' event does not get emitted. I tested it by setting up a docker-compose...

I am having some trouble placing a custom repository wiich would store data in a relational database which for the purposes of my system I have to keep updated the...

I would like to implement fulltext search in my project. I want to use the simplicity of denormalizer to index documents from events. Create a new storage for node-viewmodel based...