Skip to content

sandermak/akka-eventsourcing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Example code for 'Event-sourcing with Akka'

You need Scala 2.11 and SBT to build and run this code. The file 'ConcertMain.scala' starts up the persistent actor and view and runs a small scenario.

Since the default LevelDB journal of Akka is used, the events are stored in journal directory. You can remove the directory to start over with a clean eventstore.

The application can be run using SBT:

sbt run

About

Code that goes along with my presentation 'Event-sourced architectures with Akka'

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages