Change of architecture ποΈ
Β· One min read
I made a major update! The architecture of my system changed π from monolithic synchronous to microservice parallel.
Pros of the changes β β
- The architecture became clearer: there is no one big "black box". π
- The system became faster: processing time decreased from ~60 seconds to ~20 seconds. β‘
- The quality of responses remained the same - the amount of tasks performed remained the same. π―
Cons of the changes β οΈβ
The cost of development increased due to the complexity of the distributed system. πΈ
Overall, the switch was worth it π - the over 60% performance improvement is worth the extra development effort.