Experience of building microservice up
Cyril Yu
Microservice Architecture
Monolithic V.S. Microservice
Why microservice?
Needs: Container
Use Cases sharing
What problem did we meet?
How did we start it
The service can runs up independently
Needs to define interface between every single microservice.
System could work well even if single service doesn't work.
Keep the system scalability, makes maintenance be easier.
More efficient on development, every single service can be owned by different team.
Keep service flexibility, can choose the most suitable solution for each microservice.