|
|
|
|
|
by Argorak
4124 days ago
|
|
Every time I read something like that, I get the feeling that "Monolith to Microservices" is the pattern and the language doesn't matter. At the beginning, a Monolith has huge advantages: easy to deploy, all in one place, smaller operational overhead, easier to manage with unclear requirements. Later, it's easier to find out what you can split out and you can learn how to route and manage things piece by piece. |
|
Only risk is, you break things into many component then you should so balance is required.