0.3.0 • Published 5 years ago

mesc v0.3.0

Weekly downloads
40
License
-
Repository
-
Last release
5 years ago

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 annotations
    • es: Event sourcing framework code
    • drivers: Drivers for event sourcing such as MongoDB backend support
    • config: Boilerplate code that injects customer logic, drivers and config and starts the system
    • test: Unit tests
  • lib: DON'T TOUCH transpiled code from source
  • nix: Nix build expressions for deterministic builds

Overview

Flow diagram

0.3.0

5 years ago

0.2.1

5 years ago

0.2.3

5 years ago

0.2.2

5 years ago

0.2.0

8 years ago

0.1.0

8 years ago

0.0.6

8 years ago

0.0.5

8 years ago

0.0.4

8 years ago

0.0.3

8 years ago

0.0.2

8 years ago

0.0.1

8 years ago