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?
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?
See Akka Persistance and also eventsourced
Here are two tutorials using Akka: