cqrs-monolith
v0.1.4
Published
cqrs-monolith is a node.js framework that helps to implement the microservices for cqrs architectures.
Downloads
4
Readme
cqrs-monolith
cqrs-monolith is a node.js framework that helps to implement the microservices for cqrs architectures.
Description
This project has just started, do not use yet.
Think better! Think KISS!
Advantages
- Only one monolithic project in your github.
- Only one monolithic project to maintain.
- Could be DDD oriented if you want.
- Configuration-driven oriented framework.
- Agnostics commands and queries, they just had to be promises.
- Tests are dissociate from the CQRS (more easy to implements).
- Deploy and scale your microservices like you want.
- Automatic services discovery.
Installation
$ npm i -S cqrs-monolith