The microservice architecture is not a new pattern but has become
very popular lately for mainly two reasons: cloud computing and
containers. That combo helped increase adoption by tackling the
two main concerns on every infrastructure: Cost reduction and
infrastructure management.
However, all that beauty hides a dark truth:
The hardest part of microservices is the data layer
And that is especially true when it comes to classic relational
databases like MySQL. Let’s figure out why that is.
MySQL and the microservice
Following the same two pillars of microservices (cloud computing
and containers), what can one do with that in the MySQL space?
What do cloud computing and containers bring to the table?
Cloud computing
The magic of the cloud is that it allows you to be cost savvy by
letting you easily SCALE UP/SCALE DOWN the size of your
instances. No more wasted money on …
[Read more]