/SimpleSaga

A Typescript project the demonstrates how to implement the Saga pattern

Primary LanguageTypeScriptMIT LicenseMIT

SimpleSaga

A Typescript project that demonstrates how to implement the Saga pattern. Two approaches are used: Orchestration and Choreography.

The Orchestration approach is implemented in the orchestration folder.

The Choreography approach is implemented in the choreography folder.

Read the contents of each folder to learn the details about installing and running the code for the respetive project.

IMPORTANT
Make sure you've installed all the dependencies and libraries required to run a Typescript project. Run the following command to install Typescript:

npm install --save-dev typescript