Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 476 Bytes

README.md

File metadata and controls

11 lines (6 loc) · 476 Bytes

AkkaESSample

This is a very basic sample application that implements Event Sourcing using Akka.Net and Event Store.

See more about Akka.Net here

See more about Event Store here

This makes use of the Akka.Net EventStore persistence code.

There is a blog article being written that goes over the main points of interest.