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

Aggregate snapshots #24

Open
martinzima opened this issue Apr 22, 2021 · 0 comments
Open

Aggregate snapshots #24

martinzima opened this issue Apr 22, 2021 · 0 comments
Labels
enhancement New feature or request
Milestone

Comments

@martinzima
Copy link
Member

We need to be able to save and load state of event-sourced aggregates into a serialized state (e.g. JSON) for faster aggregate loading. This should mostly work as an optimization feature for mor demanding use cases a should be optional.

Thought: If we were saving serialized JSON state into database, we might also be able to use this state for querying the event-sourced aggregates even without their read model, given the DBS supports it (e.g. Postgres with its jsonb columns).

@martinzima martinzima added the enhancement New feature or request label Apr 22, 2021
@martinzima martinzima added this to the 1.24.0 milestone Apr 30, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant