Examples and types of microservices

Why use microservices: Companies develop their websites with two methods. One method is by creating one database and one code base is known as monolithic architecture. In monolithic architecture, if you update any code then you have to redeploy whole application i.e. test code of whole application if it is working fine. There is one more method to make application and that is microservices architecture. In microservices, your [...]

By |2022-05-11T22:47:17+00:00October 8, 2018|computers|0 Comments

Advantages and disadvantages of microservices

What is microservices A microservice is component of website/software which has its own database and is managed separately. Let’s take an example of Amazon website. Amazon has many features on its site i.e. searching products, cart, sponsored products, listing products and many more. Now all these features are coded into separate components. Searching products is a separate component and has its own database and code set. Similarly all [...]

By |2021-11-04T15:40:49+00:00October 7, 2018|computers|0 Comments
Go to Top