I am a beginner at CQRS and have some questions.
The background is that we having an legacy system from the 1980s. We want to implement a thin framework to be used by new applications that communicate with it.
Our idea is to use CQRS to implement this framework, but my question is how we should do it. The database and the underlying structures will not change.
The problem is that the system and the communication with it is quite slow. The protocols that is used is Telnet, FTP and some custom protocols.
CQRS is used when designing an application model. It's not an afterthought that you can throw in. If you have a bicycle, adding some armour on it doesn't make it a tank. It needs to be designed as a tank.