gab-kronos
v0.0.9
Published
> Hi ππ½, Kronos is (will be) a toolkit for developing applications with CQRS and event sourcing in NodeJs.
Downloads
9
Readme
Kronos
Hi ππ½, Kronos is (will be) a toolkit for developing applications with CQRS and event sourcing in NodeJs.
In this example application you can see and learn how to use it.
Kronos provides
- event store on MongoDb
- real time projector (with replay feature) based on MongoDb change data capture
- aggregate root class
- [maybe in the future] distributed projection engine
- event bus implementation with RabbitMq
- leader election for event-bus publisher (by Redis?)