SlideShare a Scribd company logo
1 of 60
All contents © MuleSoft Inc.
Running and Managing
Mule applications
All contents © MuleSoft Inc.
Safe harbor statement
The information in this presentation is confidential and proprietary to MuleSoft and may not be
disclosed without the permission of MuleSoft. This presentation is not subject to your license
agreement or any other service or subscription agreement with MuleSoft. MuleSoft has no obligation
to pursue any course of business outlined in this document or any related presentation, or to
develop or release any functionality mentioned therein. This document, or any related presentation
and MuleSoft's strategy and possible future developments, products and or platforms directions and
functionality are all subject to change and may be changed by MuleSoft at any time for any reason
without notice. The information on this document is not a commitment, promise or legal obligation
to deliver any material, code or functionality. This document is provided without a warranty of any
kind, either express or implied, including but not limited to, the implied warranties of
merchantability, fitness for a particular purpose, or non-infringement. This document is for
informational purposes and may not be incorporated into a contract. MuleSoft assumes no
responsibility for errors or omissions in this document, except if such damages were caused by
MuleSoft intentionally or grossly negligent.
All forward-looking statements are subject to various risks and uncertainties that could cause actual
results to differ materially from expectations. Readers are cautioned not to place undue reliance on
these forward-looking statements, which speak only as of their dates, and they should not be relied
upon in making purchasing decisions.
2
All contents © MuleSoft Inc.
Agenda
1. Designing and building Mule applications
2. Deploying, running and managing Mule applications
– The Mule runtime
– Deployment models
– Deploying Mule applications
– Managing Mule applications
3. Governing and sharing assets
3
All contents © MuleSoft Inc.
Guess the movie!
4
All contents © MuleSoft Inc.
Guess the movie!
PULP FICTION
5
All contents © MuleSoft Inc.
API-led connectivity:
Organized Connectivity Building Blocks
Mainframes Files Databases Legacy SystemsSaaS apps ApplicationsWeb servicesFTPCloud Apps
6
All contents © MuleSoft Inc. 7
Anypoint Platform
delivers a full suite
of capabilities for
managing the
whole API
lifecycle
All contents © MuleSoft Inc.
Connectivity Building Block
Connectivity Building Block
(API)
8
All contents © MuleSoft Inc.
Connectivity Building Block
Logic
Contract
Connectors
Flow definitions
Routing
Enrichment
Transformation
Aggregation
Parallel execution
Splitting
…
Connectivity
Protocol implementation
Connections/resources management
Pooling
Connectivity Building
Block (API)
MQ Database SOAP
service
9
All contents © MuleSoft Inc.
RAML
Flows
Config
Building block
deployable
archive
(.zip)
Mule runtime
Connectors
Logic
Contract
Flow definitions
Connectivity Building Block
10
All contents © MuleSoft Inc.
Mule Runtime Engine at the heart of the Platform
Runtime services
Mule Runtime Engine
Anypoint Connectors
Anypoint Exchange
• Flow designer
• API designer
• Studio
• Connector DevKit
Anypoint Design Center Anypoint Management Center
• API Manager
• Runtime Manager
• Analytics
• Access management
• MQ
• CloudHub
• Enterprise Security
• Fabric
• VPC
11
All contents © MuleSoft Inc.
The Mule runtime engine
12
• Open and extensible (Java, Spring)
• Stateless and lightweight (~250MB)
• Staged Event Driven Architecture
• Same single runtime regardless of
where it’s deployed (on-premise,
cloud, Raspberry Pi, …)
• Same single runtime regardless of
use case (real time, batch, sync,
async, API, ...)
All contents © MuleSoft Inc.
Container
Java Virtual Machine
Operating System
Physical or Virtual Server
Mule runtime
Connectors
Logic
Contract
Flow definitions
Connectivity Building Block
13
All contents © MuleSoft Inc.
On-premises vs iPaaS (Brett version)
Anypoint iPaaS Worker
(Mule runtime)
Connectors
Logic
Contract
Flow definitions
Container
Java Virtual Machine
Mule runtime
Operating System
Physical or Virtual Server
Connectors
Logic
Contract
Flow definitions
14
All contents © MuleSoft Inc.
• CloudHub
• Anypoint Fabric
• Anypoint VPC
• Dedicated Load Balancer
• Business Groups
• Hybrid deployment
• Cloud Object Store
• Anypoint MQ
Mule runtime
Anypoint iPaaS Worker
Connectors
Logic
Contract
Flow definitions
On-premises vs iPaaS
15
All contents © MuleSoft Inc.
Anypoint Platform as an iPaaS
• Fully-managed cloud platform with
managed software updates and
maintenance
• Automatically scale applications through
autoscaling
• Provides 99.99% uptime SLAs and a global
footprint across North America, Europe,
Asia, and Australia
This is the platform as a service (PaaS) component of the
Anypoint Platform that provides a fully-managed cloud
platform for integration and APIs.
16
All contents © MuleSoft Inc.
iPaaS architecture
17
All contents © MuleSoft Inc.
Guess the movie!
18
All contents © MuleSoft Inc.
Guess the movie!
THE MUMMY
19
All contents © MuleSoft Inc.
Agenda
1. Designing and building Mule applications
2. Running and managing Mule applications
– The Mule runtime
– Deployment models
– Deploying Mule applications
– Managing Mule applications
3. Governing and sharing integration assets
20
All contents © MuleSoft Inc.
Hybrid
Integration
Ground to Cloud
Cloud to Ground
SaaS Integration
Cloud to Cloud
Deployment Scenarios
On-Premise
Integration
Ground to Ground
21
All contents © MuleSoft Inc.
• What things are you integrating?
• Are they on-premises or in the cloud?
• Do you have a cloud first-approach?
• Do you have an approval process for cloud?
• Do you need lots of flexibility?
Control
Centre of
gravity
Two factors in evaluating where to deploy
22
All contents © MuleSoft Inc.
Hybrid integration managed from one central place
API
+
Integration
Management Runtime
Integration
APIAPI
+
IntegrationIntegration management
API management
23
All contents © MuleSoft Inc.
Cloud integration
Integration
APIAPI
+
Integration
Management Runtime
Integration management
API management
24
All contents © MuleSoft Inc.
On-prem integration and cloud-based management
API
+
Integration
Management Runtime
Integration management
API management
25
All contents © MuleSoft Inc.
On-prem integration and management
Management Runtime
Integration management
API management API
+
Integration
26
All contents © MuleSoft Inc.
Guess the movie!
27
All contents © MuleSoft Inc.
Guess the movie!
AVATAR
28
All contents © MuleSoft Inc.
Agenda
1. Designing and building Mule applications
2. Running and managing Mule applications
– The Mule runtime
– Deployment models
– Deploying Mule applications
– Managing Mule applications
3. Governing and sharing integration assets
29
All contents © MuleSoft Inc. 3030
Manual upload
Deploying your applications your way
All contents © MuleSoft Inc.
Deploying your applications your way
Embedded in Studio
31
All contents © MuleSoft Inc.
Deploying your applications your way
Through Anypoint CLI
32
All contents © MuleSoft Inc.
1. Check-out project
2. Import to Studio
3. Develop
4. Create tests
5. Create build wrapper
6. Check-in project
Deploying your applications your way
UAT
DEV
PROD
Developer
Run
Mock Tests
Run
Unit Tests
Run
Mock Tests
Run
Unit Tests
Create and Run Tests
1 2
3
4
5
6
108
7
Functional
Tests
Create
Mocked Tests
Create
Unit Tests
7. Trigger CI
8. Build & deploy
9. Run test
10. Push to repo
11. Open tkt in SNOW
12. Deploy
13. Repeat test in UAT
14. Update tkt in SNOW
9
11
13 14
15. Deploy
16. Update tkt in SNOW
QA
16
12
15
Through Anypoint APIs
33
All contents © MuleSoft Inc.
Guess the movie!
34
All contents © MuleSoft Inc.
Guess the movie!
35
THE AVENGERS
All contents © MuleSoft Inc.
Agenda
1. Designing and building Mule applications
2. Running and managing Mule applications
– The Mule runtime
– Deployment models
– Deploying Mule applications
– Managing Mule applications
3. Governing and sharing integration assets
36
All contents © MuleSoft Inc.
Why should I care about management?
System
(legacy modernisation, connectivity to SaaS apps, web services & Restful APIs)
Process
(orchestration, composable APIs, Microservices)
Experience
(purpose-built APIs for apps)
Mainframe FTP, Files Databases Legacy SystemsSaaS apps Web services
Central IT
LoB
Dev/IT
App Dev
Accessibility
& Ownership
“Single pane
of glass”
Governance,
Management
& Analytics
37
All contents © MuleSoft Inc.
Anypoint Platform
Runtime services
Mule Runtime Engine
Anypoint Connectors
Anypoint Exchange
• Flow designer
• API designer
• Studio
• Connector DevKit
Anypoint Design Center Anypoint Management Center
• API Manager
• Runtime Manager
• Analytics
• Access management
• MQ
• CloudHub
• Enterprise Security
• Fabric
• VPC
38
All contents © MuleSoft Inc.
Anypoint Runtime Manager
• Manage hybrid deployments and
users from a single interface
• Deep insight and governance
into APIs and integrations
• Extensible to existing identity
management, SDLC, and
analytics
Granular and extensible visibility into all applications deployed across the Anypoint
Platform. Reduce risk and optimise performance with operational control of your
hybrid infrastructure. Unleash DevOps with APIs that integrate with and automate
existing SDLC procedures.
39
All contents © MuleSoft Inc.
Anypoint Runtime Manager: Key Capabilities
● Register, group and cluster 1000+ runtimes
● Upload, deploy, and version applications
● Manage hybrid environments and automate deployments
● Organise resources by environment
● Manage a multi-tenant administrative hierarchy
● Connect to existing Identity Management solutions
● Monitor application and server status
● Extend to existing solutions with plugins to Splunk / ELK
Application/
Server
Management
Monitoring and
Analytics
Access Control
40
All contents © MuleSoft Inc.
Anypoint Runtime Manager for hybrid management
41
All contents © MuleSoft Inc.
Guess the movie!
All contents © MuleSoft Inc.
Guess the movie!
ALADDIN
All contents © MuleSoft Inc.
Hybrid server and application metrics
44
All contents © MuleSoft Inc. 4545
Insight: intelligence about business transactions
All contents © MuleSoft Inc. 4646
Insight: business level troubleshooting
All contents © MuleSoft Inc. 47
Live logging console
All contents © MuleSoft Inc. 48
Configuring alerts
All contents © MuleSoft Inc. 49
Standards-based platform means it’s easy to extend
OOTB plugins for Splunk and ELK
What if I already use something else?
All contents © MuleSoft Inc.
Where to look next
• 3.55pm – Governing and Sharing your Integration Assets
• Come and visit us at the demo booths – expo hall?
• Get hands-on with the platform at our API-led workshops
(when/where?)
• Feedback form? App? Anything else?
NEXT: How API enablement drives legacy modernization (theater session)
TO FINALISE
All contents © MuleSoft Inc.
All contents © MuleSoft Inc. 52
•ARM home dashboard
•Servers tab (groups, cluster)
•Customer PAPI (Manage, Insights: success, failure. Link to logs,
show all logs)
•CUSTOMER SAPI MYSQL (Manage, Dashboard, Flows – monitoring,
Insight)
•Back, Alerts
All contents © MuleSoft Inc.
Guess the movie!
53
All contents © MuleSoft Inc.
Guess the movie!
54
STAR WARS: THE
FORCE AWAKENS
All contents © MuleSoft Inc.
Guess the movie!
55
All contents © MuleSoft Inc.
Guess the movie!
56
AMERICAN BEAUTY
All contents © MuleSoft Inc.
Guess the movie!
All contents © MuleSoft Inc.
Guess the movie!
SAW
All contents © MuleSoft Inc.
Guess the movie!
59
All contents © MuleSoft Inc.
Guess the movie!
60
FORREST GUMP

