Petr Janda
Petr Janda
View is the representation of read model in the system. Currently it encapsulate two basic concepts: view building and view reading. After recent updates, we are able to separate those...
In order to significantly speedup view fetching, need to implement better way how to store denormalized data in the smaller chunks. Currently each view is stored as separate document (unique...
To speedup aggregate reconstruction, snapshots need to be supported: https://github.com/petrjanda/node-cqrs/blob/master/lib/repository.js
I've just started new server to test recap. Ran into this issue: ``` cap deploy:setup * 2014-02-08 13:47:32 executing `deploy:setup' triggering before callbacks for `deploy:setup' * 2014-02-08 13:47:32 executing `preflight:check'...