Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add snapshot capability for event repository #202

Open
matthewadams opened this issue Jun 5, 2023 · 1 comment
Open

Add snapshot capability for event repository #202

matthewadams opened this issue Jun 5, 2023 · 1 comment

Comments

@matthewadams
Copy link

matthewadams commented Jun 5, 2023

NB: I'm just creating an issue to track what's been discussed in the below-referenced discussion.

Please add aggregate snapshot capability to event repository, as discussed at #164 (comment).

@idugalic
Copy link
Member

An initial draft of EventSourcingSnapshottingAggregate and its variants is in place.

These interfaces are composed out of EventComputation/EventSnapshottingRepository and StateComputation/StateRepository interfaces, respectfully.

The application-vanilla module implements the handle method by composing these behaviors.

TODO:

  • Implement application-arrow EventSourcingSnapshottingAggregate
  • Test everything
  • Adjust ref guide

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants