Skip to content

Define row keys to represents events #1

Description

@arendsyl

What's an event

Events are time-indexed data
Each aggregate is represented with a stream of events
Aggregates are domain data (e.g classes in OOP) sharing a common lifecycle

What we need to do

Make a design for row keys to represent events

Constraints

It must allow for :

  • Selection of all aggregates of an aggregate type
  • Selection of an aggregate by id
  • Selection of an event
  • Selection of events between X and Y (with X, Y being timestamps)

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions