SlideShare a Scribd company logo
INTEGRATION SUMMIT 2019
Emerging Architecture Patterns
API-centric & Cell-based
INTEGRATION
Asanka Abeysinghe
Deputy CTO & VP, Architecture - CTO Office
Objectives
#1 look at: API-centric
#2 introduce: Cell-based
architecture
picture credit: https://www.flickr.com/
Motivation
Centralized & Layered
picture credit: https://www.flickr.com/photos/kaktuslampa/
Not enough support for Agility
picture credit: https://www.flickr.com/photos/69929929@N06/
Powerpoint Architects
picture credit: https://www.flickr.com/photos/johnerlandsen/
Reality of the Enterprise
Brownfield > Greenfield
picture credit: https://www.apstra.com/home/landscape-of-meadow-field-with-the-changing-environment-2/
Legacy, monolithic Microservices, sprawl
Reference Implementations
picture credit: https://www.marinersmuseum.org/
picture credit: http://unlocked.footlocker.com/
Underutilization of the Technology
Gap: architecture | development | deployment
picture credit: https://www.flickr.com/photos/28994379@N02/
picture credit: https://www.solarpowerworldonline.com/2017/07/georgia-contractor-sells-farmers-solar-tough-market/
Dependency management
picture credit: https://www.flickr.com/photos/tiocfaidh_ar_la_1916/
Architecture Patterns
Timeline
Background: Layered Architecture
picture credit: https://www.flickr.com/photos/23119666@N03/
A platform with an agile team
100 APIs, 60 message flows, 80 services, n DBs
Multi-tenanted, 3 active tenants
First release after 3 years
picture credit: https://www.flickr.com/photos/imcountingufoz/
Rise of Microservices
Pragmatic Microservices
Netflix: APIs
Uber: Edge Gateway
eBay: API Facade
Gartner: Mini Services
Background: Layered Architecture with MSA
Background: Segmented Architecture
BS-1 BS-2 BS-n
G-1 G-2
US-1 US-n
Platform of Platforms
Platform (shared capabilities)
Project1
Project2
Project3
Projectn
Platform (shared capabilities)
Project1
Project2
Project3
Projectn
Platform (shared capabilities)
Project1
Project2
Project3
Projectn
Platform (shared capabilities)
Project1
Project2
Project3
Projectn
CI/CD
User
Store
API Maturity Model
Technical APIs Partially Business APIs Business APIs
Isolated
Applications
Unstructured
Integration
Module-based
Architecture
Service-
oriented
Architecture
(SOA)
Microservice
Architecture
(MSA)
Open APIs
APIs as a
Business
Monolithic
Applications
Sockets
File Sharing
Message Que.
DB
Replication
EJB
RMI
COM/COM+
CORBA
WebDev
SOAP
ESB
BPEL
BAM
REST
AMQP
MQTT
WAF
REST
OAS
ServiceMesh
gRPC
GraphQL
picture credit: https://www.flickr.com/photos/ableman/
Making of……
picture credit: https://commons.wikimedia.org/wiki/User:Frank_Schulenburg CC BY 3.0
picture credit: https://www.cricindex.com/john-buchanan-cricket-coach/
2014
2018
[WSO2 Summit Sydney 2019] Emerging Architecture Patterns: API-centric and Cell-based
Building the
Concept
Business vs technical services
picture credit: https://www.flickr.com/photos/arpadlukacs/
Service: Technical definition
A code exposes through an
interface that describes a
collection of operations that
are network accessible using
a standardized messaging
protocol.
Service: Business definition
Software components that
can be spontaneously
discovered, combined, and
recombined to provide a
solution to a business
problem.
Microservice: Technical definition
A microservice must have a
single purpose and be loosely
coupled in design and
deployed independently of
other microservices.
"Micro" is a concept of scope
rather than size.
Microservice: Business definition
Microservices is an approach to
application development in
which a large application is built
as a suite of modular
components or services.
These services are built around
business capabilities.
Group of (Micro)services
The cell is the basic structural,
functional, and
biological unit of all known
living organisms
Cell-based
Reference Architecture
Component: Atomic Units
A component represents a
process or business logic
running in a container,
serverless environment, or an
existing runtime. A component
is designed based on a specific
scope, which can be
independently run and reused
at the runtime.
Cell: Units of Enterprise Architecture
A cell is a collection of
components, grouped from
design and implementation
into deployment. A cell is
independently deployable,
manageable, and observable.
Cell: Units of Enterprise Architecture
A cell is an immutable application component that can be built,
deployed and managed as a complete unit.
The cell consists of multiple services, managed APIs, ingress and
egress policies (including routing, throttling, access control),
security trust domain, deployment policies, rolling update policies
and external dependencies.
The cell definition captures all of these in a standard technology-
neutral fashion.
Cell:Component
1:M
1:1
Connected Cells
picture credit: https://www.medicalnewstoday.com/
Control Plane:
- Signaling of the network
- Makes decisions about the traffic flow
Data Plane:
- Forwards traffic between hops
- Takes data packets
picture credit: https://www.flickr.com/photos/teflon/
Management Plane:
- Configure
- Observeabiltty, Monitor
Inter and Intra Cell communication
Cell-mesh
Global-mesh
Connected Cells
Cell gateway (ingress)
Sidecar (egress)
Adaptor (egress)
Ambassador (egress)
API-centric Architecture Pull APIs
- RESTful HTTP, gRPC
Push APIs
- Events JMS, AMQP, SMTP
- Streams Kafka, MQTT
Gateway Pattern
picture credit: https://www.flickr.com/photos/ell-r-brown/
Automated Governance (Re)-enables Flow
Policy Store
(Registry)
Observability
(Monitoring/

Analytics)
Policy 

Enforcement
(GW)
Automated governance is made
of three things:
A source of truth:
Policy store/registry
Enforcement of the policy
Gateway or plugin attempting to keep
the desired state
Observability
How close to the desired state are we?
Security of Cells
picture credit: https://www.flickr.com/photos/laurelfan/ https://www.flickr.com/photos/sahdblunders/
Security of Cells
Developer Experience (DX)
of a Cell
Creating Cells
Brand new Cell
Existing (micro)services
Update an existing Cell
Create a new version
[WSO2 Summit Sydney 2019] Emerging Architecture Patterns: API-centric and Cell-based
Lifecycle of a Cell
[WSO2 Summit Sydney 2019] Emerging Architecture Patterns: API-centric and Cell-based
picture credit: https://www.flickr.com/photos/rincon_de_lula/
Structured Agility
Versioned Components
Versioned Cells
Dependency managed
Autowired
Reusable
Enhanced MSA & CNA
Cell-based Enterprise
Architecture
[WSO2 Summit Sydney 2019] Emerging Architecture Patterns: API-centric and Cell-based
Cell Types
Cell Type Components
Logic Microservices, Functions, MicroGateways, lightweight storages
Integration MicroESB or other integration microservices, lightweight storage and/or cache
Legacy Existing systems, legacy services
External SaaS and partner systems
Data RDBMS, NoSQL, File, Message Broker*
Identity IDP, user stores
Channel Web Apps, IoT, mobile apps
Reference Implementation L0
[WSO2 Summit Sydney 2019] Emerging Architecture Patterns: API-centric and Cell-based
Reference Implementation L1
[WSO2 Summit Sydney 2019] Emerging Architecture Patterns: API-centric and Cell-based
Cells and Podular Organizations
Self-contained
Deployable as a unit
Independently elastic
Data, control & management plane
Summary: Cell-based Architecture
picture credit: https://www.flickr.com/photos/josephmorris/
Just a (steady) start
https://github.com/wso2/reference-architecture
INTEGRATION SUMMIT 2019
“Organizations which
design systems … are
constrained to
produce designs
which are copies of
the communication
structures of these
organizations.”
- M. Conway
INTEGRATION SUMMIT 2019
THANK YOU
wso2.com
@asankama

More Related Content

PDF
API Management within a Microservice Architecture
WSO2
 
PDF
How WSO2 API Manager Supports the Ministry of Hajj and Umrah
WSO2
 
PDF
[WSO2 Summit Chicago 2018] Welcome Address: Integration Agility
WSO2
 
PDF
[WSO2 API Day Toronto 2019] Cloud-native Integration for the Enterprise
WSO2
 
PDF
Digital Asset Governance for the Enterprise
WSO2
 
PDF
[WSO2 Summit Americas 2020] Creating Smart Endpoints Using Integration Micros...
WSO2
 
PDF
[APIdays INTERFACE 2021] The Evolution of API Security for Client-side Applic...
WSO2
 
PDF
Stream Processing in Action
WSO2
 
API Management within a Microservice Architecture
WSO2
 
How WSO2 API Manager Supports the Ministry of Hajj and Umrah
WSO2
 
[WSO2 Summit Chicago 2018] Welcome Address: Integration Agility
WSO2
 
[WSO2 API Day Toronto 2019] Cloud-native Integration for the Enterprise
WSO2
 
Digital Asset Governance for the Enterprise
WSO2
 
[WSO2 Summit Americas 2020] Creating Smart Endpoints Using Integration Micros...
WSO2
 
[APIdays INTERFACE 2021] The Evolution of API Security for Client-side Applic...
WSO2
 
Stream Processing in Action
WSO2
 

What's hot (20)

PDF
42Crunch Security Audit for WSO2 API Manager 3.1
WSO2
 
PDF
[Webinar] WSO2 Enterprise Integrator 7.1.0 Release
WSO2
 
PDF
[WSO2 Summit Americas 2020] CIAM and Securing the Integrated API Supply Chain
WSO2
 
PDF
[WSO2 Integration Summit San Francisco 2019] Protecting API Infrastructures —...
WSO2
 
PDF
The Best of Both Worlds: Introducing WSO2 API Manager 4.0.0
WSO2
 
PDF
Rate Limiting GQLs Using Depth and Complexity Analysis
WSO2
 
PDF
[WSO2 API Manager Community Call] Expose Services as Managed APIs
WSO2
 
PDF
Api Gateway
KhaqanAshraf
 
PDF
Message based microservices architectures driven with docker
Docker, Inc.
 
PDF
[WSO2 Summit EMEA 2020] The Integrated API Supply Chain
WSO2
 
PDF
Migrate to the Latest WSO2 Micro Integrator to Unlock All-new Features
WSO2
 
PDF
WSO2 User Group Bangalore Meetup
WSO2
 
PDF
[WSO2Con EU 2018] Implementing a Zero Downtime WSO2 API Manager with an API C...
WSO2
 
PDF
[WSO2 Summit APAC 2020} Creating Smart Endpoints Using Integration Microservices
WSO2
 
PDF
[WSO2 Summit EMEA 2020] Experiencing the Benefits of API Driven Open Banking
WSO2
 
PDF
[WSO2 Integration Summit Stuttgart 2019] Decentralizing APIs for Agile Busine...
WSO2
 
PDF
[WSO2 API Day Toronto 2019] Extending Service Mesh with API Management
WSO2
 
PDF
[APIdays INTERFACE 2021] Programming the Cloud through APIs
WSO2
 
PDF
Identity Server on Azure: A Reference Architecture
WSO2
 
PDF
How to Effectively Build Web APIs for Microservices
WSO2
 
42Crunch Security Audit for WSO2 API Manager 3.1
WSO2
 
[Webinar] WSO2 Enterprise Integrator 7.1.0 Release
WSO2
 
[WSO2 Summit Americas 2020] CIAM and Securing the Integrated API Supply Chain
WSO2
 
[WSO2 Integration Summit San Francisco 2019] Protecting API Infrastructures —...
WSO2
 
The Best of Both Worlds: Introducing WSO2 API Manager 4.0.0
WSO2
 
Rate Limiting GQLs Using Depth and Complexity Analysis
WSO2
 
[WSO2 API Manager Community Call] Expose Services as Managed APIs
WSO2
 
Api Gateway
KhaqanAshraf
 
Message based microservices architectures driven with docker
Docker, Inc.
 
[WSO2 Summit EMEA 2020] The Integrated API Supply Chain
WSO2
 
Migrate to the Latest WSO2 Micro Integrator to Unlock All-new Features
WSO2
 
WSO2 User Group Bangalore Meetup
WSO2
 
[WSO2Con EU 2018] Implementing a Zero Downtime WSO2 API Manager with an API C...
WSO2
 
[WSO2 Summit APAC 2020} Creating Smart Endpoints Using Integration Microservices
WSO2
 
[WSO2 Summit EMEA 2020] Experiencing the Benefits of API Driven Open Banking
WSO2
 
[WSO2 Integration Summit Stuttgart 2019] Decentralizing APIs for Agile Busine...
WSO2
 
[WSO2 API Day Toronto 2019] Extending Service Mesh with API Management
WSO2
 
[APIdays INTERFACE 2021] Programming the Cloud through APIs
WSO2
 
Identity Server on Azure: A Reference Architecture
WSO2
 
How to Effectively Build Web APIs for Microservices
WSO2
 
Ad

Similar to [WSO2 Summit Sydney 2019] Emerging Architecture Patterns: API-centric and Cell-based (20)

PDF
Cell-based Architecture: OReilly Software Architecture Conference NY 2019
Asanka Abeysinghe
 
PDF
A Decentralized Reference Architecture for Cloud-native Applications V2.0
Asanka Abeysinghe
 
PDF
Cell-based Architecture: An Emerging Architecture Pattern for Agile Integrati...
Asanka Abeysinghe
 
PDF
An Emerging Architecture Pattern for Agile Integration: Cell-based Architecture
All Things Open
 
PDF
[WSO2 Integration Summit New York 2019] Emerging Architecture Patterns: API-c...
WSO2
 
PDF
Emerging architecture patterns: API-centric cell-based | Yenlo - WSO2 Integra...
Yenlo
 
PDF
[WSO2 Integration Summit San Francisco 2019] Emerging Architecture Patterns- ...
WSO2
 
PDF
[WSO2 Integration Summit London 2019] Emerging Architecture Patterns: API-cen...
WSO2
 
PDF
A Decentralized Reference Architecture for Cloud-native Applications
Asanka Abeysinghe
 
PDF
[WSO2Con EU 2018] Keynote - Cell Based Architecture
WSO2
 
PDF
Cell-based Architecture : An Emerging Architecture Pattern for Agile Integration
Asanka Abeysinghe
 
PDF
apidays LIVE New York_A Decentralized Reference Architecture for Cloud-native...
apidays
 
PDF
A Decentralized Reference Architecture for Cloud-native Applications
Asanka Abeysinghe
 
PDF
apidays LIVE LONDON - A Decentralized Reference Architecture for Cloud-native...
apidays
 
PDF
[WSO2 Summit APAC 2020] A Decentralized Reference Architecture for Cloud-nati...
WSO2
 
PDF
A Decentralized Reference Architecture for Cloud-native Applications
Asanka Abeysinghe
 
PDF
APIs: The Glue of Microservices - Introduction to the Cell-based Architecture
WSO2
 
PDF
[WSO2 Integration Summit Singapore 2019] API-driven Microservice Architecture
WSO2
 
PDF
[WSO2 Summit New York 2018] Building an Agile Enterprise
WSO2
 
PDF
Meetup6 microservices for the IoT
Francesco Rago
 
Cell-based Architecture: OReilly Software Architecture Conference NY 2019
Asanka Abeysinghe
 
A Decentralized Reference Architecture for Cloud-native Applications V2.0
Asanka Abeysinghe
 
Cell-based Architecture: An Emerging Architecture Pattern for Agile Integrati...
Asanka Abeysinghe
 
An Emerging Architecture Pattern for Agile Integration: Cell-based Architecture
All Things Open
 
[WSO2 Integration Summit New York 2019] Emerging Architecture Patterns: API-c...
WSO2
 
Emerging architecture patterns: API-centric cell-based | Yenlo - WSO2 Integra...
Yenlo
 
[WSO2 Integration Summit San Francisco 2019] Emerging Architecture Patterns- ...
WSO2
 
[WSO2 Integration Summit London 2019] Emerging Architecture Patterns: API-cen...
WSO2
 
A Decentralized Reference Architecture for Cloud-native Applications
Asanka Abeysinghe
 
[WSO2Con EU 2018] Keynote - Cell Based Architecture
WSO2
 
Cell-based Architecture : An Emerging Architecture Pattern for Agile Integration
Asanka Abeysinghe
 
apidays LIVE New York_A Decentralized Reference Architecture for Cloud-native...
apidays
 
A Decentralized Reference Architecture for Cloud-native Applications
Asanka Abeysinghe
 
apidays LIVE LONDON - A Decentralized Reference Architecture for Cloud-native...
apidays
 
[WSO2 Summit APAC 2020] A Decentralized Reference Architecture for Cloud-nati...
WSO2
 
A Decentralized Reference Architecture for Cloud-native Applications
Asanka Abeysinghe
 
APIs: The Glue of Microservices - Introduction to the Cell-based Architecture
WSO2
 
[WSO2 Integration Summit Singapore 2019] API-driven Microservice Architecture
WSO2
 
[WSO2 Summit New York 2018] Building an Agile Enterprise
WSO2
 
Meetup6 microservices for the IoT
Francesco Rago
 
Ad

More from WSO2 (20)

PDF
Demystifying CMS-0057-F - Compliance Made Seamless with WSO2
WSO2
 
PDF
Quantum Threats Are Closer Than You Think – Act Now to Stay Secure
WSO2
 
PDF
Modern Platform Engineering with Choreo - The AI-Native Internal Developer Pl...
WSO2
 
PDF
Application Modernization with Choreo - The AI-Native Internal Developer Plat...
WSO2
 
PDF
Build Smarter, Deliver Faster with Choreo - An AI Native Internal Developer P...
WSO2
 
PDF
Platformless Modernization with Choreo.pdf
WSO2
 
PDF
Application Modernization with Choreo for the BFSI Sector
WSO2
 
PDF
Choreo - The AI-Native Internal Developer Platform as a Service: Overview
WSO2
 
PDF
[Roundtable] Choreo - The AI-Native Internal Developer Platform as a Service
WSO2
 
PPTX
WSO2Con 2025 - Building AI Applications in the Enterprise (Part 1)
WSO2
 
PPTX
WSO2Con 2025 - Building Secure Business Customer and Partner Experience (B2B)...
WSO2
 
PPTX
WSO2Con 2025 - Building Secure Customer Experience Apps
WSO2
 
PPTX
WSO2Con 2025 - AI-Driven API Design, Development, and Consumption with Enhanc...
WSO2
 
PPTX
WSO2Con 2025 - AI-Driven API Design, Development, and Consumption with Enhanc...
WSO2
 
PPTX
WSO2Con 2025 - Unified Management of Ingress and Egress Across Multiple API G...
WSO2
 
PPTX
WSO2Con 2025 - How an Internal Developer Platform Lets Developers Focus on Code
WSO2
 
PPTX
WSO2Con 2025 - Architecting Cloud-Native Applications
WSO2
 
PDF
Mastering Intelligent Digital Experiences with Platformless Modernization
WSO2
 
PDF
Accelerate Enterprise Software Engineering with Platformless
WSO2
 
PDF
WSO2Con2024 - WSO2's IAM Vision: Identity-Led Digital Transformation
WSO2
 
Demystifying CMS-0057-F - Compliance Made Seamless with WSO2
WSO2
 
Quantum Threats Are Closer Than You Think – Act Now to Stay Secure
WSO2
 
Modern Platform Engineering with Choreo - The AI-Native Internal Developer Pl...
WSO2
 
Application Modernization with Choreo - The AI-Native Internal Developer Plat...
WSO2
 
Build Smarter, Deliver Faster with Choreo - An AI Native Internal Developer P...
WSO2
 
Platformless Modernization with Choreo.pdf
WSO2
 
Application Modernization with Choreo for the BFSI Sector
WSO2
 
Choreo - The AI-Native Internal Developer Platform as a Service: Overview
WSO2
 
[Roundtable] Choreo - The AI-Native Internal Developer Platform as a Service
WSO2
 
WSO2Con 2025 - Building AI Applications in the Enterprise (Part 1)
WSO2
 
WSO2Con 2025 - Building Secure Business Customer and Partner Experience (B2B)...
WSO2
 
WSO2Con 2025 - Building Secure Customer Experience Apps
WSO2
 
WSO2Con 2025 - AI-Driven API Design, Development, and Consumption with Enhanc...
WSO2
 
WSO2Con 2025 - AI-Driven API Design, Development, and Consumption with Enhanc...
WSO2
 
WSO2Con 2025 - Unified Management of Ingress and Egress Across Multiple API G...
WSO2
 
WSO2Con 2025 - How an Internal Developer Platform Lets Developers Focus on Code
WSO2
 
WSO2Con 2025 - Architecting Cloud-Native Applications
WSO2
 