More Related Content

What's hot

Migrating to mule 4 - Are you ready for This.
Migrating to mule 4 - Are you ready for This.Migrating to mule 4 - Are you ready for This.
Migrating to mule 4 - Are you ready for This.Harish Kumar
 
Logging best practice in mule using logger component
Logging best practice in mule using logger componentLogging best practice in mule using logger component
Logging best practice in mule using logger componentGovind Mulinti
 
Mule 4 migration + Common Integration Challenges : MuleSoft Virtual Muleys Me...
Mule 4 migration + Common Integration Challenges : MuleSoft Virtual Muleys Me...Mule 4 migration + Common Integration Challenges : MuleSoft Virtual Muleys Me...
Mule 4 migration + Common Integration Challenges : MuleSoft Virtual Muleys Me...Angel Alberici
 
Operationalizing your C4E VirtualMuleys & Deployment Considerations: Cloudhub...
Operationalizing your C4E VirtualMuleys & Deployment Considerations: Cloudhub...Operationalizing your C4E VirtualMuleys & Deployment Considerations: Cloudhub...
Operationalizing your C4E VirtualMuleys & Deployment Considerations: Cloudhub...Angel Alberici
 
Application Architecture: The Next Wave | MuleSoft
Application Architecture: The Next Wave | MuleSoftApplication Architecture: The Next Wave | MuleSoft
Application Architecture: The Next Wave | MuleSoftMuleSoft
 
Object Store V2 Workshop
Object Store V2 WorkshopObject Store V2 Workshop
Object Store V2 WorkshopMuleSoft
 
Mulesoft Anypoint platform introduction
Mulesoft Anypoint platform introductionMulesoft Anypoint platform introduction
Mulesoft Anypoint platform introductiongijish
 
Product Vision and Roadmap for Anypoint Platform
Product Vision and Roadmap for Anypoint PlatformProduct Vision and Roadmap for Anypoint Platform
Product Vision and Roadmap for Anypoint PlatformMuleSoft
 
MuleSoft Sizing Guidelines - VirtualMuleys
MuleSoft Sizing Guidelines - VirtualMuleysMuleSoft Sizing Guidelines - VirtualMuleys
MuleSoft Sizing Guidelines - VirtualMuleysAngel Alberici
 
Anypoint platform architecture and components
Anypoint platform architecture and componentsAnypoint platform architecture and components
Anypoint platform architecture and componentsD.Rajesh Kumar
 
Introduction to MuleSoft Anytime Platform
Introduction to MuleSoft Anytime PlatformIntroduction to MuleSoft Anytime Platform
Introduction to MuleSoft Anytime PlatformSalesforce Developers
 
2022.06.23 - Sydney Meetup
2022.06.23 - Sydney Meetup2022.06.23 - Sydney Meetup
2022.06.23 - Sydney MeetupRoyston Lobo
 
Mulesoft Meetup Cryptography Module
Mulesoft Meetup Cryptography ModuleMulesoft Meetup Cryptography Module
Mulesoft Meetup Cryptography ModuleManjuKumara GH
 
MuleアプリケーションのCI/CD
MuleアプリケーションのCI/CDMuleアプリケーションのCI/CD
MuleアプリケーションのCI/CDMuleSoft Meetup Tokyo
 
Virtual meetup - Exploring the Runtime Fabric deployment model
Virtual meetup - Exploring the Runtime Fabric deployment modelVirtual meetup - Exploring the Runtime Fabric deployment model
Virtual meetup - Exploring the Runtime Fabric deployment modelJimmy Attia
 
Demystifying the use of circuit breakers with MuleSoft
Demystifying the use of circuit breakers with MuleSoftDemystifying the use of circuit breakers with MuleSoft
Demystifying the use of circuit breakers with MuleSoftSandeep Deshmukh
 
The Emerging Integration Reference Architecture | MuleSoft
The Emerging Integration Reference Architecture | MuleSoftThe Emerging Integration Reference Architecture | MuleSoft
The Emerging Integration Reference Architecture | MuleSoftMuleSoft
 
Mule Runtime: Performance Tuning
Mule Runtime: Performance Tuning Mule Runtime: Performance Tuning
Mule Runtime: Performance Tuning MuleSoft
 
MuleSoft Surat Virtual Meetup#25 - Anypoint Platform Features and Capabilitie...
MuleSoft Surat Virtual Meetup#25 - Anypoint Platform Features and Capabilitie...MuleSoft Surat Virtual Meetup#25 - Anypoint Platform Features and Capabilitie...
MuleSoft Surat Virtual Meetup#25 - Anypoint Platform Features and Capabilitie...Jitendra Bafna
 

What's hot (20)

Migrating to mule 4 - Are you ready for This.
Migrating to mule 4 - Are you ready for This.Migrating to mule 4 - Are you ready for This.
Migrating to mule 4 - Are you ready for This.
 
Cloudhub 2.0
Cloudhub 2.0Cloudhub 2.0
Cloudhub 2.0
 
Logging best practice in mule using logger component
Logging best practice in mule using logger componentLogging best practice in mule using logger component
Logging best practice in mule using logger component
 
Mule 4 migration + Common Integration Challenges : MuleSoft Virtual Muleys Me...
Mule 4 migration + Common Integration Challenges : MuleSoft Virtual Muleys Me...Mule 4 migration + Common Integration Challenges : MuleSoft Virtual Muleys Me...
Mule 4 migration + Common Integration Challenges : MuleSoft Virtual Muleys Me...
 
Operationalizing your C4E VirtualMuleys & Deployment Considerations: Cloudhub...
Operationalizing your C4E VirtualMuleys & Deployment Considerations: Cloudhub...Operationalizing your C4E VirtualMuleys & Deployment Considerations: Cloudhub...
Operationalizing your C4E VirtualMuleys & Deployment Considerations: Cloudhub...
 
Application Architecture: The Next Wave | MuleSoft
Application Architecture: The Next Wave | MuleSoftApplication Architecture: The Next Wave | MuleSoft
Application Architecture: The Next Wave | MuleSoft
 
Object Store V2 Workshop
Object Store V2 WorkshopObject Store V2 Workshop
Object Store V2 Workshop
 
Mulesoft Anypoint platform introduction
Mulesoft Anypoint platform introductionMulesoft Anypoint platform introduction
Mulesoft Anypoint platform introduction
 
Product Vision and Roadmap for Anypoint Platform
Product Vision and Roadmap for Anypoint PlatformProduct Vision and Roadmap for Anypoint Platform
Product Vision and Roadmap for Anypoint Platform
 
MuleSoft Sizing Guidelines - VirtualMuleys
MuleSoft Sizing Guidelines - VirtualMuleysMuleSoft Sizing Guidelines - VirtualMuleys
MuleSoft Sizing Guidelines - VirtualMuleys
 
Anypoint platform architecture and components
Anypoint platform architecture and componentsAnypoint platform architecture and components
Anypoint platform architecture and components
 
Introduction to MuleSoft Anytime Platform
Introduction to MuleSoft Anytime PlatformIntroduction to MuleSoft Anytime Platform
Introduction to MuleSoft Anytime Platform
 
2022.06.23 - Sydney Meetup
2022.06.23 - Sydney Meetup2022.06.23 - Sydney Meetup
2022.06.23 - Sydney Meetup
 
Mulesoft Meetup Cryptography Module
Mulesoft Meetup Cryptography ModuleMulesoft Meetup Cryptography Module
Mulesoft Meetup Cryptography Module
 
MuleアプリケーションのCI/CD
MuleアプリケーションのCI/CDMuleアプリケーションのCI/CD
MuleアプリケーションのCI/CD
 
Virtual meetup - Exploring the Runtime Fabric deployment model
Virtual meetup - Exploring the Runtime Fabric deployment modelVirtual meetup - Exploring the Runtime Fabric deployment model
Virtual meetup - Exploring the Runtime Fabric deployment model
 
Demystifying the use of circuit breakers with MuleSoft
Demystifying the use of circuit breakers with MuleSoftDemystifying the use of circuit breakers with MuleSoft
Demystifying the use of circuit breakers with MuleSoft
 
The Emerging Integration Reference Architecture | MuleSoft
The Emerging Integration Reference Architecture | MuleSoftThe Emerging Integration Reference Architecture | MuleSoft
The Emerging Integration Reference Architecture | MuleSoft
 
Mule Runtime: Performance Tuning
Mule Runtime: Performance Tuning Mule Runtime: Performance Tuning
Mule Runtime: Performance Tuning
 
MuleSoft Surat Virtual Meetup#25 - Anypoint Platform Features and Capabilitie...
MuleSoft Surat Virtual Meetup#25 - Anypoint Platform Features and Capabilitie...MuleSoft Surat Virtual Meetup#25 - Anypoint Platform Features and Capabilitie...
MuleSoft Surat Virtual Meetup#25 - Anypoint Platform Features and Capabilitie...
 

Similar to Running and Managing Mule Applications

Raleigh MuleSoft Meetup - October
Raleigh MuleSoft Meetup  - October Raleigh MuleSoft Meetup  - October
Raleigh MuleSoft Meetup - October Savannah Cole
 
What's New with Anypoint Platform? Unified Platform Management
What's New with Anypoint Platform? Unified Platform ManagementWhat's New with Anypoint Platform? Unified Platform Management
What's New with Anypoint Platform? Unified Platform ManagementMuleSoft
 
Mule soft meetup_indonesia_june2020
Mule soft meetup_indonesia_june2020Mule soft meetup_indonesia_june2020
Mule soft meetup_indonesia_june2020WendyTey4
 
Microservices & anypoint service mesh calgary mule soft meetup
Microservices & anypoint service mesh   calgary mule soft meetupMicroservices & anypoint service mesh   calgary mule soft meetup
Microservices & anypoint service mesh calgary mule soft meetupJimmy Attia
 
São Paulo MuleSoft Meetup #5 - Runtime Fabric
São Paulo MuleSoft Meetup #5 - Runtime FabricSão Paulo MuleSoft Meetup #5 - Runtime Fabric
São Paulo MuleSoft Meetup #5 - Runtime FabricGuilherme Pereira Silva
 
Mulesoft Meetup Roma - Monitoring Framework & DevOps.pptx
Mulesoft Meetup Roma - Monitoring Framework & DevOps.pptxMulesoft Meetup Roma - Monitoring Framework & DevOps.pptx
Mulesoft Meetup Roma - Monitoring Framework & DevOps.pptxAlfonso Martino
 
MuleSoft Meetup June 2022 - Munich, Germany
MuleSoft Meetup June 2022 - Munich, GermanyMuleSoft Meetup June 2022 - Munich, Germany
MuleSoft Meetup June 2022 - Munich, GermanyMulesoftMunichMeetup
 
MuleSoft Surat Virtual Meetup#16 - Anypoint Deployment Option, API and Operat...
MuleSoft Surat Virtual Meetup#16 - Anypoint Deployment Option, API and Operat...MuleSoft Surat Virtual Meetup#16 - Anypoint Deployment Option, API and Operat...
MuleSoft Surat Virtual Meetup#16 - Anypoint Deployment Option, API and Operat...Jitendra Bafna
 
Runtime Fabric on OpenShift _--_ MuleSoft Meetup Deck.pptx
Runtime Fabric on OpenShift _--_ MuleSoft Meetup Deck.pptxRuntime Fabric on OpenShift _--_ MuleSoft Meetup Deck.pptx
Runtime Fabric on OpenShift _--_ MuleSoft Meetup Deck.pptxSandeep Deshmukh
 
Deploying and Managing Anypoint Runtime Fabric on OpenShift
Deploying and Managing Anypoint Runtime Fabric on OpenShiftDeploying and Managing Anypoint Runtime Fabric on OpenShift
Deploying and Managing Anypoint Runtime Fabric on OpenShiftHarshana Martin
 
Inovacao e Arquitetura Moderna com APIs e Mulesoft
Inovacao e Arquitetura Moderna com APIs e MulesoftInovacao e Arquitetura Moderna com APIs e Mulesoft
Inovacao e Arquitetura Moderna com APIs e MulesoftDanilo Bordini
 
First Caracas MuleSoft Meetup Slides
First Caracas MuleSoft Meetup SlidesFirst Caracas MuleSoft Meetup Slides
First Caracas MuleSoft Meetup SlidesFernando Silva
 
Learn mulesoft from scratch
Learn mulesoft from scratchLearn mulesoft from scratch
Learn mulesoft from scratchNikhil More
 
Anypoint Platform for Pivotal Cloud Foundry
Anypoint Platform for Pivotal Cloud FoundryAnypoint Platform for Pivotal Cloud Foundry
Anypoint Platform for Pivotal Cloud FoundryMuleSoft
 
Mule soft cloudhub deployment basics
Mule soft cloudhub deployment basicsMule soft cloudhub deployment basics
Mule soft cloudhub deployment basicsArun Yaligar
 
Chandigarh MuleSoft Meetup #01
Chandigarh MuleSoft Meetup #01Chandigarh MuleSoft Meetup #01
Chandigarh MuleSoft Meetup #01Lalit Panwar
 

Similar to Running and Managing Mule Applications (20)

Raleigh MuleSoft Meetup - October
Raleigh MuleSoft Meetup  - October Raleigh MuleSoft Meetup  - October
Raleigh MuleSoft Meetup - October
 
What's New with Anypoint Platform? Unified Platform Management
What's New with Anypoint Platform? Unified Platform ManagementWhat's New with Anypoint Platform? Unified Platform Management
What's New with Anypoint Platform? Unified Platform Management
 
Microservices
MicroservicesMicroservices
Microservices
 
Mule soft meetup_indonesia_june2020
Mule soft meetup_indonesia_june2020Mule soft meetup_indonesia_june2020
Mule soft meetup_indonesia_june2020
 
Microservices & anypoint service mesh calgary mule soft meetup
Microservices & anypoint service mesh   calgary mule soft meetupMicroservices & anypoint service mesh   calgary mule soft meetup
Microservices & anypoint service mesh calgary mule soft meetup
 
São Paulo MuleSoft Meetup #5 - Runtime Fabric
São Paulo MuleSoft Meetup #5 - Runtime FabricSão Paulo MuleSoft Meetup #5 - Runtime Fabric
São Paulo MuleSoft Meetup #5 - Runtime Fabric
 
Managing APIs with MuleSoft
Managing APIs with MuleSoftManaging APIs with MuleSoft
Managing APIs with MuleSoft
 
Mulesoft Meetup Roma - Monitoring Framework & DevOps.pptx
Mulesoft Meetup Roma - Monitoring Framework & DevOps.pptxMulesoft Meetup Roma - Monitoring Framework & DevOps.pptx
Mulesoft Meetup Roma - Monitoring Framework & DevOps.pptx
 
MuleSoft Meetup June 2022 - Munich, Germany
MuleSoft Meetup June 2022 - Munich, GermanyMuleSoft Meetup June 2022 - Munich, Germany
MuleSoft Meetup June 2022 - Munich, Germany
 
MuleSoft Surat Virtual Meetup#16 - Anypoint Deployment Option, API and Operat...
MuleSoft Surat Virtual Meetup#16 - Anypoint Deployment Option, API and Operat...MuleSoft Surat Virtual Meetup#16 - Anypoint Deployment Option, API and Operat...
MuleSoft Surat Virtual Meetup#16 - Anypoint Deployment Option, API and Operat...
 
Mule soft dubai virtual meetup 27_apr
Mule soft dubai virtual meetup 27_aprMule soft dubai virtual meetup 27_apr
Mule soft dubai virtual meetup 27_apr
 
Runtime Fabric on OpenShift _--_ MuleSoft Meetup Deck.pptx
Runtime Fabric on OpenShift _--_ MuleSoft Meetup Deck.pptxRuntime Fabric on OpenShift _--_ MuleSoft Meetup Deck.pptx
Runtime Fabric on OpenShift _--_ MuleSoft Meetup Deck.pptx
 
Mulesoft Indore meetup #1
Mulesoft Indore meetup #1Mulesoft Indore meetup #1
Mulesoft Indore meetup #1
 
Deploying and Managing Anypoint Runtime Fabric on OpenShift
Deploying and Managing Anypoint Runtime Fabric on OpenShiftDeploying and Managing Anypoint Runtime Fabric on OpenShift
Deploying and Managing Anypoint Runtime Fabric on OpenShift
 
Inovacao e Arquitetura Moderna com APIs e Mulesoft
Inovacao e Arquitetura Moderna com APIs e MulesoftInovacao e Arquitetura Moderna com APIs e Mulesoft
Inovacao e Arquitetura Moderna com APIs e Mulesoft
 
First Caracas MuleSoft Meetup Slides
First Caracas MuleSoft Meetup SlidesFirst Caracas MuleSoft Meetup Slides
First Caracas MuleSoft Meetup Slides
 
Learn mulesoft from scratch
Learn mulesoft from scratchLearn mulesoft from scratch
Learn mulesoft from scratch
 
Anypoint Platform for Pivotal Cloud Foundry
Anypoint Platform for Pivotal Cloud FoundryAnypoint Platform for Pivotal Cloud Foundry
Anypoint Platform for Pivotal Cloud Foundry
 
Mule soft cloudhub deployment basics
Mule soft cloudhub deployment basicsMule soft cloudhub deployment basics
Mule soft cloudhub deployment basics
 
Chandigarh MuleSoft Meetup #01
Chandigarh MuleSoft Meetup #01Chandigarh MuleSoft Meetup #01
Chandigarh MuleSoft Meetup #01
 

More from MuleSoft

The CIO's Guide to Digital Transformation
The CIO's Guide to Digital TransformationThe CIO's Guide to Digital Transformation
The CIO's Guide to Digital TransformationMuleSoft
 
Gluecon 2017: Metadata is the Glue
Gluecon 2017: Metadata is the GlueGluecon 2017: Metadata is the Glue
Gluecon 2017: Metadata is the GlueMuleSoft
 
Gluecon 2017: API Modelling Framework - A Toolbox for Interacting With API S...
Gluecon 2017: API Modelling Framework -  A Toolbox for Interacting With API S...Gluecon 2017: API Modelling Framework -  A Toolbox for Interacting With API S...
Gluecon 2017: API Modelling Framework - A Toolbox for Interacting With API S...MuleSoft
 
How to Get Unstuck
How to Get Unstuck How to Get Unstuck
How to Get Unstuck MuleSoft
 
How API Enablement Drives Legacy Modernization
How API Enablement Drives Legacy ModernizationHow API Enablement Drives Legacy Modernization
How API Enablement Drives Legacy ModernizationMuleSoft
 
Applying UX principles and methods to APIs
Applying UX principles and methods to APIs Applying UX principles and methods to APIs
Applying UX principles and methods to APIs MuleSoft
 
Secure by design: Scaling security across the enterprise
Secure by design: Scaling security across the enterpriseSecure by design: Scaling security across the enterprise
Secure by design: Scaling security across the enterpriseMuleSoft
 
Gathering Operational Intelligence in Complex Environments at Splunk
Gathering Operational Intelligence in Complex Environments at SplunkGathering Operational Intelligence in Complex Environments at Splunk
Gathering Operational Intelligence in Complex Environments at SplunkMuleSoft
 
CloudHub and other Cloud Deployment Options
CloudHub and other Cloud Deployment OptionsCloudHub and other Cloud Deployment Options
CloudHub and other Cloud Deployment OptionsMuleSoft
 
Governing and Sharing your Integration Assets
Governing and Sharing your Integration AssetsGoverning and Sharing your Integration Assets
Governing and Sharing your Integration AssetsMuleSoft
 
Designing and building Mule applications
Designing and building Mule applicationsDesigning and building Mule applications
Designing and building Mule applicationsMuleSoft
 
Object Store
Object StoreObject Store
Object StoreMuleSoft
 
Introducing Anypoint Exchange 2.0
Introducing Anypoint Exchange 2.0Introducing Anypoint Exchange 2.0
Introducing Anypoint Exchange 2.0MuleSoft
 
Troubleshooting Anypoint Platform
Troubleshooting Anypoint PlatformTroubleshooting Anypoint Platform
Troubleshooting Anypoint PlatformMuleSoft
 
Relevancy in a Rapidly Changing World (Yvonne Wassenaar)
Relevancy in a Rapidly Changing World (Yvonne Wassenaar)Relevancy in a Rapidly Changing World (Yvonne Wassenaar)
Relevancy in a Rapidly Changing World (Yvonne Wassenaar)MuleSoft
 
Leveraging APIs and the Cloud to Transform Veteran Care (Steve Rushing)
Leveraging APIs and the Cloud to Transform Veteran Care (Steve Rushing)Leveraging APIs and the Cloud to Transform Veteran Care (Steve Rushing)
Leveraging APIs and the Cloud to Transform Veteran Care (Steve Rushing)MuleSoft
 
Role of Technology in the Evolution of P&C Insurance (Marcus Ryu)
Role of Technology in the Evolution of P&C Insurance (Marcus Ryu)Role of Technology in the Evolution of P&C Insurance (Marcus Ryu)
Role of Technology in the Evolution of P&C Insurance (Marcus Ryu)MuleSoft
 
Industry Stories: How Application Networks are Delivering Agility (Ross Mason)
Industry Stories: How Application Networks are Delivering Agility (Ross Mason)Industry Stories: How Application Networks are Delivering Agility (Ross Mason)
Industry Stories: How Application Networks are Delivering Agility (Ross Mason)MuleSoft
 
Agility in the Age of Services and Hyperspecialization (Greg Schott)
Agility in the Age of Services and Hyperspecialization (Greg Schott)Agility in the Age of Services and Hyperspecialization (Greg Schott)
Agility in the Age of Services and Hyperspecialization (Greg Schott)MuleSoft
 
Know What You Don’t Know - ModusBox Presents the Metrics Dashboard
Know What You Don’t Know - ModusBox Presents the Metrics DashboardKnow What You Don’t Know - ModusBox Presents the Metrics Dashboard
Know What You Don’t Know - ModusBox Presents the Metrics DashboardMuleSoft
 

More from MuleSoft (20)

The CIO's Guide to Digital Transformation
The CIO's Guide to Digital TransformationThe CIO's Guide to Digital Transformation
The CIO's Guide to Digital Transformation
 
Gluecon 2017: Metadata is the Glue
Gluecon 2017: Metadata is the GlueGluecon 2017: Metadata is the Glue
Gluecon 2017: Metadata is the Glue
 
Gluecon 2017: API Modelling Framework - A Toolbox for Interacting With API S...
Gluecon 2017: API Modelling Framework -  A Toolbox for Interacting With API S...Gluecon 2017: API Modelling Framework -  A Toolbox for Interacting With API S...
Gluecon 2017: API Modelling Framework - A Toolbox for Interacting With API S...
 
How to Get Unstuck
How to Get Unstuck How to Get Unstuck
How to Get Unstuck
 
How API Enablement Drives Legacy Modernization
How API Enablement Drives Legacy ModernizationHow API Enablement Drives Legacy Modernization
How API Enablement Drives Legacy Modernization
 
Applying UX principles and methods to APIs
Applying UX principles and methods to APIs Applying UX principles and methods to APIs
Applying UX principles and methods to APIs
 
Secure by design: Scaling security across the enterprise
Secure by design: Scaling security across the enterpriseSecure by design: Scaling security across the enterprise
Secure by design: Scaling security across the enterprise
 
Gathering Operational Intelligence in Complex Environments at Splunk
Gathering Operational Intelligence in Complex Environments at SplunkGathering Operational Intelligence in Complex Environments at Splunk
Gathering Operational Intelligence in Complex Environments at Splunk
 
CloudHub and other Cloud Deployment Options
CloudHub and other Cloud Deployment OptionsCloudHub and other Cloud Deployment Options
CloudHub and other Cloud Deployment Options
 
Governing and Sharing your Integration Assets
Governing and Sharing your Integration AssetsGoverning and Sharing your Integration Assets
Governing and Sharing your Integration Assets
 
Designing and building Mule applications
Designing and building Mule applicationsDesigning and building Mule applications
Designing and building Mule applications
 
Object Store
Object StoreObject Store
Object Store
 
Introducing Anypoint Exchange 2.0
Introducing Anypoint Exchange 2.0Introducing Anypoint Exchange 2.0
Introducing Anypoint Exchange 2.0
 
Troubleshooting Anypoint Platform
Troubleshooting Anypoint PlatformTroubleshooting Anypoint Platform
Troubleshooting Anypoint Platform
 
Relevancy in a Rapidly Changing World (Yvonne Wassenaar)
Relevancy in a Rapidly Changing World (Yvonne Wassenaar)Relevancy in a Rapidly Changing World (Yvonne Wassenaar)
Relevancy in a Rapidly Changing World (Yvonne Wassenaar)
 
Leveraging APIs and the Cloud to Transform Veteran Care (Steve Rushing)
Leveraging APIs and the Cloud to Transform Veteran Care (Steve Rushing)Leveraging APIs and the Cloud to Transform Veteran Care (Steve Rushing)
Leveraging APIs and the Cloud to Transform Veteran Care (Steve Rushing)
 
Role of Technology in the Evolution of P&C Insurance (Marcus Ryu)
Role of Technology in the Evolution of P&C Insurance (Marcus Ryu)Role of Technology in the Evolution of P&C Insurance (Marcus Ryu)
Role of Technology in the Evolution of P&C Insurance (Marcus Ryu)
 
Industry Stories: How Application Networks are Delivering Agility (Ross Mason)
Industry Stories: How Application Networks are Delivering Agility (Ross Mason)Industry Stories: How Application Networks are Delivering Agility (Ross Mason)
Industry Stories: How Application Networks are Delivering Agility (Ross Mason)
 
Agility in the Age of Services and Hyperspecialization (Greg Schott)
Agility in the Age of Services and Hyperspecialization (Greg Schott)Agility in the Age of Services and Hyperspecialization (Greg Schott)
Agility in the Age of Services and Hyperspecialization (Greg Schott)
 
Know What You Don’t Know - ModusBox Presents the Metrics Dashboard
Know What You Don’t Know - ModusBox Presents the Metrics DashboardKnow What You Don’t Know - ModusBox Presents the Metrics Dashboard
Know What You Don’t Know - ModusBox Presents the Metrics Dashboard
 

Recently uploaded

Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Drew Madelung
 
Handwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsHandwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsMaria Levchenko
 
GenAI Risks & Security Meetup 01052024.pdf
GenAI Risks & Security Meetup 01052024.pdfGenAI Risks & Security Meetup 01052024.pdf
GenAI Risks & Security Meetup 01052024.pdflior mazor
 
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...Neo4j
 
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...DianaGray10
 
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
 
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...apidays
 
Data Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonData Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonAnna Loughnan Colquhoun
 
GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationMichael W. Hawkins
 
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
 
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, AdobeApidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobeapidays
 
AWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of TerraformAWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of TerraformAndrey Devyatkin
 
Artificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsArtificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsJoaquim Jorge
 
Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024The Digital Insurer
 
HTML Injection Attacks: Impact and Mitigation Strategies
HTML Injection Attacks: Impact and Mitigation StrategiesHTML Injection Attacks: Impact and Mitigation Strategies
HTML Injection Attacks: Impact and Mitigation StrategiesBoston Institute of Analytics
 
Understanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdfUnderstanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdfUK Journal
 
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
 
Boost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfBoost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfsudhanshuwaghmare1
 
Tech Trends Report 2024 Future Today Institute.pdf
Tech Trends Report 2024 Future Today Institute.pdfTech Trends Report 2024 Future Today Institute.pdf
Tech Trends Report 2024 Future Today Institute.pdfhans926745
 
Automating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps ScriptAutomating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps Scriptwesley chun
 

Recently uploaded (20)

Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
 
Handwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsHandwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed texts
 
GenAI Risks & Security Meetup 01052024.pdf
GenAI Risks & Security Meetup 01052024.pdfGenAI Risks & Security Meetup 01052024.pdf
GenAI Risks & Security Meetup 01052024.pdf
 
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
 
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
 
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
 
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
 
Data Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonData Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt Robison
 
GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day Presentation
 
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
 
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, AdobeApidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
 
AWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of TerraformAWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of Terraform
 
Artificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsArtificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and Myths
 
Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024
 
HTML Injection Attacks: Impact and Mitigation Strategies
HTML Injection Attacks: Impact and Mitigation StrategiesHTML Injection Attacks: Impact and Mitigation Strategies
HTML Injection Attacks: Impact and Mitigation Strategies
 
Understanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdfUnderstanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdf
 
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
 
Boost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfBoost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdf
 
Tech Trends Report 2024 Future Today Institute.pdf
Tech Trends Report 2024 Future Today Institute.pdfTech Trends Report 2024 Future Today Institute.pdf
Tech Trends Report 2024 Future Today Institute.pdf
 
Automating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps ScriptAutomating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps Script
 

