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 state strategy #67

Merged
merged 30 commits into from
Jul 10, 2019
Merged

Aggregate state strategy #67

merged 30 commits into from
Jul 10, 2019

Conversation

notxcain
Copy link
Owner

@notxcain notxcain commented Feb 7, 2019

We need it to be able to add state management capabilities such as snapshotting or in-mem caching.

Notable changes:

  • Core now depends on fs2. With breaking change of EventJournal API.
  • Eventsourced.apply is renamed to createCached to account for its side-effecting nature.
  • Fold[F, A, B] data type is introduced to describe event fold and factor out common code

@notxcain notxcain mentioned this pull request Jun 26, 2019
@notxcain notxcain changed the title WIP: Aggregate state strategy Aggregate state strategy Jul 10, 2019
@notxcain notxcain merged commit 0da51af into master Jul 10, 2019
@notxcain notxcain deleted the state-strategy branch July 10, 2019 08:16
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

Successfully merging this pull request may close these issues.

1 participant