Quantcast
Channel: Cqrs and event sourcing on existing relational database - Stack Overflow
Browsing latest articles
Browse All 2 View Live

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 Article


Cqrs 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
Browsing latest articles
Browse All 2 View Live