node-viewmodel icon indicating copy to clipboard operation
node-viewmodel copied to clipboard

Node-viewmodel is a node.js module for multiple databases. It can be very useful if you work with (d)ddd, cqrs, eventdenormalizer, host, etc.

Results 6 node-viewmodel issues
Sort by recently updated
recently updated
newest added

`(node:87541) Warning: Accessing non-existent property 'prototype' of module exports inside circular dependency at emitCircularRequireWarning (internal/modules/cjs/loader.js:853:11) at Object.get (internal/modules/cjs/loader.js:867:5) at new ViewModel (/node_modules/cqrs-eventdenormalizer/node_modules/viewmodel/lib/viewmodel.js:17:28)` Hey! Any chance it'll be fixed in near...

Bumps [mongodb](https://github.com/mongodb/node-mongodb-native) from 2.1.21 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

I've added Google's Firebase Firestore as a data source/destination in view model. If there is anything else that needs to be implemented or supported to get this database into the...

Are you guys open to the idea of dropping support for node4? I ask because of a couple of reasons. 1. On 30 April 2018 node 4 hit end of...

question

Lets say we want to rebuild the entire viewmodel from domain eventstore, what would be the method?

I'll like to have a sharding strategy in node-viewmodel. We have a multi-tenant application and we want to split data per tenant for performance and security. It would be nice...