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

Use snapshots instead of catching up full stream #1

Open
mauvm opened this issue Jun 2, 2020 · 1 comment
Open

Use snapshots instead of catching up full stream #1

mauvm opened this issue Jun 2, 2020 · 1 comment
Labels
devops Improve DevOps skills

Comments

@mauvm
Copy link
Owner

mauvm commented Jun 2, 2020

Now when redeploying you see the events being processed. The current implementation catches up on event stream and left folds all events to build an aggregates map. EventStore projections should be used instead: https://eventstore.com/docs/getting-started/projections/index.html.

@mauvm mauvm created this issue from a note in Meal Planner (Backlog) Jun 2, 2020
@mauvm mauvm changed the title Use EventStore projections instead self folded aggregates Use EventStore projections instead catch up stream Jun 2, 2020
@mauvm mauvm changed the title Use EventStore projections instead catch up stream Use EventStore projections instead of catch up stream Jun 2, 2020
@mauvm mauvm added feature Feature request devops Improve DevOps skills and removed feature Feature request labels Jun 2, 2020
@mauvm mauvm moved this from Backlog to To do in Meal Planner Jun 7, 2020
@mauvm mauvm changed the title Use EventStore projections instead of catch up stream Use snapshots instead of catching up full stream Jun 7, 2020
@mauvm
Copy link
Owner Author

mauvm commented Jun 7, 2020

rbanks54/microcafe#6

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
devops Improve DevOps skills
Projects
Meal Planner
  
To do
Development

No branches or pull requests

1 participant