Skip to content
gmkumar2005 edited this page Feb 8, 2018 · 1 revision

Welcome to the lagomjourney wiki!

lagomjourney is a Lagom implementation of Microsoft cqrs-journey using microservices

cqrs-journey has provided very valuable learning into the challenges of domain driven design and cqrs , however stopped progress in the year 2012. With new technology and ideas available now the same domain can be designed around microservices. Each service in its own bounded context. Each bounded context implementing a cqrs pattern internally.

This project will attempt to construct the domain in discussion with Lagomframework with Scala.

We begin with the first bounded context. The Orders and Registrations bounded context

Clone this wiki locally