Skip to content

Commit

Permalink
v2.0.0 - readme updated
Browse files Browse the repository at this point in the history
  • Loading branch information
idugalic committed Mar 10, 2024
1 parent f1b21b3 commit 45fc6f5
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 6 deletions.
Binary file removed .assets/aggregates.png
Binary file not shown.
Binary file removed .assets/mviews.png
Binary file not shown.
6 changes: 0 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,9 +105,6 @@ New state is then stored via `StateRepository.save` function.

![state storedaggregate](https://github.com/fraktalio/fmodel-ts/raw/main/.assets/ss-aggregate.png)

*The logic is orchestrated on the application layer. The components/functions are composed in different ways to support variety of requirements.*

![aggregates-application-layer](https://github.com/fraktalio/fmodel-ts/raw/main/.assets/aggregates.png)

## View

Expand Down Expand Up @@ -144,9 +141,6 @@ result. Essentially, it represents the query/view side of the CQRS pattern. It b
In order to handle the event, materialized view needs to fetch the current state via `ViewStateRepository.fetchState` function first, and then delegate the event to the view, which can produce new state as a result. New state
is then stored via `ViewStateRepository.save` function.

*The logic is orchestrated on the application layer. The components/functions are composed in different ways to support variety of requirements.*

![materialized-views-application-layer](https://github.com/fraktalio/fmodel-ts/raw/main/.assets/mviews.png)

## Saga

Expand Down

0 comments on commit 45fc6f5

Please sign in to comment.