SlideShare uma empresa Scribd logo
1 de 33
Baixar para ler offline
Copyright	©	2016, Oracle	and/or	its	affiliates.	All	rights	reserved.		|
Microservices	and	SOA
CON7364
Luis	Weir
Oracle	Ace	Director
Principal,	Capgemini
Robert	Wunderlich
Sr.	Principal	Product	Manager
September	22,	2016
3Copyright © Capgemini and Sogeti 2016. All Rights Reserved
Microservices and SOA | Oracle OpenWorld | San Francisco | September 18-22, 2016
Table of Contents
What is a Microservice1
Microservices vs. SOA2
Reference Architecture3
Use Cases4
Introduction
5Copyright © Capgemini and Sogeti 2016. All Rights Reserved
Microservices and SOA | Oracle OpenWorld | San Francisco | September 18-22, 2016
Resume
I am very passionate about technology. I have be the lead authored of two books (Oracle SOA Governance 11g Implementation and Oracle API Management 12c
Implementation), I am a regular blogger and speaker in major conferences and events. A well-known industry expert especially when it comes to Oracle middleware
technologies I am also an OTN certified SOA black belt.
Luis Weir
Oracle Ace Director – Cloud Principal at Capgemini UK
I am an Oracle Ace Director, Cloud Principal and a Thought Leader specialised in Oracle Fusion Middleware & Oracle PaaS. With more than 15
years of experience implementing IT solutions across the globe, I have been exposed to a wide wide variety of business problems many of which
I’ve helped solved by adopting SOA architectural styles such as traditional SOA, API management and now Microservices. My current focus is in
assisting organisations define and implement solutions and strategies that can help them realise the benefits that such technologies have to offer.
2nd
Place
1st
OTN Cloud
Hackathon
June, 2016
Cloud
Contribution Award
SOA Community
March, 2016
Latest Media:
§ Oracle Magazine May/June 2016
(http://bit.ly/1RTCAU3)
§ Systematic Approach for Migrating to Oracle Cloud
SaaS (http://bit.ly/1Xr6acs)
§ Oracle Magazine Jan/Feb 2016 (http://ora.cl/Vhh)
§ API Management Implementation
(http://ora.cl/Gcw)
§ A Word About Microservices and SOA
(http://bit.ly/25Dk5go)
What is a Microservice
The three aspects of Microservices according to me!!
7Copyright © Capgemini and Sogeti 2016. All Rights Reserved
Microservices and SOA | Oracle OpenWorld | San Francisco | September 18-22, 2016
What is a Microservice?
Functional decomposition of systems
into manageable and independently
deployable components,
Microservice Architectures by Dr. Andreas Schroeder
(http://bit.ly/1TOGZK8)
“Loosely coupled service oriented architecture with bounded context”,
– Adrian Cockcroft, April 2015
8Copyright © Capgemini and Sogeti 2016. All Rights Reserved
Microservices and SOA | Oracle OpenWorld | San Francisco | September 18-22, 2016
The three aspects of Microservices Architecture (according to me!)
OrganisationalTechnical
Architectural
9Copyright © Capgemini and Sogeti 2016. All Rights Reserved
Microservices and SOA | Oracle OpenWorld | San Francisco | September 18-22, 2016
Technical
Deployed independentlyRun on its own process
Scales independentlyIsolates faults
Is stateless Owns its data
Microservice
10Copyright © Capgemini and Sogeti 2016. All Rights Reserved
Microservices and SOA | Oracle OpenWorld | San Francisco | September 18-22, 2016
Architectural
Microservice
Single responsibilityBounded context
ChoreographedAPI gateways
Polyglot
Smart endpoint and
dump pipe
11Copyright © Capgemini and Sogeti 2016. All Rights Reserved
Microservices and SOA | Oracle OpenWorld | San Francisco | September 18-22, 2016
You build it you run it
Organisational
Microservice
Small teams
Teams organized around
business capabilities
Products not projects
Culture of automation Decentralised governance
Microservice vs. SOA
Key differences and communalities
13Copyright © Capgemini and Sogeti 2016. All Rights Reserved
Microservices and SOA | Oracle OpenWorld | San Francisco | September 18-22, 2016
Inspiration from Martin Fowler’s Microservices presentation at
GOTO conference, Berlin November 2014 (minute 14)
https://www.youtube.com/watch?v=wgdBVIX9ifA
Microservices vs SOA
“The value of the term microservices is that
it allows to put a label on a useful subset of
the SOA terminology”,
Martin Fowler (minute 14), GOTO conference,
Berlin November 2014
SOATypically adopted to
deliver horizontal
integrations
Traditional
SOA
(i.e. AIA)
Best for vertical
integrations
Not for
integration.
Best for building
modern systems
API
Management
Microservices
Architecture
Wrong comparison… The difference lies in the realisation style to implement SOA
14Copyright © Capgemini and Sogeti 2016. All Rights Reserved
Microservices and SOA | Oracle OpenWorld | San Francisco | September 18-22, 2016
Microservices vs SOA – Technical Stack
Modern Monolith
Any Hardware
Hardware Resources
Host OS
Hypervisor (type 1 or 2)
Guest OS (VMs)
Bin/Libs (MREs, Interpreters, etc)
Application Server
Application (ie. ESB)
Services
Container Engine
Relational Database
Legacy Monolith
Mainframe
(ie IBM System Z, S/360)
Storage
(ie. DB2, IMS/DB)
Hypervisor
(ie. PR/SM –Type 1)
Hardware Resources
(ie. DADB, IDMS,IEDN)
Operating System
(ie. z/OS, z/VSE)
Batch Services
(ie JCL,JES,3rd
p.)
Application Services (ie. CICS)
Microservice Architecture
Any Hardware
Hardware Resources
Host OS
Guest OS (VMs)
Scala Java
Ruby
Node
Jolie
Services
Container Engine
Bin/Libs
Bin/LibsBin/LibsBin/Libs
Container Engine
Bin/Libs
Hypervisor (type 1 or 2)
Mongo
Cassandra
Oracle HBase
Neo4j
15Copyright © Capgemini and Sogeti 2016. All Rights Reserved
Microservices and SOA | Oracle OpenWorld | San Francisco | September 18-22, 2016
Architectural
Pattern Traditional SOA MSA
Monolith pattern (http://bit.ly/1Gjr2Y0) Yes No
Polyglot Programming & Persistence
(http://bit.ly/18BvDIj & http://bit.ly/1XYiak2)
Not traditionally (use of Suites) Yes
API gateway pattern (http://bit.ly/1WTyNLJ) Yes Yes
Orchestration (http://bit.ly/1U0SWil) Yes No
Choreography (http://bit.ly/1ssALZQ) No Yes
Event Collaboration (http://bit.ly/25Dk7oE) Yes Yes
Canonical Schema (http://bit.ly/1r6KkfK) Very common No
Schema centralization (http://bit.ly/1sVlqkc) Very common No
Decouple Contract (http://bit.ly/1O8mVpm) Yes Could be….
Bounded Context (http://bit.ly/1o7AK8B) Some times Yes
Ubiquitous Language (http://bit.ly/1c8nXQe) Some times Yes
Bulkhead (http://bit.ly/1c8nXQe) Not really… Yes
Tolerant Reader (http://bit.ly/1aa4mr9) Some times Yes
Client-side Service Discovery
(http://bit.ly/1OunUyq)
Initially only (service registry) Recommended
Server-side Service Discovery
(http://bit.ly/1X3RmzA)
Yes Yes
ESB Pattern (http://bit.ly/1ZlSKeT) Yes Across bounded contexts (dump pipe)
16Copyright © Capgemini and Sogeti 2016. All Rights Reserved
Microservices and SOA | Oracle OpenWorld | San Francisco | September 18-22, 2016
Choreography vs Orchestration – Which one is which?
17Copyright © Capgemini and Sogeti 2016. All Rights Reserved
Microservices and SOA | Oracle OpenWorld | San Francisco | September 18-22, 2016
Bounded Context
“Gather together those things that change for the same reason, and separate those things that change
for different reasons” – The single responsibility principle by Robert C. Martin, November 2009, http://bit.ly/1VDgw79
“Domain driven design (DDD) divides up a large system into Bounded Contexts, each of which can have a unified model –
essentially a way of structuring Multiple Canonical Models.”
Opportunity
Pipeline
Territory
Customer
Product
Customer
Product
Ticket
Defect
Product
Version
Sales
Person
Sales Context Support Context
Use Bounded Context
to Separate Concerns
Bounded context by Martin Follower, January 2014
http://martinfowler.com/bliki/BoundedContext.html
18Copyright © Capgemini and Sogeti 2016. All Rights Reserved
Microservices and SOA | Oracle OpenWorld | San Francisco | September 18-22, 2016
How to eat the Elephant?
One piece a the time!
Understand the
problem. Slice and dice
your elephant by
defining boundaries in
the business
capabilities. Modernise
one piece at the time.
Starting small
Replenishment
Orders
Sales
Orders
Logistic
s
Tracking
19Copyright © Capgemini and Sogeti 2016. All Rights Reserved
Microservices and SOA | Oracle OpenWorld | San Francisco | September 18-22, 2016
Recommend
Domain Driven Design & Microservices
by Eric Evans
https://www.youtube.com/watch?v=yPvef9R3k-M
Goto Berlin, Nov 2014
Principles of Microservices
By Sam Newman
https://www.youtube.com/watch?v=PFQnNFe27kU
Devoxx Belgium, Nov 2015
20Copyright © Capgemini and Sogeti 2016. All Rights Reserved
Microservices and SOA | Oracle OpenWorld | San Francisco | September 18-22, 2016
Organisational
Traditional Operations Model
Development and support teams organized by technologies
resulting in siloes(Conway’s law in action)
SOA
Support
Team
DB
Support
Team
UI
Support
team
UI
Dev Team
Database
Dev Teams
SOA
Dev Team
ProjectTeams
Coms
Gaps
MSA Operations Model
Multi-disciplinary [small] teams organized by business
capability resulting in modular systems
Customer
UI
DB
MW
Orders
UI
DB
MW
Items
UI
DB
MW
Shipment
UI
DB
MW
DevOps / Continuous Delivery
Customer
Microservice
Orders
Microservice
Items
Microservice
Shipment
Microservice
21Copyright © Capgemini and Sogeti 2016. All Rights Reserved
Microservices and SOA | Oracle OpenWorld | San Francisco | September 18-22, 2016
Recommend
Modeling Microservices at Spotify with
Petter Mahlen
http://tinyurl.com/msaspotify
At a microservices talk in March in Sweden,
Petter Mahlen, Backend Infrastructure Engineer
at Spotify, spoke to a packed house at Jfokus
about microservices.
Reference Architecture
A reference architecture suitable for SOA 2.0:
Microservices, API Management and Integration
23Copyright © Capgemini and Sogeti 2016. All Rights Reserved
Microservices and SOA | Oracle OpenWorld | San Francisco | September 18-22, 2016
SOA 2.0 Reference Architecture
SYSTEMS OF ENGAGEMENT
SaaS
API Applications
CX HCM ERP EPM Legacy, etc
Business APIs
Single Purpose APIs
Special Purpose APIs Presentation APIs Partner [B2B] APIsPublic [Consumer] APIs
Microservices
SYSTEMS OF RECORDS SYSTEMS OF INNOVATION
SYSTEMSOF
DIFFERENTIATION
$
API
Message Pipe
24Copyright © Capgemini and Sogeti 2016. All Rights Reserved
Microservices and SOA | Oracle OpenWorld | San Francisco | September 18-22, 2016
SOA 2.0 Capability Model
Message Pipe
MicroservicesAPI Applications
Single Purpose APIs
Business APIs
AuthN/AuthZ/API Key Validation Policy Enforcement HTTP Routing Calls Aggregation Light Transformation
Light Scripting In-memory Cache Rate Limiting/Throttling Streaming REST/SOAP Conversions
System AuthN/AuthZ Connectivity Adapters
Connection & Session
Management
Data Transformation
Complex Orchestrations &
Logic
Protocol/Transport
Conversions
Federated AuthN/AuthZ API Key Validation Call Aggregation Tailored Contracts Thread Protection
Thread Protection Client Backend Logic Scripting Platform/Backend APIs Push Nots/Websockets Polyglot Consumer SDKs
Polyglot Programming Polyglot Persistency Single Responsibility
Choreography Stack Independence Auto Scaling
Message routing Light transformation Reliable Messaging Push Listener Queuing/De-queuing
25Copyright © Capgemini and Sogeti 2016. All Rights Reserved
Microservices and SOA | Oracle OpenWorld | San Francisco | September 18-22, 2016
API Applications
SOA 2.0 In the Oracle Cloud PaaS
Microservices
Message Pipe
Single Purpose APIs
Business APIs
Java CloudSOA Cloud
App Container & Container
Cloud
Java Cloud App Container CloudMobile Cloud
API Platform Cloud
API Platform Cloud
Integration Cloud Messaging Cloud
DB and NoSQL Clouds
Use Case
Modern application based no Microservice Architecture with
integration to on-premises legacy systems for synchronization
27Copyright © Capgemini and Sogeti 2016. All Rights Reserved
Microservices and SOA | Oracle OpenWorld | San Francisco | September 18-22, 2016
Conceptual Solution Architecture
Order & Fulfillment
Domain
Customer Relations
Domain
ERP
Domain
(P2C, R2C,
HR, GL,
Billing, etc.)
API Gateway(s)
Microservice
Architecture
Microservice
Architecture
Message Pipe
Mobile Apps
Adapter
Adapter
Contact Customer
Shipment
Order Product
Web Apps Applications
Async
Communication
Sync
Communication Managed API Microservice Monolith ServiceChoreographyBounded Context
28Copyright © Capgemini and Sogeti 2016. All Rights Reserved
Microservices and SOA | Oracle OpenWorld | San Francisco | September 18-22, 2016
Connectivity Agent
Modern Application in Oracle PaaS
Frontend Application
Application Container
Cloud PaaS
API Gateway
API Platform
Business API
Validate
API-Key
Limits &
throttle
User Authn Route Respond
Integration Flows`
Integration Cloud
Dequeue ConnectTransform
Customer
Data Hub
PLSQL
DB Adapter
On-premises
Microservice
Container Cloud
Node.JS Container
Main Node
Application
Connectivity
Modules
Microservice Storage
NoSQL Cloud
JSON
Objects
https://xxx
1
HTML5/JS
2
[PUT] {json}
9
Integration Flows
Messaging Cloud
REST API Queue
3
4
7
{json}
http 200
{json ack}
{json ack}
{json}
{json}
{json}
http 200
5
6
10
11
12 sqlnet
https
§ Registers agent
§ Opens connection
https
8
1) User access URL and renders page
2) User performs action in client side (i.e.. Update
personal details) which triggers an API [PUT] request
3) A customer business API resource is invoked i.e.. [PUT]/
customers/{person id}. The person update details are passed in
the HTTP body as a JSON. API key and user token are also passed
4) Request is validated (key, user token), policies applied and if successful
request PUT request is routed to the relevant customer microservice endpoint
5, 6, 7) The microservice (implemented in Node.JS) executes the business logic which results in
updating the customer personal details JSON object in the NoSQL database and also triggering an
update event by calling the messaging cloud API. A HTTP 200 response is send back if all goes OK
8, 9) A HTTP 200 response is send back with a small JSON object in the body with an acknowledgment
(i.e. { status: “no errors” }
10, 11, 12) Once ICS detects a new message in the topic, it deques the message, transforms it and via the
connectivity agent, calls the relevant PLSQL API to update the customer record
Frontend APIsNode Main App
Express Modules
Oracle JET Modules
29Copyright © Capgemini and Sogeti 2016. All Rights Reserved
Microservices and SOA | Oracle OpenWorld | San Francisco | September 18-22, 2016
Conclusion
Why adopt Microservices?
30Copyright © Capgemini and Sogeti 2016. All Rights Reserved
Microservices and SOA | Oracle OpenWorld | San Francisco | September 18-22, 2016
Conclusion - Why adopt Microservices Architecture (I)
Modularity
Eat the elephant one piece at the time. Phased implementation approach. Starting
small. Small teams owning full lifecycle of their piece (a business capability)
Segmented complexity
Separate a big problem into smaller problems handled by small teams ensures mental
models are retained avoiding a “legacy in the making”
Ease of deployment/speed
Moving away from entire system deployment (i.e. “one line change to a million-line-
long monolithic”). Deploy services independently and fast (i.e. with containers) and
introduce automation (continuous delivery)
31Copyright © Capgemini and Sogeti 2016. All Rights Reserved
Microservices and SOA | Oracle OpenWorld | San Francisco | September 18-22, 2016
Conclusion - Why adopt Microservices Architecture (II)
Scalability & resilience
Scale independently and possibly on-demand. Bulkheads to isolate problems and
avoid whole system failures (avoiding the cascade effect), Then purposely test
resilience
Breaking organizational silos
Organize small teams based on business capabilities in order to avoid organizational
silos being reflected in the way systems are built (Conway's law)
Enabling cloud transition
Building container-based modular applications whilst adhering to basic principles (like
12 factor, Lehman’s law, and the reactive manifesto) cloud adoption is a real option
The information contained in this presentation is proprietary.
Copyright © 2016 Capgemini and Sogeti. All rights reserved.
Rightshore® is a trademark belonging to Capgemini.
www.capgemini.com
www.sogeti.com
About Capgemini and Sogeti
With more than 180,000 people in over 40 countries, Capgemini is a global leader in
consulting, technology and outsourcing services. The Group reported 2015 global
revenues of EUR 11.9 billion. Together with its clients, Capgemini creates and delivers
business, technology and digital solutions that fit their needs, enabling them to achieve
innovation and competitiveness. A deeply multicultural organization, Capgemini has
developed its own way of working, the Collaborative Business Experience™, and
draws on Rightshore®, its worldwide delivery model.
Learn more about us at www.capgemini.com.
Sogeti is a leading provider of technology and software testing,
specializing in Application, Infrastructure and Engineering Services.
Sogeti offers cutting-edge solutions around Testing, Business
Intelligence & Analytics, Mobile, Cloud and Cyber Security. Sogeti
brings together more than 23,000 professionals in 15 countries and has
a strong local presence in over 100 locations in Europe, USA and India.
Sogeti is a wholly-owned subsidiary of Cap Gemini S.A., listed on the
Paris Stock Exchange.
Copyright	©	2016, Oracle	and/or	its	affiliates.	All	rights	reserved.		| Confidential	– Oracle	Internal/Restricted/Highly	Restricted 33
Microservices and SOA Architecture Comparison

Mais conteúdo relacionado

Mais procurados

Microservices, Containers, Kubernetes, Kafka, Kanban
Microservices, Containers, Kubernetes, Kafka, KanbanMicroservices, Containers, Kubernetes, Kafka, Kanban
Microservices, Containers, Kubernetes, Kafka, KanbanAraf Karsh Hamid
 
Microservices
MicroservicesMicroservices
MicroservicesSmartBear
 
Designing APIs and Microservices Using Domain-Driven Design
Designing APIs and Microservices Using Domain-Driven DesignDesigning APIs and Microservices Using Domain-Driven Design
Designing APIs and Microservices Using Domain-Driven DesignLaunchAny
 
Microservices Architecture - Bangkok 2018
Microservices Architecture - Bangkok 2018Microservices Architecture - Bangkok 2018
Microservices Architecture - Bangkok 2018Araf Karsh Hamid
 
Understanding MicroSERVICE Architecture with Java & Spring Boot
Understanding MicroSERVICE Architecture with Java & Spring BootUnderstanding MicroSERVICE Architecture with Java & Spring Boot
Understanding MicroSERVICE Architecture with Java & Spring BootKashif Ali Siddiqui
 
Microservices architecture
Microservices architectureMicroservices architecture
Microservices architectureAbdelghani Azri
 
Microservice Architecture | Microservices Tutorial for Beginners | Microservi...
Microservice Architecture | Microservices Tutorial for Beginners | Microservi...Microservice Architecture | Microservices Tutorial for Beginners | Microservi...
Microservice Architecture | Microservices Tutorial for Beginners | Microservi...Edureka!
 
Microservice Architecture
Microservice ArchitectureMicroservice Architecture
Microservice ArchitectureNguyen Tung
 
Microservice Architecture
Microservice ArchitectureMicroservice Architecture
Microservice Architecturetyrantbrian
 
Design patterns for microservice architecture
Design patterns for microservice architectureDesign patterns for microservice architecture
Design patterns for microservice architectureThe Software House
 
Dockercon State of the Art in Microservices
Dockercon State of the Art in MicroservicesDockercon State of the Art in Microservices
Dockercon State of the Art in MicroservicesAdrian Cockcroft
 
Microservices Design Patterns | Edureka
Microservices Design Patterns | EdurekaMicroservices Design Patterns | Edureka
Microservices Design Patterns | EdurekaEdureka!
 
Designing Microservices
Designing MicroservicesDesigning Microservices
Designing MicroservicesDavid Chou
 

Mais procurados (20)

Architecture: Microservices
Architecture: MicroservicesArchitecture: Microservices
Architecture: Microservices
 
Introduction to Microservices
Introduction to MicroservicesIntroduction to Microservices
Introduction to Microservices
 
Microservices, Containers, Kubernetes, Kafka, Kanban
Microservices, Containers, Kubernetes, Kafka, KanbanMicroservices, Containers, Kubernetes, Kafka, Kanban
Microservices, Containers, Kubernetes, Kafka, Kanban
 
Microservices
MicroservicesMicroservices
Microservices
 
Designing APIs and Microservices Using Domain-Driven Design
Designing APIs and Microservices Using Domain-Driven DesignDesigning APIs and Microservices Using Domain-Driven Design
Designing APIs and Microservices Using Domain-Driven Design
 
Introduction to Microservices
Introduction to MicroservicesIntroduction to Microservices
Introduction to Microservices
 
Microservices Architecture - Bangkok 2018
Microservices Architecture - Bangkok 2018Microservices Architecture - Bangkok 2018
Microservices Architecture - Bangkok 2018
 
Understanding MicroSERVICE Architecture with Java & Spring Boot
Understanding MicroSERVICE Architecture with Java & Spring BootUnderstanding MicroSERVICE Architecture with Java & Spring Boot
Understanding MicroSERVICE Architecture with Java & Spring Boot
 
Why Microservices
Why MicroservicesWhy Microservices
Why Microservices
 
Microservices architecture
Microservices architectureMicroservices architecture
Microservices architecture
 
Microservice Architecture | Microservices Tutorial for Beginners | Microservi...
Microservice Architecture | Microservices Tutorial for Beginners | Microservi...Microservice Architecture | Microservices Tutorial for Beginners | Microservi...
Microservice Architecture | Microservices Tutorial for Beginners | Microservi...
 
Microservice Architecture
Microservice ArchitectureMicroservice Architecture
Microservice Architecture
 
Microservice Architecture
Microservice ArchitectureMicroservice Architecture
Microservice Architecture
 
Microservices Decomposition Patterns
Microservices Decomposition PatternsMicroservices Decomposition Patterns
Microservices Decomposition Patterns
 
Design patterns for microservice architecture
Design patterns for microservice architectureDesign patterns for microservice architecture
Design patterns for microservice architecture
 
Dockercon State of the Art in Microservices
Dockercon State of the Art in MicroservicesDockercon State of the Art in Microservices
Dockercon State of the Art in Microservices
 
Microservices Design Patterns | Edureka
Microservices Design Patterns | EdurekaMicroservices Design Patterns | Edureka
Microservices Design Patterns | Edureka
 
Designing Microservices
Designing MicroservicesDesigning Microservices
Designing Microservices
 
Why to Cloud Native
Why to Cloud NativeWhy to Cloud Native
Why to Cloud Native
 
Microservices
MicroservicesMicroservices
Microservices
 

Semelhante a Microservices and SOA Architecture Comparison

Implementing Enterprise API Management in Oracle Cloud
Implementing Enterprise API Management in Oracle CloudImplementing Enterprise API Management in Oracle Cloud
Implementing Enterprise API Management in Oracle CloudCapgemini
 
Oracle API Management in the Year 2026
Oracle API Management in the Year 2026Oracle API Management in the Year 2026
Oracle API Management in the Year 2026Capgemini
 
UKOUG - Implementing Enterprise API Management in the Oracle Cloud
UKOUG - Implementing Enterprise API Management in the Oracle CloudUKOUG - Implementing Enterprise API Management in the Oracle Cloud
UKOUG - Implementing Enterprise API Management in the Oracle Cloudluisw19
 
Oracle Code Capgemini: API management & microservices a match made in heaven
Oracle Code Capgemini: API management & microservices a match made in heavenOracle Code Capgemini: API management & microservices a match made in heaven
Oracle Code Capgemini: API management & microservices a match made in heavenluisw19
 
ApacheCon NA 2015 - Gabriele Columbro - Is Open Source the right model in the...
ApacheCon NA 2015 - Gabriele Columbro - Is Open Source the right model in the...ApacheCon NA 2015 - Gabriele Columbro - Is Open Source the right model in the...
ApacheCon NA 2015 - Gabriele Columbro - Is Open Source the right model in the...Symphony Software Foundation
 
Microservices + Oracle: A Bright Future
Microservices + Oracle: A Bright FutureMicroservices + Oracle: A Bright Future
Microservices + Oracle: A Bright FutureKelly Goetsch
 
Oracle Developer Meetup March 2018
Oracle Developer Meetup March 2018Oracle Developer Meetup March 2018
Oracle Developer Meetup March 2018Phil Wilkins
 
How to integrate legacy systems within a modern polyglot and event driven arc...
How to integrate legacy systems within a modern polyglot and event driven arc...How to integrate legacy systems within a modern polyglot and event driven arc...
How to integrate legacy systems within a modern polyglot and event driven arc...Andrea Gioia
 
Constant Contact EM 10-1-16
Constant Contact EM 10-1-16Constant Contact EM 10-1-16
Constant Contact EM 10-1-16Rob Gregg
 
Oracle Service Cloud and Oracle Platform as a Service: Best Practices in a Hy...
Oracle Service Cloud and Oracle Platform as a Service: Best Practices in a Hy...Oracle Service Cloud and Oracle Platform as a Service: Best Practices in a Hy...
Oracle Service Cloud and Oracle Platform as a Service: Best Practices in a Hy...Capgemini
 
API Platform Cloud Service best practice - OOW17
API Platform Cloud Service best practice - OOW17API Platform Cloud Service best practice - OOW17
API Platform Cloud Service best practice - OOW17Phil Wilkins
 
Building Services with WSO2 Microservices Framework for Java
Building Services with WSO2 Microservices Framework for JavaBuilding Services with WSO2 Microservices Framework for Java
Building Services with WSO2 Microservices Framework for JavaSanjeewa Malalgoda
 
Oracle Code Beijing/Sydney APIM & Microservices: A Match Made in Heaven
Oracle Code Beijing/Sydney   APIM & Microservices: A Match Made in HeavenOracle Code Beijing/Sydney   APIM & Microservices: A Match Made in Heaven
Oracle Code Beijing/Sydney APIM & Microservices: A Match Made in HeavenCapgemini
 
Oracle Internet of Things: The Fastest Way to Deliver Innovative Business Sol...
Oracle Internet of Things: The Fastest Way to Deliver Innovative Business Sol...Oracle Internet of Things: The Fastest Way to Deliver Innovative Business Sol...
Oracle Internet of Things: The Fastest Way to Deliver Innovative Business Sol...Capgemini
 
Welcome to the world of micro-applications
Welcome to the world of micro-applicationsWelcome to the world of micro-applications
Welcome to the world of micro-applicationsSander Hoogendoorn
 
Test-Driven Cloud Development with Oracle SOA Cloud Service and Oracle Develo...
Test-Driven Cloud Development with Oracle SOA Cloud Service and Oracle Develo...Test-Driven Cloud Development with Oracle SOA Cloud Service and Oracle Develo...
Test-Driven Cloud Development with Oracle SOA Cloud Service and Oracle Develo...Sven Bernhardt
 
SOA is Dead, long live SOA !
SOA is Dead, long live SOA !SOA is Dead, long live SOA !
SOA is Dead, long live SOA !Matthias Furrer
 
Welcome to the world of micro-apps
Welcome to the world of micro-appsWelcome to the world of micro-apps
Welcome to the world of micro-appsSander Hoogendoorn
 
Mastering DevOps With Oracle
Mastering DevOps With OracleMastering DevOps With Oracle
Mastering DevOps With OracleKelly Goetsch
 

Semelhante a Microservices and SOA Architecture Comparison (20)

Implementing Enterprise API Management in Oracle Cloud
Implementing Enterprise API Management in Oracle CloudImplementing Enterprise API Management in Oracle Cloud
Implementing Enterprise API Management in Oracle Cloud
 
Oracle API Management in the Year 2026
Oracle API Management in the Year 2026Oracle API Management in the Year 2026
Oracle API Management in the Year 2026
 
UKOUG - Implementing Enterprise API Management in the Oracle Cloud
UKOUG - Implementing Enterprise API Management in the Oracle CloudUKOUG - Implementing Enterprise API Management in the Oracle Cloud
UKOUG - Implementing Enterprise API Management in the Oracle Cloud
 
Oracle Code Capgemini: API management & microservices a match made in heaven
Oracle Code Capgemini: API management & microservices a match made in heavenOracle Code Capgemini: API management & microservices a match made in heaven
Oracle Code Capgemini: API management & microservices a match made in heaven
 
ApacheCon NA 2015 - Gabriele Columbro - Is Open Source the right model in the...
ApacheCon NA 2015 - Gabriele Columbro - Is Open Source the right model in the...ApacheCon NA 2015 - Gabriele Columbro - Is Open Source the right model in the...
ApacheCon NA 2015 - Gabriele Columbro - Is Open Source the right model in the...
 
Microservices + Oracle: A Bright Future
Microservices + Oracle: A Bright FutureMicroservices + Oracle: A Bright Future
Microservices + Oracle: A Bright Future
 
Oracle Developer Meetup March 2018
Oracle Developer Meetup March 2018Oracle Developer Meetup March 2018
Oracle Developer Meetup March 2018
 
How to integrate legacy systems within a modern polyglot and event driven arc...
How to integrate legacy systems within a modern polyglot and event driven arc...How to integrate legacy systems within a modern polyglot and event driven arc...
How to integrate legacy systems within a modern polyglot and event driven arc...
 
Constant Contact EM 10-1-16
Constant Contact EM 10-1-16Constant Contact EM 10-1-16
Constant Contact EM 10-1-16
 
Oracle Service Cloud and Oracle Platform as a Service: Best Practices in a Hy...
Oracle Service Cloud and Oracle Platform as a Service: Best Practices in a Hy...Oracle Service Cloud and Oracle Platform as a Service: Best Practices in a Hy...
Oracle Service Cloud and Oracle Platform as a Service: Best Practices in a Hy...
 
API Platform Cloud Service best practice - OOW17
API Platform Cloud Service best practice - OOW17API Platform Cloud Service best practice - OOW17
API Platform Cloud Service best practice - OOW17
 
Building Services with WSO2 Microservices Framework for Java
Building Services with WSO2 Microservices Framework for JavaBuilding Services with WSO2 Microservices Framework for Java
Building Services with WSO2 Microservices Framework for Java
 
Oracle Code Beijing/Sydney APIM & Microservices: A Match Made in Heaven
Oracle Code Beijing/Sydney   APIM & Microservices: A Match Made in HeavenOracle Code Beijing/Sydney   APIM & Microservices: A Match Made in Heaven
Oracle Code Beijing/Sydney APIM & Microservices: A Match Made in Heaven
 
Oracle Internet of Things: The Fastest Way to Deliver Innovative Business Sol...
Oracle Internet of Things: The Fastest Way to Deliver Innovative Business Sol...Oracle Internet of Things: The Fastest Way to Deliver Innovative Business Sol...
Oracle Internet of Things: The Fastest Way to Deliver Innovative Business Sol...
 
Welcome to the world of micro-applications
Welcome to the world of micro-applicationsWelcome to the world of micro-applications
Welcome to the world of micro-applications
 
Test-Driven Cloud Development with Oracle SOA Cloud Service and Oracle Develo...
Test-Driven Cloud Development with Oracle SOA Cloud Service and Oracle Develo...Test-Driven Cloud Development with Oracle SOA Cloud Service and Oracle Develo...
Test-Driven Cloud Development with Oracle SOA Cloud Service and Oracle Develo...
 
SOA is Dead, long live SOA !
SOA is Dead, long live SOA !SOA is Dead, long live SOA !
SOA is Dead, long live SOA !
 
Welcome to the world of micro-apps
Welcome to the world of micro-appsWelcome to the world of micro-apps
Welcome to the world of micro-apps
 
OpenStack 2015 Marketing Plan
OpenStack 2015 Marketing PlanOpenStack 2015 Marketing Plan
OpenStack 2015 Marketing Plan
 
Mastering DevOps With Oracle
Mastering DevOps With OracleMastering DevOps With Oracle
Mastering DevOps With Oracle
 

Mais de Capgemini

Top Healthcare Trends 2022
Top Healthcare Trends 2022Top Healthcare Trends 2022
Top Healthcare Trends 2022Capgemini
 
Top P&C Insurance Trends 2022
Top P&C Insurance Trends 2022Top P&C Insurance Trends 2022
Top P&C Insurance Trends 2022Capgemini
 
Commercial Banking Trends book 2022
Commercial Banking Trends book 2022Commercial Banking Trends book 2022
Commercial Banking Trends book 2022Capgemini
 
Top Trends in Payments 2022
Top Trends in Payments 2022Top Trends in Payments 2022
Top Trends in Payments 2022Capgemini
 
Top Trends in Wealth Management 2022
Top Trends in Wealth Management 2022Top Trends in Wealth Management 2022
Top Trends in Wealth Management 2022Capgemini
 
Retail Banking Trends book 2022
Retail Banking Trends book 2022Retail Banking Trends book 2022
Retail Banking Trends book 2022Capgemini
 
Top Life Insurance Trends 2022
Top Life Insurance Trends 2022Top Life Insurance Trends 2022
Top Life Insurance Trends 2022Capgemini
 
キャップジェミニ、あなたの『RISE WITH SAP』のパートナーです
キャップジェミニ、あなたの『RISE WITH SAP』のパートナーですキャップジェミニ、あなたの『RISE WITH SAP』のパートナーです
キャップジェミニ、あなたの『RISE WITH SAP』のパートナーですCapgemini
 
Property & Casualty Insurance Top Trends 2021
Property & Casualty Insurance Top Trends 2021Property & Casualty Insurance Top Trends 2021
Property & Casualty Insurance Top Trends 2021Capgemini
 
Life Insurance Top Trends 2021
Life Insurance Top Trends 2021Life Insurance Top Trends 2021
Life Insurance Top Trends 2021Capgemini
 
Top Trends in Commercial Banking: 2021
Top Trends in Commercial Banking: 2021Top Trends in Commercial Banking: 2021
Top Trends in Commercial Banking: 2021Capgemini
 
Top Trends in Wealth Management: 2021
Top Trends in Wealth Management: 2021Top Trends in Wealth Management: 2021
Top Trends in Wealth Management: 2021Capgemini
 
Top Trends in Payments: 2021
Top Trends in Payments: 2021Top Trends in Payments: 2021
Top Trends in Payments: 2021Capgemini
 
Health Insurance Top Trends 2021
Health Insurance Top Trends 2021Health Insurance Top Trends 2021
Health Insurance Top Trends 2021Capgemini
 
Top Trends in Retail Banking: 2021
Top Trends in Retail Banking: 2021Top Trends in Retail Banking: 2021
Top Trends in Retail Banking: 2021Capgemini
 
Capgemini’s Connected Autonomous Planning
Capgemini’s Connected Autonomous PlanningCapgemini’s Connected Autonomous Planning
Capgemini’s Connected Autonomous PlanningCapgemini
 
Top Trends in Retail Banking: 2020
Top Trends in Retail Banking: 2020Top Trends in Retail Banking: 2020
Top Trends in Retail Banking: 2020Capgemini
 
Top Trends in Life Insurance: 2020
Top Trends in Life Insurance: 2020Top Trends in Life Insurance: 2020
Top Trends in Life Insurance: 2020Capgemini
 
Top Trends in Health Insurance: 2020
Top Trends in Health Insurance: 2020Top Trends in Health Insurance: 2020
Top Trends in Health Insurance: 2020Capgemini
 
Top Trends in Payments: 2020
Top Trends in Payments: 2020Top Trends in Payments: 2020
Top Trends in Payments: 2020Capgemini
 

Mais de Capgemini (20)

Top Healthcare Trends 2022
Top Healthcare Trends 2022Top Healthcare Trends 2022
Top Healthcare Trends 2022
 
Top P&C Insurance Trends 2022
Top P&C Insurance Trends 2022Top P&C Insurance Trends 2022
Top P&C Insurance Trends 2022
 
Commercial Banking Trends book 2022
Commercial Banking Trends book 2022Commercial Banking Trends book 2022
Commercial Banking Trends book 2022
 
Top Trends in Payments 2022
Top Trends in Payments 2022Top Trends in Payments 2022
Top Trends in Payments 2022
 
Top Trends in Wealth Management 2022
Top Trends in Wealth Management 2022Top Trends in Wealth Management 2022
Top Trends in Wealth Management 2022
 
Retail Banking Trends book 2022
Retail Banking Trends book 2022Retail Banking Trends book 2022
Retail Banking Trends book 2022
 
Top Life Insurance Trends 2022
Top Life Insurance Trends 2022Top Life Insurance Trends 2022
Top Life Insurance Trends 2022
 
キャップジェミニ、あなたの『RISE WITH SAP』のパートナーです
キャップジェミニ、あなたの『RISE WITH SAP』のパートナーですキャップジェミニ、あなたの『RISE WITH SAP』のパートナーです
キャップジェミニ、あなたの『RISE WITH SAP』のパートナーです
 
Property & Casualty Insurance Top Trends 2021
Property & Casualty Insurance Top Trends 2021Property & Casualty Insurance Top Trends 2021
Property & Casualty Insurance Top Trends 2021
 
Life Insurance Top Trends 2021
Life Insurance Top Trends 2021Life Insurance Top Trends 2021
Life Insurance Top Trends 2021
 
Top Trends in Commercial Banking: 2021
Top Trends in Commercial Banking: 2021Top Trends in Commercial Banking: 2021
Top Trends in Commercial Banking: 2021
 
Top Trends in Wealth Management: 2021
Top Trends in Wealth Management: 2021Top Trends in Wealth Management: 2021
Top Trends in Wealth Management: 2021
 
Top Trends in Payments: 2021
Top Trends in Payments: 2021Top Trends in Payments: 2021
Top Trends in Payments: 2021
 
Health Insurance Top Trends 2021
Health Insurance Top Trends 2021Health Insurance Top Trends 2021
Health Insurance Top Trends 2021
 
Top Trends in Retail Banking: 2021
Top Trends in Retail Banking: 2021Top Trends in Retail Banking: 2021
Top Trends in Retail Banking: 2021
 
Capgemini’s Connected Autonomous Planning
Capgemini’s Connected Autonomous PlanningCapgemini’s Connected Autonomous Planning
Capgemini’s Connected Autonomous Planning
 
Top Trends in Retail Banking: 2020
Top Trends in Retail Banking: 2020Top Trends in Retail Banking: 2020
Top Trends in Retail Banking: 2020
 
Top Trends in Life Insurance: 2020
Top Trends in Life Insurance: 2020Top Trends in Life Insurance: 2020
Top Trends in Life Insurance: 2020
 
Top Trends in Health Insurance: 2020
Top Trends in Health Insurance: 2020Top Trends in Health Insurance: 2020
Top Trends in Health Insurance: 2020
 
Top Trends in Payments: 2020
Top Trends in Payments: 2020Top Trends in Payments: 2020
Top Trends in Payments: 2020
 

Último

Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...
Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...
Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...gurkirankumar98700
 
CNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of ServiceCNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of Servicegiselly40
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerThousandEyes
 
08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking MenDelhi Call girls
 
Unblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen FramesUnblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen FramesSinan KOZAK
 
🐬 The future of MySQL is Postgres 🐘
🐬  The future of MySQL is Postgres   🐘🐬  The future of MySQL is Postgres   🐘
🐬 The future of MySQL is Postgres 🐘RTylerCroy
 
Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024The Digital Insurer
 
Histor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slideHistor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slidevu2urc
 
Boost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityBoost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityPrincipled Technologies
 
The Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxThe Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxMalak Abu Hammad
 
Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...
Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...
Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...HostedbyConfluent
 
Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)Allon Mureinik
 
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking MenDelhi Call girls
 
The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024Rafal Los
 
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | DelhiFULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhisoniya singh
 
Slack Application Development 101 Slides
Slack Application Development 101 SlidesSlack Application Development 101 Slides
Slack Application Development 101 Slidespraypatel2
 
Presentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreterPresentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreternaman860154
 
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptxHampshireHUG
 
[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdfhans926745
 
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking MenDelhi Call girls
 

Último (20)

Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...
Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...
Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...
 
CNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of ServiceCNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of Service
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected Worker
 
08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men
 
Unblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen FramesUnblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen Frames
 
🐬 The future of MySQL is Postgres 🐘
🐬  The future of MySQL is Postgres   🐘🐬  The future of MySQL is Postgres   🐘
🐬 The future of MySQL is Postgres 🐘
 
Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024
 
Histor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slideHistor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slide
 
Boost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityBoost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivity
 
The Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxThe Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptx
 
Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...
Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...
Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...
 
Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)
 
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
 
The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024
 
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | DelhiFULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
 
Slack Application Development 101 Slides
Slack Application Development 101 SlidesSlack Application Development 101 Slides
Slack Application Development 101 Slides
 
Presentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreterPresentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreter
 
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
 
[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf
 
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
 

Microservices and SOA Architecture Comparison

  • 2. 3Copyright © Capgemini and Sogeti 2016. All Rights Reserved Microservices and SOA | Oracle OpenWorld | San Francisco | September 18-22, 2016 Table of Contents What is a Microservice1 Microservices vs. SOA2 Reference Architecture3 Use Cases4
  • 4. 5Copyright © Capgemini and Sogeti 2016. All Rights Reserved Microservices and SOA | Oracle OpenWorld | San Francisco | September 18-22, 2016 Resume I am very passionate about technology. I have be the lead authored of two books (Oracle SOA Governance 11g Implementation and Oracle API Management 12c Implementation), I am a regular blogger and speaker in major conferences and events. A well-known industry expert especially when it comes to Oracle middleware technologies I am also an OTN certified SOA black belt. Luis Weir Oracle Ace Director – Cloud Principal at Capgemini UK I am an Oracle Ace Director, Cloud Principal and a Thought Leader specialised in Oracle Fusion Middleware & Oracle PaaS. With more than 15 years of experience implementing IT solutions across the globe, I have been exposed to a wide wide variety of business problems many of which I’ve helped solved by adopting SOA architectural styles such as traditional SOA, API management and now Microservices. My current focus is in assisting organisations define and implement solutions and strategies that can help them realise the benefits that such technologies have to offer. 2nd Place 1st OTN Cloud Hackathon June, 2016 Cloud Contribution Award SOA Community March, 2016 Latest Media: § Oracle Magazine May/June 2016 (http://bit.ly/1RTCAU3) § Systematic Approach for Migrating to Oracle Cloud SaaS (http://bit.ly/1Xr6acs) § Oracle Magazine Jan/Feb 2016 (http://ora.cl/Vhh) § API Management Implementation (http://ora.cl/Gcw) § A Word About Microservices and SOA (http://bit.ly/25Dk5go)
  • 5. What is a Microservice The three aspects of Microservices according to me!!
  • 6. 7Copyright © Capgemini and Sogeti 2016. All Rights Reserved Microservices and SOA | Oracle OpenWorld | San Francisco | September 18-22, 2016 What is a Microservice? Functional decomposition of systems into manageable and independently deployable components, Microservice Architectures by Dr. Andreas Schroeder (http://bit.ly/1TOGZK8) “Loosely coupled service oriented architecture with bounded context”, – Adrian Cockcroft, April 2015
  • 7. 8Copyright © Capgemini and Sogeti 2016. All Rights Reserved Microservices and SOA | Oracle OpenWorld | San Francisco | September 18-22, 2016 The three aspects of Microservices Architecture (according to me!) OrganisationalTechnical Architectural
  • 8. 9Copyright © Capgemini and Sogeti 2016. All Rights Reserved Microservices and SOA | Oracle OpenWorld | San Francisco | September 18-22, 2016 Technical Deployed independentlyRun on its own process Scales independentlyIsolates faults Is stateless Owns its data Microservice
  • 9. 10Copyright © Capgemini and Sogeti 2016. All Rights Reserved Microservices and SOA | Oracle OpenWorld | San Francisco | September 18-22, 2016 Architectural Microservice Single responsibilityBounded context ChoreographedAPI gateways Polyglot Smart endpoint and dump pipe
  • 10. 11Copyright © Capgemini and Sogeti 2016. All Rights Reserved Microservices and SOA | Oracle OpenWorld | San Francisco | September 18-22, 2016 You build it you run it Organisational Microservice Small teams Teams organized around business capabilities Products not projects Culture of automation Decentralised governance
  • 11. Microservice vs. SOA Key differences and communalities
  • 12. 13Copyright © Capgemini and Sogeti 2016. All Rights Reserved Microservices and SOA | Oracle OpenWorld | San Francisco | September 18-22, 2016 Inspiration from Martin Fowler’s Microservices presentation at GOTO conference, Berlin November 2014 (minute 14) https://www.youtube.com/watch?v=wgdBVIX9ifA Microservices vs SOA “The value of the term microservices is that it allows to put a label on a useful subset of the SOA terminology”, Martin Fowler (minute 14), GOTO conference, Berlin November 2014 SOATypically adopted to deliver horizontal integrations Traditional SOA (i.e. AIA) Best for vertical integrations Not for integration. Best for building modern systems API Management Microservices Architecture Wrong comparison… The difference lies in the realisation style to implement SOA
  • 13. 14Copyright © Capgemini and Sogeti 2016. All Rights Reserved Microservices and SOA | Oracle OpenWorld | San Francisco | September 18-22, 2016 Microservices vs SOA – Technical Stack Modern Monolith Any Hardware Hardware Resources Host OS Hypervisor (type 1 or 2) Guest OS (VMs) Bin/Libs (MREs, Interpreters, etc) Application Server Application (ie. ESB) Services Container Engine Relational Database Legacy Monolith Mainframe (ie IBM System Z, S/360) Storage (ie. DB2, IMS/DB) Hypervisor (ie. PR/SM –Type 1) Hardware Resources (ie. DADB, IDMS,IEDN) Operating System (ie. z/OS, z/VSE) Batch Services (ie JCL,JES,3rd p.) Application Services (ie. CICS) Microservice Architecture Any Hardware Hardware Resources Host OS Guest OS (VMs) Scala Java Ruby Node Jolie Services Container Engine Bin/Libs Bin/LibsBin/LibsBin/Libs Container Engine Bin/Libs Hypervisor (type 1 or 2) Mongo Cassandra Oracle HBase Neo4j
  • 14. 15Copyright © Capgemini and Sogeti 2016. All Rights Reserved Microservices and SOA | Oracle OpenWorld | San Francisco | September 18-22, 2016 Architectural Pattern Traditional SOA MSA Monolith pattern (http://bit.ly/1Gjr2Y0) Yes No Polyglot Programming & Persistence (http://bit.ly/18BvDIj & http://bit.ly/1XYiak2) Not traditionally (use of Suites) Yes API gateway pattern (http://bit.ly/1WTyNLJ) Yes Yes Orchestration (http://bit.ly/1U0SWil) Yes No Choreography (http://bit.ly/1ssALZQ) No Yes Event Collaboration (http://bit.ly/25Dk7oE) Yes Yes Canonical Schema (http://bit.ly/1r6KkfK) Very common No Schema centralization (http://bit.ly/1sVlqkc) Very common No Decouple Contract (http://bit.ly/1O8mVpm) Yes Could be…. Bounded Context (http://bit.ly/1o7AK8B) Some times Yes Ubiquitous Language (http://bit.ly/1c8nXQe) Some times Yes Bulkhead (http://bit.ly/1c8nXQe) Not really… Yes Tolerant Reader (http://bit.ly/1aa4mr9) Some times Yes Client-side Service Discovery (http://bit.ly/1OunUyq) Initially only (service registry) Recommended Server-side Service Discovery (http://bit.ly/1X3RmzA) Yes Yes ESB Pattern (http://bit.ly/1ZlSKeT) Yes Across bounded contexts (dump pipe)
  • 15. 16Copyright © Capgemini and Sogeti 2016. All Rights Reserved Microservices and SOA | Oracle OpenWorld | San Francisco | September 18-22, 2016 Choreography vs Orchestration – Which one is which?
  • 16. 17Copyright © Capgemini and Sogeti 2016. All Rights Reserved Microservices and SOA | Oracle OpenWorld | San Francisco | September 18-22, 2016 Bounded Context “Gather together those things that change for the same reason, and separate those things that change for different reasons” – The single responsibility principle by Robert C. Martin, November 2009, http://bit.ly/1VDgw79 “Domain driven design (DDD) divides up a large system into Bounded Contexts, each of which can have a unified model – essentially a way of structuring Multiple Canonical Models.” Opportunity Pipeline Territory Customer Product Customer Product Ticket Defect Product Version Sales Person Sales Context Support Context Use Bounded Context to Separate Concerns Bounded context by Martin Follower, January 2014 http://martinfowler.com/bliki/BoundedContext.html
  • 17. 18Copyright © Capgemini and Sogeti 2016. All Rights Reserved Microservices and SOA | Oracle OpenWorld | San Francisco | September 18-22, 2016 How to eat the Elephant? One piece a the time! Understand the problem. Slice and dice your elephant by defining boundaries in the business capabilities. Modernise one piece at the time. Starting small Replenishment Orders Sales Orders Logistic s Tracking
  • 18. 19Copyright © Capgemini and Sogeti 2016. All Rights Reserved Microservices and SOA | Oracle OpenWorld | San Francisco | September 18-22, 2016 Recommend Domain Driven Design & Microservices by Eric Evans https://www.youtube.com/watch?v=yPvef9R3k-M Goto Berlin, Nov 2014 Principles of Microservices By Sam Newman https://www.youtube.com/watch?v=PFQnNFe27kU Devoxx Belgium, Nov 2015
  • 19. 20Copyright © Capgemini and Sogeti 2016. All Rights Reserved Microservices and SOA | Oracle OpenWorld | San Francisco | September 18-22, 2016 Organisational Traditional Operations Model Development and support teams organized by technologies resulting in siloes(Conway’s law in action) SOA Support Team DB Support Team UI Support team UI Dev Team Database Dev Teams SOA Dev Team ProjectTeams Coms Gaps MSA Operations Model Multi-disciplinary [small] teams organized by business capability resulting in modular systems Customer UI DB MW Orders UI DB MW Items UI DB MW Shipment UI DB MW DevOps / Continuous Delivery Customer Microservice Orders Microservice Items Microservice Shipment Microservice
  • 20. 21Copyright © Capgemini and Sogeti 2016. All Rights Reserved Microservices and SOA | Oracle OpenWorld | San Francisco | September 18-22, 2016 Recommend Modeling Microservices at Spotify with Petter Mahlen http://tinyurl.com/msaspotify At a microservices talk in March in Sweden, Petter Mahlen, Backend Infrastructure Engineer at Spotify, spoke to a packed house at Jfokus about microservices.
  • 21. Reference Architecture A reference architecture suitable for SOA 2.0: Microservices, API Management and Integration
  • 22. 23Copyright © Capgemini and Sogeti 2016. All Rights Reserved Microservices and SOA | Oracle OpenWorld | San Francisco | September 18-22, 2016 SOA 2.0 Reference Architecture SYSTEMS OF ENGAGEMENT SaaS API Applications CX HCM ERP EPM Legacy, etc Business APIs Single Purpose APIs Special Purpose APIs Presentation APIs Partner [B2B] APIsPublic [Consumer] APIs Microservices SYSTEMS OF RECORDS SYSTEMS OF INNOVATION SYSTEMSOF DIFFERENTIATION $ API Message Pipe
  • 23. 24Copyright © Capgemini and Sogeti 2016. All Rights Reserved Microservices and SOA | Oracle OpenWorld | San Francisco | September 18-22, 2016 SOA 2.0 Capability Model Message Pipe MicroservicesAPI Applications Single Purpose APIs Business APIs AuthN/AuthZ/API Key Validation Policy Enforcement HTTP Routing Calls Aggregation Light Transformation Light Scripting In-memory Cache Rate Limiting/Throttling Streaming REST/SOAP Conversions System AuthN/AuthZ Connectivity Adapters Connection & Session Management Data Transformation Complex Orchestrations & Logic Protocol/Transport Conversions Federated AuthN/AuthZ API Key Validation Call Aggregation Tailored Contracts Thread Protection Thread Protection Client Backend Logic Scripting Platform/Backend APIs Push Nots/Websockets Polyglot Consumer SDKs Polyglot Programming Polyglot Persistency Single Responsibility Choreography Stack Independence Auto Scaling Message routing Light transformation Reliable Messaging Push Listener Queuing/De-queuing
  • 24. 25Copyright © Capgemini and Sogeti 2016. All Rights Reserved Microservices and SOA | Oracle OpenWorld | San Francisco | September 18-22, 2016 API Applications SOA 2.0 In the Oracle Cloud PaaS Microservices Message Pipe Single Purpose APIs Business APIs Java CloudSOA Cloud App Container & Container Cloud Java Cloud App Container CloudMobile Cloud API Platform Cloud API Platform Cloud Integration Cloud Messaging Cloud DB and NoSQL Clouds
  • 25. Use Case Modern application based no Microservice Architecture with integration to on-premises legacy systems for synchronization
  • 26. 27Copyright © Capgemini and Sogeti 2016. All Rights Reserved Microservices and SOA | Oracle OpenWorld | San Francisco | September 18-22, 2016 Conceptual Solution Architecture Order & Fulfillment Domain Customer Relations Domain ERP Domain (P2C, R2C, HR, GL, Billing, etc.) API Gateway(s) Microservice Architecture Microservice Architecture Message Pipe Mobile Apps Adapter Adapter Contact Customer Shipment Order Product Web Apps Applications Async Communication Sync Communication Managed API Microservice Monolith ServiceChoreographyBounded Context
  • 27. 28Copyright © Capgemini and Sogeti 2016. All Rights Reserved Microservices and SOA | Oracle OpenWorld | San Francisco | September 18-22, 2016 Connectivity Agent Modern Application in Oracle PaaS Frontend Application Application Container Cloud PaaS API Gateway API Platform Business API Validate API-Key Limits & throttle User Authn Route Respond Integration Flows` Integration Cloud Dequeue ConnectTransform Customer Data Hub PLSQL DB Adapter On-premises Microservice Container Cloud Node.JS Container Main Node Application Connectivity Modules Microservice Storage NoSQL Cloud JSON Objects https://xxx 1 HTML5/JS 2 [PUT] {json} 9 Integration Flows Messaging Cloud REST API Queue 3 4 7 {json} http 200 {json ack} {json ack} {json} {json} {json} http 200 5 6 10 11 12 sqlnet https § Registers agent § Opens connection https 8 1) User access URL and renders page 2) User performs action in client side (i.e.. Update personal details) which triggers an API [PUT] request 3) A customer business API resource is invoked i.e.. [PUT]/ customers/{person id}. The person update details are passed in the HTTP body as a JSON. API key and user token are also passed 4) Request is validated (key, user token), policies applied and if successful request PUT request is routed to the relevant customer microservice endpoint 5, 6, 7) The microservice (implemented in Node.JS) executes the business logic which results in updating the customer personal details JSON object in the NoSQL database and also triggering an update event by calling the messaging cloud API. A HTTP 200 response is send back if all goes OK 8, 9) A HTTP 200 response is send back with a small JSON object in the body with an acknowledgment (i.e. { status: “no errors” } 10, 11, 12) Once ICS detects a new message in the topic, it deques the message, transforms it and via the connectivity agent, calls the relevant PLSQL API to update the customer record Frontend APIsNode Main App Express Modules Oracle JET Modules
  • 28. 29Copyright © Capgemini and Sogeti 2016. All Rights Reserved Microservices and SOA | Oracle OpenWorld | San Francisco | September 18-22, 2016 Conclusion Why adopt Microservices?
  • 29. 30Copyright © Capgemini and Sogeti 2016. All Rights Reserved Microservices and SOA | Oracle OpenWorld | San Francisco | September 18-22, 2016 Conclusion - Why adopt Microservices Architecture (I) Modularity Eat the elephant one piece at the time. Phased implementation approach. Starting small. Small teams owning full lifecycle of their piece (a business capability) Segmented complexity Separate a big problem into smaller problems handled by small teams ensures mental models are retained avoiding a “legacy in the making” Ease of deployment/speed Moving away from entire system deployment (i.e. “one line change to a million-line- long monolithic”). Deploy services independently and fast (i.e. with containers) and introduce automation (continuous delivery)
  • 30. 31Copyright © Capgemini and Sogeti 2016. All Rights Reserved Microservices and SOA | Oracle OpenWorld | San Francisco | September 18-22, 2016 Conclusion - Why adopt Microservices Architecture (II) Scalability & resilience Scale independently and possibly on-demand. Bulkheads to isolate problems and avoid whole system failures (avoiding the cascade effect), Then purposely test resilience Breaking organizational silos Organize small teams based on business capabilities in order to avoid organizational silos being reflected in the way systems are built (Conway's law) Enabling cloud transition Building container-based modular applications whilst adhering to basic principles (like 12 factor, Lehman’s law, and the reactive manifesto) cloud adoption is a real option
  • 31. The information contained in this presentation is proprietary. Copyright © 2016 Capgemini and Sogeti. All rights reserved. Rightshore® is a trademark belonging to Capgemini. www.capgemini.com www.sogeti.com About Capgemini and Sogeti With more than 180,000 people in over 40 countries, Capgemini is a global leader in consulting, technology and outsourcing services. The Group reported 2015 global revenues of EUR 11.9 billion. Together with its clients, Capgemini creates and delivers business, technology and digital solutions that fit their needs, enabling them to achieve innovation and competitiveness. A deeply multicultural organization, Capgemini has developed its own way of working, the Collaborative Business Experience™, and draws on Rightshore®, its worldwide delivery model. Learn more about us at www.capgemini.com. Sogeti is a leading provider of technology and software testing, specializing in Application, Infrastructure and Engineering Services. Sogeti offers cutting-edge solutions around Testing, Business Intelligence & Analytics, Mobile, Cloud and Cyber Security. Sogeti brings together more than 23,000 professionals in 15 countries and has a strong local presence in over 100 locations in Europe, USA and India. Sogeti is a wholly-owned subsidiary of Cap Gemini S.A., listed on the Paris Stock Exchange.