|
|
|
|
|
by ozim
1606 days ago
|
|
I don't think it was "splitting monolith" it was more like connecting separate applications. Like you had a payroll in your enterprise of 1000 employees and you needed that same data in 5 applications in 3 different departments. So you would wrap payroll into a service and have that data accessible in multiple places. I think that is still a valid approach to build monolith app and use multiple services if they are internal apps. For customer facing and quickly changing stuff you might want to add microservices to be able to build new features quickly when ideally microservice should have its own database with what it needs to operate. |
|