All Projects → ScalaConsultants → akka-persistence-eventsourcing

ScalaConsultants / akka-persistence-eventsourcing

Licence: Apache-2.0 License
Example project with a simple REST API to a domain model persisted using akka-persistence with eventsourcing.

Programming Languages

scala
5932 projects
HTML
75241 projects

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].