Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Scala CQRS Framework [closed]

Tags:

scala

cqrs

I'm looking for CQRS framework for Scala programming language.

The idea of using Scala is to avoid annotation hell that appears when Java frameworks such as AxonFramework are used.

Can you recommend some?

like image 441
Mairbek Khadikov Avatar asked Dec 22 '11 21:12

Mairbek Khadikov


1 Answers

See Akka Persistance and also eventsourced

Here are two tutorials using Akka:

  • Building an Event-Sourced Web Application - Part 1: Domain Model, Events and State
  • CQRS with Akka actors and functional domain models
  • Lagom (Java apis)
like image 60
oluies Avatar answered Nov 15 '22 17:11

oluies