Running and Managing Mule Applications

  • 1. All contents © MuleSoft Inc. Running and Managing Mule applications
  • 2. All contents © MuleSoft Inc. Safe harbor statement The information in this presentation is confidential and proprietary to MuleSoft and may not be disclosed without the permission of MuleSoft. This presentation is not subject to your license agreement or any other service or subscription agreement with MuleSoft. MuleSoft has no obligation to pursue any course of business outlined in this document or any related presentation, or to develop or release any functionality mentioned therein. This document, or any related presentation and MuleSoft's strategy and possible future developments, products and or platforms directions and functionality are all subject to change and may be changed by MuleSoft at any time for any reason without notice. The information on this document is not a commitment, promise or legal obligation to deliver any material, code or functionality. This document is provided without a warranty of any kind, either express or implied, including but not limited to, the implied warranties of merchantability, fitness for a particular purpose, or non-infringement. This document is for informational purposes and may not be incorporated into a contract. MuleSoft assumes no responsibility for errors or omissions in this document, except if such damages were caused by MuleSoft intentionally or grossly negligent. All forward-looking statements are subject to various risks and uncertainties that could cause actual results to differ materially from expectations. Readers are cautioned not to place undue reliance on these forward-looking statements, which speak only as of their dates, and they should not be relied upon in making purchasing decisions. 2
  • 3. All contents © MuleSoft Inc. Agenda 1. Designing and building Mule applications 2. Deploying, running and managing Mule applications – The Mule runtime – Deployment models – Deploying Mule applications – Managing Mule applications 3. Governing and sharing assets 3
  • 4. All contents © MuleSoft Inc. Guess the movie! 4
  • 5. All contents © MuleSoft Inc. Guess the movie! PULP FICTION 5
  • 6. All contents © MuleSoft Inc. API-led connectivity: Organized Connectivity Building Blocks Mainframes Files Databases Legacy SystemsSaaS apps ApplicationsWeb servicesFTPCloud Apps 6
  • 7. All contents © MuleSoft Inc. 7 Anypoint Platform delivers a full suite of capabilities for managing the whole API lifecycle
  • 8. All contents © MuleSoft Inc. Connectivity Building Block Connectivity Building Block (API) 8
  • 9. All contents © MuleSoft Inc. Connectivity Building Block Logic Contract Connectors Flow definitions Routing Enrichment Transformation Aggregation Parallel execution Splitting … Connectivity Protocol implementation Connections/resources management Pooling Connectivity Building Block (API) MQ Database SOAP service 9
  • 10. All contents © MuleSoft Inc. RAML Flows Config Building block deployable archive (.zip) Mule runtime Connectors Logic Contract Flow definitions Connectivity Building Block 10
  • 11. All contents © MuleSoft Inc. Mule Runtime Engine at the heart of the Platform Runtime services Mule Runtime Engine Anypoint Connectors Anypoint Exchange • Flow designer • API designer • Studio • Connector DevKit Anypoint Design Center Anypoint Management Center • API Manager • Runtime Manager • Analytics • Access management • MQ • CloudHub • Enterprise Security • Fabric • VPC 11
  • 12. All contents © MuleSoft Inc. The Mule runtime engine 12 • Open and extensible (Java, Spring) • Stateless and lightweight (~250MB) • Staged Event Driven Architecture • Same single runtime regardless of where it’s deployed (on-premise, cloud, Raspberry Pi, …) • Same single runtime regardless of use case (real time, batch, sync, async, API, ...)
  • 13. All contents © MuleSoft Inc. Container Java Virtual Machine Operating System Physical or Virtual Server Mule runtime Connectors Logic Contract Flow definitions Connectivity Building Block 13
  • 14. All contents © MuleSoft Inc. On-premises vs iPaaS (Brett version) Anypoint iPaaS Worker (Mule runtime) Connectors Logic Contract Flow definitions Container Java Virtual Machine Mule runtime Operating System Physical or Virtual Server Connectors Logic Contract Flow definitions 14
  • 15. All contents © MuleSoft Inc. • CloudHub • Anypoint Fabric • Anypoint VPC • Dedicated Load Balancer • Business Groups • Hybrid deployment • Cloud Object Store • Anypoint MQ Mule runtime Anypoint iPaaS Worker Connectors Logic Contract Flow definitions On-premises vs iPaaS 15
  • 16. All contents © MuleSoft Inc. Anypoint Platform as an iPaaS • Fully-managed cloud platform with managed software updates and maintenance • Automatically scale applications through autoscaling • Provides 99.99% uptime SLAs and a global footprint across North America, Europe, Asia, and Australia This is the platform as a service (PaaS) component of the Anypoint Platform that provides a fully-managed cloud platform for integration and APIs. 16
  • 17. All contents © MuleSoft Inc. iPaaS architecture 17
  • 18. All contents © MuleSoft Inc. Guess the movie! 18
  • 19. All contents © MuleSoft Inc. Guess the movie! THE MUMMY 19
  • 20. All contents © MuleSoft Inc. Agenda 1. Designing and building Mule applications 2. Running and managing Mule applications – The Mule runtime – Deployment models – Deploying Mule applications – Managing Mule applications 3. Governing and sharing integration assets 20
  • 21. All contents © MuleSoft Inc. Hybrid Integration Ground to Cloud Cloud to Ground SaaS Integration Cloud to Cloud Deployment Scenarios On-Premise Integration Ground to Ground 21
  • 22. All contents © MuleSoft Inc. • What things are you integrating? • Are they on-premises or in the cloud? • Do you have a cloud first-approach? • Do you have an approval process for cloud? • Do you need lots of flexibility? Control Centre of gravity Two factors in evaluating where to deploy 22
  • 23. All contents © MuleSoft Inc. Hybrid integration managed from one central place API + Integration Management Runtime Integration APIAPI + IntegrationIntegration management API management 23
  • 24. All contents © MuleSoft Inc. Cloud integration Integration APIAPI + Integration Management Runtime Integration management API management 24
  • 25. All contents © MuleSoft Inc. On-prem integration and cloud-based management API + Integration Management Runtime Integration management API management 25
  • 26. All contents © MuleSoft Inc. On-prem integration and management Management Runtime Integration management API management API + Integration 26
  • 27. All contents © MuleSoft Inc. Guess the movie! 27
  • 28. All contents © MuleSoft Inc. Guess the movie! AVATAR 28
  • 29. All contents © MuleSoft Inc. Agenda 1. Designing and building Mule applications 2. Running and managing Mule applications – The Mule runtime – Deployment models – Deploying Mule applications – Managing Mule applications 3. Governing and sharing integration assets 29
  • 30. All contents © MuleSoft Inc. 3030 Manual upload Deploying your applications your way
  • 31. All contents © MuleSoft Inc. Deploying your applications your way Embedded in Studio 31
  • 32. All contents © MuleSoft Inc. Deploying your applications your way Through Anypoint CLI 32
  • 33. All contents © MuleSoft Inc. 1. Check-out project 2. Import to Studio 3. Develop 4. Create tests 5. Create build wrapper 6. Check-in project Deploying your applications your way UAT DEV PROD Developer Run Mock Tests Run Unit Tests Run Mock Tests Run Unit Tests Create and Run Tests 1 2 3 4 5 6 108 7 Functional Tests Create Mocked Tests Create Unit Tests 7. Trigger CI 8. Build & deploy 9. Run test 10. Push to repo 11. Open tkt in SNOW 12. Deploy 13. Repeat test in UAT 14. Update tkt in SNOW 9 11 13 14 15. Deploy 16. Update tkt in SNOW QA 16 12 15 Through Anypoint APIs 33
  • 34. All contents © MuleSoft Inc. Guess the movie! 34
  • 35. All contents © MuleSoft Inc. Guess the movie! 35 THE AVENGERS
  • 36. All contents © MuleSoft Inc. Agenda 1. Designing and building Mule applications 2. Running and managing Mule applications – The Mule runtime – Deployment models – Deploying Mule applications – Managing Mule applications 3. Governing and sharing integration assets 36
  • 37. All contents © MuleSoft Inc. Why should I care about management? System (legacy modernisation, connectivity to SaaS apps, web services & Restful APIs) Process (orchestration, composable APIs, Microservices) Experience (purpose-built APIs for apps) Mainframe FTP, Files Databases Legacy SystemsSaaS apps Web services Central IT LoB Dev/IT App Dev Accessibility & Ownership “Single pane of glass” Governance, Management & Analytics 37
  • 38. All contents © MuleSoft Inc. Anypoint Platform Runtime services Mule Runtime Engine Anypoint Connectors Anypoint Exchange • Flow designer • API designer • Studio • Connector DevKit Anypoint Design Center Anypoint Management Center • API Manager • Runtime Manager • Analytics • Access management • MQ • CloudHub • Enterprise Security • Fabric • VPC 38
  • 39. All contents © MuleSoft Inc. Anypoint Runtime Manager • Manage hybrid deployments and users from a single interface • Deep insight and governance into APIs and integrations • Extensible to existing identity management, SDLC, and analytics Granular and extensible visibility into all applications deployed across the Anypoint Platform. Reduce risk and optimise performance with operational control of your hybrid infrastructure. Unleash DevOps with APIs that integrate with and automate existing SDLC procedures. 39
  • 40. All contents © MuleSoft Inc. Anypoint Runtime Manager: Key Capabilities ● Register, group and cluster 1000+ runtimes ● Upload, deploy, and version applications ● Manage hybrid environments and automate deployments ● Organise resources by environment ● Manage a multi-tenant administrative hierarchy ● Connect to existing Identity Management solutions ● Monitor application and server status ● Extend to existing solutions with plugins to Splunk / ELK Application/ Server Management Monitoring and Analytics Access Control 40
  • 41. All contents © MuleSoft Inc. Anypoint Runtime Manager for hybrid management 41
  • 42. All contents © MuleSoft Inc. Guess the movie!
  • 43. All contents © MuleSoft Inc. Guess the movie! ALADDIN
  • 44. All contents © MuleSoft Inc. Hybrid server and application metrics 44
  • 45. All contents © MuleSoft Inc. 4545 Insight: intelligence about business transactions
  • 46. All contents © MuleSoft Inc. 4646 Insight: business level troubleshooting
  • 47. All contents © MuleSoft Inc. 47 Live logging console
  • 48. All contents © MuleSoft Inc. 48 Configuring alerts
  • 49. All contents © MuleSoft Inc. 49 Standards-based platform means it’s easy to extend OOTB plugins for Splunk and ELK What if I already use something else?
  • 50. All contents © MuleSoft Inc. Where to look next • 3.55pm – Governing and Sharing your Integration Assets • Come and visit us at the demo booths – expo hall? • Get hands-on with the platform at our API-led workshops (when/where?) • Feedback form? App? Anything else? NEXT: How API enablement drives legacy modernization (theater session) TO FINALISE
  • 51. All contents © MuleSoft Inc.
  • 52. All contents © MuleSoft Inc. 52 •ARM home dashboard •Servers tab (groups, cluster) •Customer PAPI (Manage, Insights: success, failure. Link to logs, show all logs) •CUSTOMER SAPI MYSQL (Manage, Dashboard, Flows – monitoring, Insight) •Back, Alerts
  • 53. All contents © MuleSoft Inc. Guess the movie! 53
  • 54. All contents © MuleSoft Inc. Guess the movie! 54 STAR WARS: THE FORCE AWAKENS
  • 55. All contents © MuleSoft Inc. Guess the movie! 55
  • 56. All contents © MuleSoft Inc. Guess the movie! 56 AMERICAN BEAUTY
  • 57. All contents © MuleSoft Inc. Guess the movie!
  • 58. All contents © MuleSoft Inc. Guess the movie! SAW
  • 59. All contents © MuleSoft Inc. Guess the movie! 59
  • 60. All contents © MuleSoft Inc. Guess the movie! 60 FORREST GUMP