Skip to content

v1.1.2

Compare
Choose a tag to compare
@idugalic idugalic released this 05 Sep 16:40
· 798 commits to main since this release
9df191b

Fmodel provides just enough tactical Domain-Driven Design patterns, optimized for Event Sourcing and CQRS.

The domain components are fully isolated from the application layer and API-related concerns.
It represents a pure declaration (pure functions) of the program logic.
Decider, View and Saga

The application components orchestrate the execution of the logic by loading state, executing domain components, and storing a new state.
EventSourcingAggregate, StateStoredAggregate, MaterializedView and SagaManager

Install

npm i @fraktalio/fmodel-ts

Available on https://www.npmjs.com/package/@fraktalio/fmodel-ts

Learn more

What's Changed

Full Changelog: v1.1.1...v1.1.2