EventStore transformations

DDES store transformations allow you to easily transform stores using different strategies.

Installation

yarn add @ddes/store-transformations

Transformation types

DDES provides multiple strategies for transforming stores.

CommitTransformation

Use CommitTransformation when the transformation can be done at the Commit level.

my-transformation.js

import {CommitTransformation}
new

Transformation

Executing a transformation