Skip to content

reiugit/SimpleEventSourcing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

A simple InMemory Implementation for Event Sourcing

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages