/akka-persistence-eventsourcing

Example project with a simple REST API to a domain model persisted using akka-persistence with eventsourcing.

Primary LanguageScalaApache License 2.0Apache-2.0

akka-persistence-event-sourcing

Example project with a simple CRUD REST API to a domain model persisted using akka-persistence with event sourcing.

To start the spray-can server from sbt:

re-start

To stop:

re-stop

Project summary

  • simple CRUD REST API
  • Spray "actor per request" model inspired by spray-actor-per-request Activator template and Cameo Pattern from Jamie Allen's "Effective Akka"
  • simple domain model representing a Vehicle and User
  • akka-persistence event sourcing used to track changes to the domain model

Developed by Scalac