Importing data and Event Sourcing
问题 I am currently working on a monolithic system which I would like to bring into the modern day and incorporate DDD and CQRS. I have been presented with a request to re-write the importing mechanism for the solution and feel this could present a good opportunity to start this re-architecting process. Currently the process is: User uploads CSV System parses CSV and shows each row on screen. Validation takes place for each row and errors/warnings associated with each row User can modify each line