15

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?

Mairbek Khadikov
  • 7,939
  • 3
  • 35
  • 51

1 Answers1

18

See Akka Persistance and also eventsourced

Here are two tutorials using Akka:

oluies
  • 17,694
  • 14
  • 74
  • 117