Pros of Microservices - PowerPoint PPT Presentation

About This Presentation
Title:

Pros of Microservices

Description:

Microservices-also known as the microservice architecture - is an architectural style that structures an application as a collection of services that are. – PowerPoint PPT presentation

Number of Views:137
Slides: 10
Provided by: bhanu2149
Category:

less

Transcript and Presenter's Notes

Title: Pros of Microservices


1
Pros of Microservices
www.visualpath.in
2
What defines a Microservice?
  • Microservices-also known as the microservice archi
    tecture - is an architectural style that
    structures an application as a collection of
    services that are.
  • Highly maintainable and testable. Loosely
    coupled. Independently deployable.
  • Organized around business capabilities.

www.visualpath.in
3
  • Better Organization
  • Decoupled 
  • Performance
  • Fewer Mistakes

www.visualpath.in
4
Better Organization
  •  Microservice architectures are typically better
    organized, since each microservice has a very
    specific job, and is not concerned with the jobs
    of other components.

www.visualpath.in
5
Decoupled
  • Decoupled services are also easier to recompose
    and reconfigure to serve the purposes of
    different apps (for example, serving both the web
    clients and public API). They also allow for
    fast, independent delivery of individual parts
    within a larger, integrated system.

www.visualpath.in
6
Performance 
  • Under the right circumstances, microservices can
    also have performance advantages depending on how
    theyre organized because its possible to
    isolate hot services and scale them independent
    of the rest of the app.

www.visualpath.in
7
Fewer Mistakes
  •  Microservices enable parallel development by
    establishing a hard-to-cross boundary between
    different parts of your system. By doing this,
    you make it hard or at least harder to do the
    wrong thing Namely, connecting parts that
    shouldnt be connected, and coupling too tightly
    those that need to be connected.

www.visualpath.in
8
CONTACT USFor More Information About
Microservices Online Training Visit
www.visualpath.in Ph No 91-9989971070E-Mail
online_at_visualpath.in
www.visualpath.in
9
THANK YOU
www.visualpath.in
Write a Comment
User Comments (0)
About PowerShow.com