Understanding Microservices: From Idea To Starting Line

in #msa7 years ago

https://medium.freecodecamp.org/microservices-from-idea-to-starting-line-ae5317a6ff02

Here is an article regarding microservices and how-to handle architecture.
Let's omit the basic concept of microservices architecture(so-called MSA) here.
You can find some tips and important solutions to implement MSA and relevant factors of architectures.

Microservices: High-Level Requirements (The Macro)
Choose wisely what you leave out of your macro-architecture. For every choice you allow the individual development teams to make, you must be willing to live with differing decisions, implementations, and operational behaviors.

Continuous Integration/Continuous Delivery
Virtual Machines/Containers
Logging
Monitoring
Service Registration & Location
Communication Mechanisms
Load Balancing & Resiliency
Persistence: Database, NoSQL, and so on
Security
Amendment X — Reserved Powers

Enjoy your read if you are interested in MSA.
Have a nice day~