• All
  • Cloud
    • Solutions
    • Virtualization
  • Data
    • Analytics
    • Big Data
    • Customer Data Platform
  • Digital
    • Digital Marketing
    • Social Media Marketing
  • Finance
    • Cost Management
    • Risk & Compliance
  • Human Resources
    • HR Solutions
    • Talent Management
  • IT Infra
    • App Management Solutions
    • Best Practices
    • Datacenter Solutions
    • Infra Solutions
    • Networking
    • Storage
    • Unified Communication
  • Mobility
  • Sales & Marketing
    • Customer Relationship Management
    • Sales Enablement
  • Security
  • Tech
    • Artificial Intelligence
    • Augmented Reality
    • Blockchain
    • Chatbots
    • Internet of Things
    • Machine Learning
    • Virtual Reality
Facilitate innovation for your enterprise with microservices

Facilitate innovation for your enterprise with microservices

IBM
Published by: Research Desk Released: Jan 29, 2020

In a microservices application architectural style, an application is composed of many discrete, network-connected components, termed microservices. Microservices architectural style is an evolution of SOA (Services Oriented  architecture) architectural style. Applications built using SOA services tend to become focused on technical integration issues and the level of the implemented services are often fine-grained technical application programming interfaces (APIs). In contrast, the microservices approach implements clear business capabilities through large-grained business APIs.

The biggest difference between the two approaches is how they are deployed. For many years, applications have been packaged in a monolithic fashion, a team of developers construct one large application that does everything required for a business need. Once built, the application is deployed multiple times across a farm of application servers. In the microservices architectural style, developers independently build and package several smaller applications that each implement parts of the application.