Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 351 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 351 Bytes

SimpleEventSourcing

A simple InMemory implementation for Event Sourcing

Example for simple Event Sourcing with InMemory database.

  • A product is created and updated.
  • Two tags for this product are added.
  • The product is at first materialized from View and then dynamically from the Event Stream.
  • The product data are printed to the console.