↧
Answer by A Ralkov for Cqrs and event sourcing on existing relational database
I think it'll be good to add triggers to SQL database and generate events for every create/update/delete.Then just use these events for building read-model in new CQRS system.Next you should think...
View ArticleCqrs and event sourcing on existing relational database
We have an existing application that is written in c++ and a relational database. The application needs to be rewritten in c#, the business want some kind of tracking what has changed when by whom. CQS...
View Article
More Pages to Explore .....