mesc
v0.3.0
Published
Minimal Event Sourcing Components
Downloads
4
Readme
Minimal Event Sourcing Components
Prerequisites
- Redis
- MongoDB
Development
Install dependencies and transpile by running npm i
.
To get feedback while developing easiest is to run npm run test:dev
to auto run
the type checks and tests.
Project directory structure
src
: Source code with Flow type annotationses
: Event sourcing framework codedrivers
: Drivers for event sourcing such as MongoDB backend supportconfig
: Boilerplate code that injects customer logic, drivers and config and starts the systemtest
: Unit tests
lib
: DON'T TOUCH transpiled code from sourcenix
: Nix build expressions for deterministic builds