Mastering Intelligent Digital Experiences with Platformless Modernization
WSO2
 
Accelerate Enterprise Software Engineering with Platformless
WSO2
 
WSO2Con2024 - WSO2's IAM Vision: Identity-Led Digital Transformation
WSO2
 

Recently uploaded (20)

PDF
Unlocking the Future- AI Agents Meet Oracle Database 23ai - AIOUG Yatra 2025.pdf
Sandesh Rao
 
PDF
Automating ArcGIS Content Discovery with FME: A Real World Use Case
Safe Software
 
PDF
The Future of Mobile Is Context-Aware—Are You Ready?
iProgrammer Solutions Private Limited
 
PDF
Presentation about Hardware and Software in Computer
snehamodhawadiya
 
PPTX
New ThousandEyes Product Innovations: Cisco Live June 2025
ThousandEyes
 
PDF
CIFDAQ's Market Wrap : Bears Back in Control?
CIFDAQ
 
PDF
Trying to figure out MCP by actually building an app from scratch with open s...
Julien SIMON
 
PDF
Doc9.....................................
SofiaCollazos
 
PDF
Using Anchore and DefectDojo to Stand Up Your DevSecOps Function
Anchore
 
PDF
The Future of Artificial Intelligence (AI)
Mukul
 
PDF
How Open Source Changed My Career by abdelrahman ismail
a0m0rajab1
 
PDF
Event Presentation Google Cloud Next Extended 2025
minhtrietgect
 
PDF
Economic Impact of Data Centres to the Malaysian Economy
flintglobalapac
 
PPTX
OA presentation.pptx OA presentation.pptx
pateldhruv002338
 
PDF
REPORT: Heating appliances market in Poland 2024
SPIUG
 
PPTX
AI and Robotics for Human Well-being.pptx
JAYMIN SUTHAR
 
PDF
Oracle AI Vector Search- Getting Started and what's new in 2025- AIOUG Yatra ...
Sandesh Rao
 
PDF
A Strategic Analysis of the MVNO Wave in Emerging Markets.pdf
IPLOOK Networks
 
PDF
Orbitly Pitch Deck|A Mission-Driven Platform for Side Project Collaboration (...
zz41354899
 
PDF
AI-Cloud-Business-Management-Platforms-The-Key-to-Efficiency-Growth.pdf
Artjoker Software Development Company
 
Unlocking the Future- AI Agents Meet Oracle Database 23ai - AIOUG Yatra 2025.pdf
Sandesh Rao
 
Automating ArcGIS Content Discovery with FME: A Real World Use Case
Safe Software
 
The Future of Mobile Is Context-Aware—Are You Ready?
iProgrammer Solutions Private Limited
 
Presentation about Hardware and Software in Computer
snehamodhawadiya
 
New ThousandEyes Product Innovations: Cisco Live June 2025
ThousandEyes
 
CIFDAQ's Market Wrap : Bears Back in Control?
CIFDAQ
 
Trying to figure out MCP by actually building an app from scratch with open s...
Julien SIMON
 
Doc9.....................................
SofiaCollazos
 
Using Anchore and DefectDojo to Stand Up Your DevSecOps Function
Anchore
 
The Future of Artificial Intelligence (AI)
Mukul
 
How Open Source Changed My Career by abdelrahman ismail
a0m0rajab1
 
Event Presentation Google Cloud Next Extended 2025
minhtrietgect
 
Economic Impact of Data Centres to the Malaysian Economy
flintglobalapac
 
OA presentation.pptx OA presentation.pptx
pateldhruv002338
 
REPORT: Heating appliances market in Poland 2024
SPIUG
 
AI and Robotics for Human Well-being.pptx
JAYMIN SUTHAR
 
Oracle AI Vector Search- Getting Started and what's new in 2025- AIOUG Yatra ...
Sandesh Rao
 
A Strategic Analysis of the MVNO Wave in Emerging Markets.pdf
IPLOOK Networks
 
Orbitly Pitch Deck|A Mission-Driven Platform for Side Project Collaboration (...
zz41354899
 
AI-Cloud-Business-Management-Platforms-The-Key-to-Efficiency-Growth.pdf
Artjoker Software Development Company
 

[WSO2 Summit Sydney 2019] Emerging Architecture Patterns: API-centric and Cell-based