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

Separate event from storage #26

Merged
merged 3 commits into from
Oct 25, 2017
Merged

Commits on Oct 25, 2017

  1. Separate the concepts of an event, and the storage type for it

    Before, it was pretty awkward to get a hold of both the metadata of an
    event (timestamp, version etc) and the actual payload, because the payload
    was stored in serialized form on the metadata wrapper.
    
    With this change, the storage type of the event is separated from the
    metadata container, making it easier to create state projections that
    use the metadata as well as the payload.
    Tomas Lycken committed Oct 25, 2017
    Configuration menu
    Copy the full SHA
    cd108ef View commit details
    Browse the repository at this point in the history
  2. Rename Commit->Append

    Tomas Lycken committed Oct 25, 2017
    Configuration menu
    Copy the full SHA
    b015844 View commit details
    Browse the repository at this point in the history
  3. Increment version; breaking changes

    Tomas Lycken committed Oct 25, 2017
    Configuration menu
    Copy the full SHA
    13c002b View commit details
    Browse the repository at this point in the history