SlideShare ist ein Scribd-Unternehmen logo
1 von 31
Downloaden Sie, um offline zu lesen
1
Always-On Services for Consumer
Web, Mobile and the Internet of Things
Iver Band July 22, 2015
Open Group Conference, Baltimore, Maryland
© 2015 Cambia Health Solutions, Inc.
22 © 2015 Cambia Health Solutions, Inc.
Iver Band
• Enterprise Architect at Cambia Health Solutions
• Chief architect for external web and mobile presence
• Business architect for Digital Solutions organization
• Vice Chair, Open Group ArchiMate Forum
• Co-Chair and Co-Founder, Oregon Enterprise Architects
• TOGAF and ArchiMate certified, CISSP, Certified Information Professional, AHIP
Certified IT Professional
iver.band@cambiahealth.com
http://www.linkedin.com/in/iverpdx
http://www.cambiahealth.com/
http://www.twitter.com/iverband
33
Agenda
•Background
•Principles
•Patterns
•Implementation
•Conclusion
© 2015 Cambia Health Solutions, Inc.
44
BACKGROUND
© 2015 Cambia Health Solutions, Inc.
55
About Cambia
22 companies
and growing
© 2015 Cambia Health Solutions, Inc.
A tax-paying nonprofit
headquartered in
the Pacific Northwest
Nationally recognized:
Top 100 Healthiest
Workplaces
5,300 employees
in 30 states
100 million people
touched nationwide
66 © 2015 Cambia Health Solutions, Inc.
77
Cambia Health Solutions
© 2015 Cambia Health Solutions, Inc.
Senior
Services
Health
Insurance
Retail
Enablement
Provider
Enablement
88
US Healthcare Payers Must Innovate With
Consumer Applications
© 2015 Cambia Health Solutions, Inc.
99
Problem: An Application Characteristics Mismatch
Hinders Consumer App Development
Legacy Application
Characteristics
Mobile and IoT App
Characteristics
Availability Regular Maintenance
Windows
Always Available
Scalability Thousands of Users
Predictable Peaks
Millions of Users
Unpredictable Bursts
Response Time Keep Users Productive No Wait
Identity and Access
Management
Internal User Base with
Centralized
Administration
Infinite User Base with
Multiple Identity
Providers
Data Normalized for
Integrity
Cached for
Performance and
Availability
Integration Batch ETL and File
Transfer
Lightweight, standards-
based APIs
© 2015 Cambia Health Solutions, Inc.
1010
Solution: Bimodal IT for Healthcare Payers
Requires an Adaptive Service Layer
© 2015 Cambia Health Solutions, Inc.
1111
Always-On Services are Critical to C2B
Business Development for US Healthcare
Payers
© 2015 Cambia Health Solutions, Inc.
1212
Definitions of Key System Software Layers
• API Platform – A cloud-based application programming interface (API)
development and execution environment that provides access control,
monitoring, monetization and discovery.
• BaaS – Backend as a Service. A highly available, scalable and
extensible cloud platform that enables applications to interact uniformly
with services and data.
• ESB – Enterprise Service Bus. A platform that integrates applications
through message routing and transformation, guaranteed-delivery
queuing, and other services.
© 2015 Cambia Health Solutions, Inc.
1313
Additional Definitions
• Microservices – An architectural style in which applications are
composed of small, highly decoupled services communicating with each
other via language-agnostic APIs.
• Publish/Subscribe – A message routing and delivery pattern that allows
a publisher to send messages to any number of subscribers, each
whom may consume exactly one copy of each published message
• REST – Representational State Transfer. An architectural style that
requires separation of clients and servers with a uniform interface,
stateless services with cacheable responses, and layered systems.
• OAUTH – An open standard for authorization that enables client
applications to access server resources on behalf of a resource owner,
and allows resource owners to authorize third-party access to their
server resources without sharing their credentials.
© 2015 Cambia Health Solutions, Inc.
1414
An Integration Stack Enables Always-On Services
© 2015 Cambia Health Solutions, Inc.
1515
PRINCIPLES
© 2015 Cambia Health Solutions, Inc.
1616
Architectural Principle: Services are Reliable
• Statement
• Services are continuously available with accurate data and persistent
updates, even during component failures and maintenance activities
• Rationale
• Consumers expect applications to function correctly whenever their client
devices are operating
• Implications
• Services must function properly even when core business applications
are unavailable
• Services must not
• Have single points of failure anywhere in their architectures
• Have unmitigated exposures to unreliable interoperating components
© 2015 Cambia Health Solutions, Inc.
1717
Architectural Principle: Services are Scalable
• Statement
• Service concurrency and usage capacities keep pace with demand
• Rationale
• Usage patterns and demand cannot always be predicted in immature
markets.
• Implications
• Services are
• Stateless
• Low-latency
• Loosely-coupled to interoperating systems
• Built on infrastructures that scale automatically
© 2015 Cambia Health Solutions, Inc.
1818
Architectural Principle: Services are
Reusable
• Statement
• Services can be reused and recombined in new contexts to meet
changing needs
• Rationale
• Business models and the applications that support them change rapidly,
requiring flexible choreography
• Implications
• Services are built to execute simple operations that are easy to access
and combine
• Services are built with standards-based APIs and security components
• Application designers and developers consider the performance and
scalability implications of reusing services in new situations
© 2015 Cambia Health Solutions, Inc.
1919
Architectural Principle: Services are
Understood
• Statement
• Cambia and partner stakeholders are able to discover services and
develop insights from service consumption
• Rationale
• Discovery, development and continuous improvement of innovative
consumer-focused business models and applications requires
experimentation with new services, along with insight into application
behavior as illuminated by service usage
• Implications
• Applications access all services through a single hub that enables
straightforward service discovery, and monitors and captures each
service execution
© 2015 Cambia Health Solutions, Inc.
2020
Architectural Principle: Underlying Systems
and Data are Protected
• Statement
• Services allow only properly authenticated and authorized access to core
business applications and data
• Rationale
• Consumers expect their interests to be protected, and maintaining
consumer trust is essential to successful and sustained adoption.
• Implications
• Access paths for both services and underlying systems are consolidated
• Access control for those paths is least-privilege and transparent.
• Service usage is monitored, governed, traced and tracked as necessary
to mitigate the risk of misuse
• Services examine user profile information to make additional
authorization decisions
© 2015 Cambia Health Solutions, Inc.
2121
Always-On Services Principle Realization
© 2015 Cambia Health Solutions, Inc.
2222
ALWAYS-ON SERVICE
PATTERNS
© 2015 Cambia Health Solutions, Inc.
2323
Four Patterns Support Always-On Services
© 2015 Cambia Health Solutions, Inc.
2424
Always-On
Read
Pattern
© 2015 Cambia Health Solutions, Inc.
2525
Always-On Publish Pattern
© 2015 Cambia Health Solutions, Inc.
2626
Always-On Subscribe Pattern
© 2015 Cambia Health Solutions, Inc.
2727
Pass-Through Pattern
© 2015 Cambia Health Solutions, Inc.
2828
IMPLEMENTATION
© 2015 Cambia Health Solutions, Inc.
2929
Some Always-On Services At Cambia
© 2015 Cambia Health Solutions, Inc.
Consuming Application Always-On Service Core Business
Application
Consumer Mobile
Payment
Member Information Member Administration
Provider Clearinghouse Member Documents Enterprise Content
Management
Consumer Portal
Personalization Member Administration
Product Product Management
Claims Claims Processing
Member Information Member Administration
Identity Enterprise Directory
Benefits Member Administration
3030
Facilitating Service Reuse with an Enterprise
Repository
© 2015 Cambia Health Solutions, Inc.
Service Usage Patterns are key components of TOGAF Solution Building Blocks
3131
Conclusion
• US healthcare payers must develop innovative consumer businesses while
continuing their core business operations
• This requires a bimodal IT architecture with an Adaptive Service Layer between
consumer and core business applications
• This layer must enable reliable, scalable and reusable services
• These Always-On services must protect core business systems and data
• Organizations must understand service usage to build successful consumer apps
• An Adaptive Service Layer can consist of an API Platform, BaaS and ESB
• The Read, Publish, and Subscribe patterns enable a broad range of services
• The Pass-Through pattern gives existing services added reusability, visibility and
security
• An Enterprise Repository can facilitate service reuse
• Standards-based Enterprise Architecture can persuasively link business
strategies to specific IT investments
© 2015 Cambia Health Solutions, Inc.

Weitere ähnliche Inhalte

Was ist angesagt?

The ArchiMate Language for Enterprise and Solution Architecture
The ArchiMate Language for Enterprise and Solution ArchitectureThe ArchiMate Language for Enterprise and Solution Architecture
The ArchiMate Language for Enterprise and Solution ArchitectureIver Band
 
ArchiMate 3.0: A New Standard for Architecture
ArchiMate 3.0: A New Standard for ArchitectureArchiMate 3.0: A New Standard for Architecture
ArchiMate 3.0: A New Standard for ArchitectureIver Band
 
Iasa UK Archimate Overview
Iasa UK Archimate OverviewIasa UK Archimate Overview
Iasa UK Archimate OverviewIasa UK
 
Archimate 2.1 an introduction
Archimate 2.1   an introductionArchimate 2.1   an introduction
Archimate 2.1 an introductionDaan Bakboord
 
ArchiMetal Case Study
ArchiMetal Case StudyArchiMetal Case Study
ArchiMetal Case StudyIver Band
 
Enterprise communication using archiMate
Enterprise communication using archiMateEnterprise communication using archiMate
Enterprise communication using archiMateLouw Labuschagne
 
Use of ArchiMate at Colruyt Group (presentation by Brechtel Dero at the I.T. ...
Use of ArchiMate at Colruyt Group (presentation by Brechtel Dero at the I.T. ...Use of ArchiMate at Colruyt Group (presentation by Brechtel Dero at the I.T. ...
Use of ArchiMate at Colruyt Group (presentation by Brechtel Dero at the I.T. ...Patrick Van Renterghem
 
Rejuvenating Architecture Governance in a Redesigned Organization
Rejuvenating Architecture Governance in a Redesigned OrganizationRejuvenating Architecture Governance in a Redesigned Organization
Rejuvenating Architecture Governance in a Redesigned OrganizationIver Band
 
Oracle business analytics and endeca approach Document
Oracle business analytics and endeca approach DocumentOracle business analytics and endeca approach Document
Oracle business analytics and endeca approach DocumentNitai Partners Inc
 
Merit Event - ITIL Framework
Merit Event - ITIL FrameworkMerit Event - ITIL Framework
Merit Event - ITIL Frameworkmeritnorthwest
 
(ONLINE) ITIL Indonesia Community - Sinergi ITSM dan Enterprise Architecture
(ONLINE) ITIL Indonesia Community - Sinergi ITSM dan Enterprise Architecture(ONLINE) ITIL Indonesia Community - Sinergi ITSM dan Enterprise Architecture
(ONLINE) ITIL Indonesia Community - Sinergi ITSM dan Enterprise ArchitectureITIL Indonesia
 
Self Service Cloud Operations: Safely Delegate the Management of your Cloud ...
Self Service Cloud Operations:  Safely Delegate the Management of your Cloud ...Self Service Cloud Operations:  Safely Delegate the Management of your Cloud ...
Self Service Cloud Operations: Safely Delegate the Management of your Cloud ...Rundeck
 
Supporting New Products In The Supply Chain
Supporting New Products In The Supply ChainSupporting New Products In The Supply Chain
Supporting New Products In The Supply ChainDrew Forte
 
Philip Hearsum - Introducing ITIL 4 - AID2019
Philip Hearsum - Introducing ITIL 4 - AID2019Philip Hearsum - Introducing ITIL 4 - AID2019
Philip Hearsum - Introducing ITIL 4 - AID2019ALVAO
 
Manage Content In-Place, Migrate as Needed for Records and Retention
 Manage Content In-Place, Migrate as Needed for Records and Retention Manage Content In-Place, Migrate as Needed for Records and Retention
Manage Content In-Place, Migrate as Needed for Records and RetentionZia Consulting
 
Determine Your SAP Hybris Cloud for Customer Tenant Strategy
Determine Your SAP Hybris Cloud for Customer Tenant StrategyDetermine Your SAP Hybris Cloud for Customer Tenant Strategy
Determine Your SAP Hybris Cloud for Customer Tenant StrategySAP Customer Experience
 
The Wearable to Consumer Translation: Giving your Dog a Voyce
The Wearable to Consumer Translation: Giving your Dog a VoyceThe Wearable to Consumer Translation: Giving your Dog a Voyce
The Wearable to Consumer Translation: Giving your Dog a VoyceMuleSoft
 
LeanIX Architecture Gathering 2018
LeanIX Architecture Gathering 2018LeanIX Architecture Gathering 2018
LeanIX Architecture Gathering 2018LeanIX GmbH
 

Was ist angesagt? (20)

The ArchiMate Language for Enterprise and Solution Architecture
The ArchiMate Language for Enterprise and Solution ArchitectureThe ArchiMate Language for Enterprise and Solution Architecture
The ArchiMate Language for Enterprise and Solution Architecture
 
ArchiMate 3.0: A New Standard for Architecture
ArchiMate 3.0: A New Standard for ArchitectureArchiMate 3.0: A New Standard for Architecture
ArchiMate 3.0: A New Standard for Architecture
 
Iasa UK Archimate Overview
Iasa UK Archimate OverviewIasa UK Archimate Overview
Iasa UK Archimate Overview
 
Archimate 2.1 an introduction
Archimate 2.1   an introductionArchimate 2.1   an introduction
Archimate 2.1 an introduction
 
ArchiMetal Case Study
ArchiMetal Case StudyArchiMetal Case Study
ArchiMetal Case Study
 
Enterprise communication using archiMate
Enterprise communication using archiMateEnterprise communication using archiMate
Enterprise communication using archiMate
 
Use of ArchiMate at Colruyt Group (presentation by Brechtel Dero at the I.T. ...
Use of ArchiMate at Colruyt Group (presentation by Brechtel Dero at the I.T. ...Use of ArchiMate at Colruyt Group (presentation by Brechtel Dero at the I.T. ...
Use of ArchiMate at Colruyt Group (presentation by Brechtel Dero at the I.T. ...
 
Rejuvenating Architecture Governance in a Redesigned Organization
Rejuvenating Architecture Governance in a Redesigned OrganizationRejuvenating Architecture Governance in a Redesigned Organization
Rejuvenating Architecture Governance in a Redesigned Organization
 
Oracle business analytics and endeca approach Document
Oracle business analytics and endeca approach DocumentOracle business analytics and endeca approach Document
Oracle business analytics and endeca approach Document
 
Archimate Overview
Archimate OverviewArchimate Overview
Archimate Overview
 
Introducing ITIL
Introducing ITILIntroducing ITIL
Introducing ITIL
 
Merit Event - ITIL Framework
Merit Event - ITIL FrameworkMerit Event - ITIL Framework
Merit Event - ITIL Framework
 
(ONLINE) ITIL Indonesia Community - Sinergi ITSM dan Enterprise Architecture
(ONLINE) ITIL Indonesia Community - Sinergi ITSM dan Enterprise Architecture(ONLINE) ITIL Indonesia Community - Sinergi ITSM dan Enterprise Architecture
(ONLINE) ITIL Indonesia Community - Sinergi ITSM dan Enterprise Architecture
 
Self Service Cloud Operations: Safely Delegate the Management of your Cloud ...
Self Service Cloud Operations:  Safely Delegate the Management of your Cloud ...Self Service Cloud Operations:  Safely Delegate the Management of your Cloud ...
Self Service Cloud Operations: Safely Delegate the Management of your Cloud ...
 
Supporting New Products In The Supply Chain
Supporting New Products In The Supply ChainSupporting New Products In The Supply Chain
Supporting New Products In The Supply Chain
 
Philip Hearsum - Introducing ITIL 4 - AID2019
Philip Hearsum - Introducing ITIL 4 - AID2019Philip Hearsum - Introducing ITIL 4 - AID2019
Philip Hearsum - Introducing ITIL 4 - AID2019
 
Manage Content In-Place, Migrate as Needed for Records and Retention
 Manage Content In-Place, Migrate as Needed for Records and Retention Manage Content In-Place, Migrate as Needed for Records and Retention
Manage Content In-Place, Migrate as Needed for Records and Retention
 
Determine Your SAP Hybris Cloud for Customer Tenant Strategy
Determine Your SAP Hybris Cloud for Customer Tenant StrategyDetermine Your SAP Hybris Cloud for Customer Tenant Strategy
Determine Your SAP Hybris Cloud for Customer Tenant Strategy
 
The Wearable to Consumer Translation: Giving your Dog a Voyce
The Wearable to Consumer Translation: Giving your Dog a VoyceThe Wearable to Consumer Translation: Giving your Dog a Voyce
The Wearable to Consumer Translation: Giving your Dog a Voyce
 
LeanIX Architecture Gathering 2018
LeanIX Architecture Gathering 2018LeanIX Architecture Gathering 2018
LeanIX Architecture Gathering 2018
 

Andere mochten auch

Visualizing IT at the Department of Homeland Security with the ArchiMate® Vi...
Visualizing IT at the Department of Homeland Security with the  ArchiMate® Vi...Visualizing IT at the Department of Homeland Security with the  ArchiMate® Vi...
Visualizing IT at the Department of Homeland Security with the ArchiMate® Vi...Iver Band
 
Enhancing the ArchiMate® Standard with a Responsibility Modeling Language for...
Enhancing the ArchiMate® Standard with a Responsibility Modeling Language for...Enhancing the ArchiMate® Standard with a Responsibility Modeling Language for...
Enhancing the ArchiMate® Standard with a Responsibility Modeling Language for...Iver Band
 
EAPJ Volume II April 2014
EAPJ Volume II April 2014EAPJ Volume II April 2014
EAPJ Volume II April 2014Iver Band
 
Book Review: Making Technology Investments Profitable
Book Review:  Making Technology Investments ProfitableBook Review:  Making Technology Investments Profitable
Book Review: Making Technology Investments ProfitableIver Band
 
Thought Leader Interview: Allen Podraza on Records Management
Thought Leader Interview: Allen Podraza on Records ManagementThought Leader Interview: Allen Podraza on Records Management
Thought Leader Interview: Allen Podraza on Records ManagementIver Band
 
Using the TOGAF® 9.1 Architecture Content Framework with the ArchiMate® 2.0 M...
Using the TOGAF® 9.1 Architecture Content Framework with the ArchiMate® 2.0 M...Using the TOGAF® 9.1 Architecture Content Framework with the ArchiMate® 2.0 M...
Using the TOGAF® 9.1 Architecture Content Framework with the ArchiMate® 2.0 M...Iver Band
 
Building an Effective Enterprise Architecture Capability Using TOGAF and the ...
Building an Effective Enterprise Architecture Capability Using TOGAF and the ...Building an Effective Enterprise Architecture Capability Using TOGAF and the ...
Building an Effective Enterprise Architecture Capability Using TOGAF and the ...Iver Band
 
Thought Leader Interview: Dr. William Turner on the Software­-Defined Future ...
Thought Leader Interview: Dr. William Turner on the Software­-Defined Future ...Thought Leader Interview: Dr. William Turner on the Software­-Defined Future ...
Thought Leader Interview: Dr. William Turner on the Software­-Defined Future ...Iver Band
 
Using the ArchiMate Language with UML
Using the ArchiMate Language with UMLUsing the ArchiMate Language with UML
Using the ArchiMate Language with UMLIver Band
 
Thought Leader Interview: Atefeh Riazi on the Past, Present and Future of Met...
Thought Leader Interview: Atefeh Riazi on the Past, Present and Future of Met...Thought Leader Interview: Atefeh Riazi on the Past, Present and Future of Met...
Thought Leader Interview: Atefeh Riazi on the Past, Present and Future of Met...Iver Band
 
Thought Leader Interview: Atefeh Riazi on the Past, Present and Future of Met...
Thought Leader Interview: Atefeh Riazi on the Past, Present and Future of Met...Thought Leader Interview: Atefeh Riazi on the Past, Present and Future of Met...
Thought Leader Interview: Atefeh Riazi on the Past, Present and Future of Met...Iver Band
 
Modeling ACORD with ArchiMate Case Study Views
Modeling ACORD with ArchiMate Case Study ViewsModeling ACORD with ArchiMate Case Study Views
Modeling ACORD with ArchiMate Case Study ViewsIver Band
 
Modeling Enterprise Risk Management and Security with the ArchiMate Language
Modeling Enterprise Risk Management and Security with the ArchiMate LanguageModeling Enterprise Risk Management and Security with the ArchiMate Language
Modeling Enterprise Risk Management and Security with the ArchiMate LanguageIver Band
 
Using the TOGAF® 9.1 Framework with the ArchiMate® 2.1 Modeling Language
Using the TOGAF® 9.1 Framework with the ArchiMate® 2.1 Modeling LanguageUsing the TOGAF® 9.1 Framework with the ArchiMate® 2.1 Modeling Language
Using the TOGAF® 9.1 Framework with the ArchiMate® 2.1 Modeling LanguageIver Band
 
Foundations of enterprise architecture management and archi mate
Foundations of enterprise architecture management and archi mateFoundations of enterprise architecture management and archi mate
Foundations of enterprise architecture management and archi mateStefan Schindewolf
 
Cloud architecture with the ArchiMate Language
Cloud architecture with the ArchiMate LanguageCloud architecture with the ArchiMate Language
Cloud architecture with the ArchiMate LanguageIver Band
 
An Introduction to Enterprise Architecture Visual Modeling With The ArchiMate...
An Introduction to Enterprise Architecture Visual Modeling With The ArchiMate...An Introduction to Enterprise Architecture Visual Modeling With The ArchiMate...
An Introduction to Enterprise Architecture Visual Modeling With The ArchiMate...Iver Band
 
From Capability-Based Planning to Competitive Advantage: Assembling Your Bus...
From Capability-Based Planning to Competitive Advantage:  Assembling Your Bus...From Capability-Based Planning to Competitive Advantage:  Assembling Your Bus...
From Capability-Based Planning to Competitive Advantage: Assembling Your Bus...Iver Band
 
Modeling TOGAF with ArchiMate
Modeling TOGAF with ArchiMateModeling TOGAF with ArchiMate
Modeling TOGAF with ArchiMateIver Band
 
ArchiSurance Case Study
ArchiSurance Case StudyArchiSurance Case Study
ArchiSurance Case StudyIver Band
 

Andere mochten auch (20)

Visualizing IT at the Department of Homeland Security with the ArchiMate® Vi...
Visualizing IT at the Department of Homeland Security with the  ArchiMate® Vi...Visualizing IT at the Department of Homeland Security with the  ArchiMate® Vi...
Visualizing IT at the Department of Homeland Security with the ArchiMate® Vi...
 
Enhancing the ArchiMate® Standard with a Responsibility Modeling Language for...
Enhancing the ArchiMate® Standard with a Responsibility Modeling Language for...Enhancing the ArchiMate® Standard with a Responsibility Modeling Language for...
Enhancing the ArchiMate® Standard with a Responsibility Modeling Language for...
 
EAPJ Volume II April 2014
EAPJ Volume II April 2014EAPJ Volume II April 2014
EAPJ Volume II April 2014
 
Book Review: Making Technology Investments Profitable
Book Review:  Making Technology Investments ProfitableBook Review:  Making Technology Investments Profitable
Book Review: Making Technology Investments Profitable
 
Thought Leader Interview: Allen Podraza on Records Management
Thought Leader Interview: Allen Podraza on Records ManagementThought Leader Interview: Allen Podraza on Records Management
Thought Leader Interview: Allen Podraza on Records Management
 
Using the TOGAF® 9.1 Architecture Content Framework with the ArchiMate® 2.0 M...
Using the TOGAF® 9.1 Architecture Content Framework with the ArchiMate® 2.0 M...Using the TOGAF® 9.1 Architecture Content Framework with the ArchiMate® 2.0 M...
Using the TOGAF® 9.1 Architecture Content Framework with the ArchiMate® 2.0 M...
 
Building an Effective Enterprise Architecture Capability Using TOGAF and the ...
Building an Effective Enterprise Architecture Capability Using TOGAF and the ...Building an Effective Enterprise Architecture Capability Using TOGAF and the ...
Building an Effective Enterprise Architecture Capability Using TOGAF and the ...
 
Thought Leader Interview: Dr. William Turner on the Software­-Defined Future ...
Thought Leader Interview: Dr. William Turner on the Software­-Defined Future ...Thought Leader Interview: Dr. William Turner on the Software­-Defined Future ...
Thought Leader Interview: Dr. William Turner on the Software­-Defined Future ...
 
Using the ArchiMate Language with UML
Using the ArchiMate Language with UMLUsing the ArchiMate Language with UML
Using the ArchiMate Language with UML
 
Thought Leader Interview: Atefeh Riazi on the Past, Present and Future of Met...
Thought Leader Interview: Atefeh Riazi on the Past, Present and Future of Met...Thought Leader Interview: Atefeh Riazi on the Past, Present and Future of Met...
Thought Leader Interview: Atefeh Riazi on the Past, Present and Future of Met...
 
Thought Leader Interview: Atefeh Riazi on the Past, Present and Future of Met...
Thought Leader Interview: Atefeh Riazi on the Past, Present and Future of Met...Thought Leader Interview: Atefeh Riazi on the Past, Present and Future of Met...
Thought Leader Interview: Atefeh Riazi on the Past, Present and Future of Met...
 
Modeling ACORD with ArchiMate Case Study Views
Modeling ACORD with ArchiMate Case Study ViewsModeling ACORD with ArchiMate Case Study Views
Modeling ACORD with ArchiMate Case Study Views
 
Modeling Enterprise Risk Management and Security with the ArchiMate Language
Modeling Enterprise Risk Management and Security with the ArchiMate LanguageModeling Enterprise Risk Management and Security with the ArchiMate Language
Modeling Enterprise Risk Management and Security with the ArchiMate Language
 
Using the TOGAF® 9.1 Framework with the ArchiMate® 2.1 Modeling Language
Using the TOGAF® 9.1 Framework with the ArchiMate® 2.1 Modeling LanguageUsing the TOGAF® 9.1 Framework with the ArchiMate® 2.1 Modeling Language
Using the TOGAF® 9.1 Framework with the ArchiMate® 2.1 Modeling Language
 
Foundations of enterprise architecture management and archi mate
Foundations of enterprise architecture management and archi mateFoundations of enterprise architecture management and archi mate
Foundations of enterprise architecture management and archi mate
 
Cloud architecture with the ArchiMate Language
Cloud architecture with the ArchiMate LanguageCloud architecture with the ArchiMate Language
Cloud architecture with the ArchiMate Language
 
An Introduction to Enterprise Architecture Visual Modeling With The ArchiMate...
An Introduction to Enterprise Architecture Visual Modeling With The ArchiMate...An Introduction to Enterprise Architecture Visual Modeling With The ArchiMate...
An Introduction to Enterprise Architecture Visual Modeling With The ArchiMate...
 
From Capability-Based Planning to Competitive Advantage: Assembling Your Bus...
From Capability-Based Planning to Competitive Advantage:  Assembling Your Bus...From Capability-Based Planning to Competitive Advantage:  Assembling Your Bus...
From Capability-Based Planning to Competitive Advantage: Assembling Your Bus...
 
Modeling TOGAF with ArchiMate
Modeling TOGAF with ArchiMateModeling TOGAF with ArchiMate
Modeling TOGAF with ArchiMate
 
ArchiSurance Case Study
ArchiSurance Case StudyArchiSurance Case Study
ArchiSurance Case Study
 

Ähnlich wie Always-On Services for Consumer Web, Mobile and the Internet of Things

The Advisory Board Company Drives Healthcare Transformation with APIs and Mob...
The Advisory Board Company Drives Healthcare Transformation with APIs and Mob...The Advisory Board Company Drives Healthcare Transformation with APIs and Mob...
The Advisory Board Company Drives Healthcare Transformation with APIs and Mob...CA Technologies
 
Microservices: Why Should Businesses Care?
Microservices: Why Should Businesses Care?Microservices: Why Should Businesses Care?
Microservices: Why Should Businesses Care?Akana
 
Itil certification course
Itil certification courseItil certification course
Itil certification courseMakeMeWise
 
MuleSoft Singapore Meetup - Number 6 - September 24, 2020
MuleSoft Singapore Meetup - Number 6 - September 24, 2020MuleSoft Singapore Meetup - Number 6 - September 24, 2020
MuleSoft Singapore Meetup - Number 6 - September 24, 2020Julian Douch
 
The Payer of the Future: Modernizing Health Insurance with API-led Connectivity
The Payer of the Future: Modernizing Health Insurance with API-led ConnectivityThe Payer of the Future: Modernizing Health Insurance with API-led Connectivity
The Payer of the Future: Modernizing Health Insurance with API-led ConnectivityMuleSoft
 
Tufts Health: Creating a World Class Future User Experience Platform
Tufts Health: Creating a World Class Future User Experience PlatformTufts Health: Creating a World Class Future User Experience Platform
Tufts Health: Creating a World Class Future User Experience PlatformProlifics
 
Collaborate 2014: Humana Case Study - Paradigm Shift in Reporting by Deployin...
Collaborate 2014: Humana Case Study - Paradigm Shift in Reporting by Deployin...Collaborate 2014: Humana Case Study - Paradigm Shift in Reporting by Deployin...
Collaborate 2014: Humana Case Study - Paradigm Shift in Reporting by Deployin...Emtec Inc.
 
Conquer the Barriers to Self-Service Adoption
Conquer the Barriers to Self-Service AdoptionConquer the Barriers to Self-Service Adoption
Conquer the Barriers to Self-Service AdoptionRES
 
Consumer Engagement with Florida Blue and Exceptional Digital Experiences
Consumer Engagement with Florida Blue and Exceptional Digital ExperiencesConsumer Engagement with Florida Blue and Exceptional Digital Experiences
Consumer Engagement with Florida Blue and Exceptional Digital ExperiencesPerficient, Inc.
 
Understanding the WSO2 Platform
Understanding the WSO2 PlatformUnderstanding the WSO2 Platform
Understanding the WSO2 PlatformWSO2
 
IT4 Foundation vir kahoot v22.3.pptx
IT4 Foundation vir kahoot v22.3.pptxIT4 Foundation vir kahoot v22.3.pptx
IT4 Foundation vir kahoot v22.3.pptxScottDickenson2
 
Steve Tuppen - Digital Service Management
Steve Tuppen - Digital Service ManagementSteve Tuppen - Digital Service Management
Steve Tuppen - Digital Service ManagementitSMF UK
 
WSO2 and Agile Path - How the WSO2 Governance Registry is being used for a k...
 WSO2 and Agile Path - How the WSO2 Governance Registry is being used for a k... WSO2 and Agile Path - How the WSO2 Governance Registry is being used for a k...
WSO2 and Agile Path - How the WSO2 Governance Registry is being used for a k...WSO2
 
Sprinting for Success: Digital Transformation through Agile and DevOps
Sprinting for Success: Digital Transformation through Agile and DevOpsSprinting for Success: Digital Transformation through Agile and DevOps
Sprinting for Success: Digital Transformation through Agile and DevOpsDynatrace
 
Eat Your Microservices Elephant One Bite at a Time
Eat Your Microservices Elephant One Bite at a TimeEat Your Microservices Elephant One Bite at a Time
Eat Your Microservices Elephant One Bite at a TimeAkana
 
ITIL Service Value System.pdf
ITIL Service Value System.pdfITIL Service Value System.pdf
ITIL Service Value System.pdfSSGC
 
Consumer Engagement with Florida Blue and Exceptional Digital Experiences Foc...
Consumer Engagement with Florida Blue and Exceptional Digital Experiences Foc...Consumer Engagement with Florida Blue and Exceptional Digital Experiences Foc...
Consumer Engagement with Florida Blue and Exceptional Digital Experiences Foc...Perficient, Inc.
 
Acando - Cloud Based Integration - Seminar 20170330
Acando - Cloud Based Integration - Seminar 20170330Acando - Cloud Based Integration - Seminar 20170330
Acando - Cloud Based Integration - Seminar 20170330Andreas Crona
 

Ähnlich wie Always-On Services for Consumer Web, Mobile and the Internet of Things (20)

The Advisory Board Company Drives Healthcare Transformation with APIs and Mob...
The Advisory Board Company Drives Healthcare Transformation with APIs and Mob...The Advisory Board Company Drives Healthcare Transformation with APIs and Mob...
The Advisory Board Company Drives Healthcare Transformation with APIs and Mob...
 
Microservices: Why Should Businesses Care?
Microservices: Why Should Businesses Care?Microservices: Why Should Businesses Care?
Microservices: Why Should Businesses Care?
 
Itil certification course
Itil certification courseItil certification course
Itil certification course
 
MuleSoft Singapore Meetup - Number 6 - September 24, 2020
MuleSoft Singapore Meetup - Number 6 - September 24, 2020MuleSoft Singapore Meetup - Number 6 - September 24, 2020
MuleSoft Singapore Meetup - Number 6 - September 24, 2020
 
The Payer of the Future: Modernizing Health Insurance with API-led Connectivity
The Payer of the Future: Modernizing Health Insurance with API-led ConnectivityThe Payer of the Future: Modernizing Health Insurance with API-led Connectivity
The Payer of the Future: Modernizing Health Insurance with API-led Connectivity
 
Tufts Health: Creating a World Class Future User Experience Platform
Tufts Health: Creating a World Class Future User Experience PlatformTufts Health: Creating a World Class Future User Experience Platform
Tufts Health: Creating a World Class Future User Experience Platform
 
Collaborate 2014: Humana Case Study - Paradigm Shift in Reporting by Deployin...
Collaborate 2014: Humana Case Study - Paradigm Shift in Reporting by Deployin...Collaborate 2014: Humana Case Study - Paradigm Shift in Reporting by Deployin...
Collaborate 2014: Humana Case Study - Paradigm Shift in Reporting by Deployin...
 
Conquer the Barriers to Self-Service Adoption
Conquer the Barriers to Self-Service AdoptionConquer the Barriers to Self-Service Adoption
Conquer the Barriers to Self-Service Adoption
 
Consumer Engagement with Florida Blue and Exceptional Digital Experiences
Consumer Engagement with Florida Blue and Exceptional Digital ExperiencesConsumer Engagement with Florida Blue and Exceptional Digital Experiences
Consumer Engagement with Florida Blue and Exceptional Digital Experiences
 
Understanding the WSO2 Platform
Understanding the WSO2 PlatformUnderstanding the WSO2 Platform
Understanding the WSO2 Platform
 
Service Transition Overview
Service Transition  OverviewService Transition  Overview
Service Transition Overview
 
IT4 Foundation vir kahoot v22.3.pptx
IT4 Foundation vir kahoot v22.3.pptxIT4 Foundation vir kahoot v22.3.pptx
IT4 Foundation vir kahoot v22.3.pptx
 
Steve Tuppen - Digital Service Management
Steve Tuppen - Digital Service ManagementSteve Tuppen - Digital Service Management
Steve Tuppen - Digital Service Management
 
API strategy with IBM API connect
API strategy with IBM API connectAPI strategy with IBM API connect
API strategy with IBM API connect
 
WSO2 and Agile Path - How the WSO2 Governance Registry is being used for a k...
 WSO2 and Agile Path - How the WSO2 Governance Registry is being used for a k... WSO2 and Agile Path - How the WSO2 Governance Registry is being used for a k...
WSO2 and Agile Path - How the WSO2 Governance Registry is being used for a k...
 
Sprinting for Success: Digital Transformation through Agile and DevOps
Sprinting for Success: Digital Transformation through Agile and DevOpsSprinting for Success: Digital Transformation through Agile and DevOps
Sprinting for Success: Digital Transformation through Agile and DevOps
 
Eat Your Microservices Elephant One Bite at a Time
Eat Your Microservices Elephant One Bite at a TimeEat Your Microservices Elephant One Bite at a Time
Eat Your Microservices Elephant One Bite at a Time
 
ITIL Service Value System.pdf
ITIL Service Value System.pdfITIL Service Value System.pdf
ITIL Service Value System.pdf
 
Consumer Engagement with Florida Blue and Exceptional Digital Experiences Foc...
Consumer Engagement with Florida Blue and Exceptional Digital Experiences Foc...Consumer Engagement with Florida Blue and Exceptional Digital Experiences Foc...
Consumer Engagement with Florida Blue and Exceptional Digital Experiences Foc...
 
Acando - Cloud Based Integration - Seminar 20170330
Acando - Cloud Based Integration - Seminar 20170330Acando - Cloud Based Integration - Seminar 20170330
Acando - Cloud Based Integration - Seminar 20170330
 

Mehr von Iver Band

Enhancing Organizational Performance by Creating a Culture of Stewardship wit...
Enhancing Organizational Performance by Creating a Culture of Stewardship wit...Enhancing Organizational Performance by Creating a Culture of Stewardship wit...
Enhancing Organizational Performance by Creating a Culture of Stewardship wit...Iver Band
 
Chronic Absenteeism Rate Prediction: A Data Science Case Study
Chronic Absenteeism Rate Prediction: A Data Science Case StudyChronic Absenteeism Rate Prediction: A Data Science Case Study
Chronic Absenteeism Rate Prediction: A Data Science Case StudyIver Band
 
What Can We Do With The ArchiMate Language?
What Can We Do With The ArchiMate Language?What Can We Do With The ArchiMate Language?
What Can We Do With The ArchiMate Language?Iver Band
 
Modeling Big Data with the ArchiMate 3.0 Language
Modeling Big Data with the ArchiMate 3.0 LanguageModeling Big Data with the ArchiMate 3.0 Language
Modeling Big Data with the ArchiMate 3.0 LanguageIver Band
 
Effective Strategy Execution with Capability-Based Planning, Enterprise Arch...
Effective Strategy Execution with Capability-Based Planning, Enterprise Arch...Effective Strategy Execution with Capability-Based Planning, Enterprise Arch...
Effective Strategy Execution with Capability-Based Planning, Enterprise Arch...Iver Band
 
Streamlining IT Application Selection and Integration with a Standard Modelin...
Streamlining IT Application Selection and Integration with a Standard Modelin...Streamlining IT Application Selection and Integration with a Standard Modelin...
Streamlining IT Application Selection and Integration with a Standard Modelin...Iver Band
 

Mehr von Iver Band (6)

Enhancing Organizational Performance by Creating a Culture of Stewardship wit...
Enhancing Organizational Performance by Creating a Culture of Stewardship wit...Enhancing Organizational Performance by Creating a Culture of Stewardship wit...
Enhancing Organizational Performance by Creating a Culture of Stewardship wit...
 
Chronic Absenteeism Rate Prediction: A Data Science Case Study
Chronic Absenteeism Rate Prediction: A Data Science Case StudyChronic Absenteeism Rate Prediction: A Data Science Case Study
Chronic Absenteeism Rate Prediction: A Data Science Case Study
 
What Can We Do With The ArchiMate Language?
What Can We Do With The ArchiMate Language?What Can We Do With The ArchiMate Language?
What Can We Do With The ArchiMate Language?
 
Modeling Big Data with the ArchiMate 3.0 Language
Modeling Big Data with the ArchiMate 3.0 LanguageModeling Big Data with the ArchiMate 3.0 Language
Modeling Big Data with the ArchiMate 3.0 Language
 
Effective Strategy Execution with Capability-Based Planning, Enterprise Arch...
Effective Strategy Execution with Capability-Based Planning, Enterprise Arch...Effective Strategy Execution with Capability-Based Planning, Enterprise Arch...
Effective Strategy Execution with Capability-Based Planning, Enterprise Arch...
 
Streamlining IT Application Selection and Integration with a Standard Modelin...
Streamlining IT Application Selection and Integration with a Standard Modelin...Streamlining IT Application Selection and Integration with a Standard Modelin...
Streamlining IT Application Selection and Integration with a Standard Modelin...
 

Kürzlich hochgeladen

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
 
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfThe Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfEnterprise Knowledge
 
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
 
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
 
08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking MenDelhi Call girls
 
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
 
Factors to Consider When Choosing Accounts Payable Services Providers.pptx
Factors to Consider When Choosing Accounts Payable Services Providers.pptxFactors to Consider When Choosing Accounts Payable Services Providers.pptx
Factors to Consider When Choosing Accounts Payable Services Providers.pptxKatpro Technologies
 
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
 
2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...Martijn de Jong
 
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024The Digital Insurer
 
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
 
Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024The Digital Insurer
 
Real Time Object Detection Using Open CV
Real Time Object Detection Using Open CVReal Time Object Detection Using Open CV
Real Time Object Detection Using Open CVKhem
 
A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)Gabriella Davis
 
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
 
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
 
Advantages of Hiring UIUX Design Service Providers for Your Business
Advantages of Hiring UIUX Design Service Providers for Your BusinessAdvantages of Hiring UIUX Design Service Providers for Your Business
Advantages of Hiring UIUX Design Service Providers for Your BusinessPixlogix Infotech
 
Breaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountBreaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountPuma Security, LLC
 
Artificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsArtificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsJoaquim Jorge
 
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
 

Kürzlich hochgeladen (20)

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
 
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfThe Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.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
 
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
 
08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men
 
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
 
Factors to Consider When Choosing Accounts Payable Services Providers.pptx
Factors to Consider When Choosing Accounts Payable Services Providers.pptxFactors to Consider When Choosing Accounts Payable Services Providers.pptx
Factors to Consider When Choosing Accounts Payable Services Providers.pptx
 
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...
 
2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...
 
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
 
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
 
Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024
 
Real Time Object Detection Using Open CV
Real Time Object Detection Using Open CVReal Time Object Detection Using Open CV
Real Time Object Detection Using Open CV
 
A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)
 
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
 
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
 
Advantages of Hiring UIUX Design Service Providers for Your Business
Advantages of Hiring UIUX Design Service Providers for Your BusinessAdvantages of Hiring UIUX Design Service Providers for Your Business
Advantages of Hiring UIUX Design Service Providers for Your Business
 
Breaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountBreaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path Mount
 
Artificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsArtificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and Myths
 
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
 

Always-On Services for Consumer Web, Mobile and the Internet of Things

  • 1. 1 Always-On Services for Consumer Web, Mobile and the Internet of Things Iver Band July 22, 2015 Open Group Conference, Baltimore, Maryland © 2015 Cambia Health Solutions, Inc.
  • 2. 22 © 2015 Cambia Health Solutions, Inc. Iver Band • Enterprise Architect at Cambia Health Solutions • Chief architect for external web and mobile presence • Business architect for Digital Solutions organization • Vice Chair, Open Group ArchiMate Forum • Co-Chair and Co-Founder, Oregon Enterprise Architects • TOGAF and ArchiMate certified, CISSP, Certified Information Professional, AHIP Certified IT Professional iver.band@cambiahealth.com http://www.linkedin.com/in/iverpdx http://www.cambiahealth.com/ http://www.twitter.com/iverband
  • 4. 44 BACKGROUND © 2015 Cambia Health Solutions, Inc.
  • 5. 55 About Cambia 22 companies and growing © 2015 Cambia Health Solutions, Inc. A tax-paying nonprofit headquartered in the Pacific Northwest Nationally recognized: Top 100 Healthiest Workplaces 5,300 employees in 30 states 100 million people touched nationwide
  • 6. 66 © 2015 Cambia Health Solutions, Inc.
  • 7. 77 Cambia Health Solutions © 2015 Cambia Health Solutions, Inc. Senior Services Health Insurance Retail Enablement Provider Enablement
  • 8. 88 US Healthcare Payers Must Innovate With Consumer Applications © 2015 Cambia Health Solutions, Inc.
  • 9. 99 Problem: An Application Characteristics Mismatch Hinders Consumer App Development Legacy Application Characteristics Mobile and IoT App Characteristics Availability Regular Maintenance Windows Always Available Scalability Thousands of Users Predictable Peaks Millions of Users Unpredictable Bursts Response Time Keep Users Productive No Wait Identity and Access Management Internal User Base with Centralized Administration Infinite User Base with Multiple Identity Providers Data Normalized for Integrity Cached for Performance and Availability Integration Batch ETL and File Transfer Lightweight, standards- based APIs © 2015 Cambia Health Solutions, Inc.
  • 10. 1010 Solution: Bimodal IT for Healthcare Payers Requires an Adaptive Service Layer © 2015 Cambia Health Solutions, Inc.
  • 11. 1111 Always-On Services are Critical to C2B Business Development for US Healthcare Payers © 2015 Cambia Health Solutions, Inc.
  • 12. 1212 Definitions of Key System Software Layers • API Platform – A cloud-based application programming interface (API) development and execution environment that provides access control, monitoring, monetization and discovery. • BaaS – Backend as a Service. A highly available, scalable and extensible cloud platform that enables applications to interact uniformly with services and data. • ESB – Enterprise Service Bus. A platform that integrates applications through message routing and transformation, guaranteed-delivery queuing, and other services. © 2015 Cambia Health Solutions, Inc.
  • 13. 1313 Additional Definitions • Microservices – An architectural style in which applications are composed of small, highly decoupled services communicating with each other via language-agnostic APIs. • Publish/Subscribe – A message routing and delivery pattern that allows a publisher to send messages to any number of subscribers, each whom may consume exactly one copy of each published message • REST – Representational State Transfer. An architectural style that requires separation of clients and servers with a uniform interface, stateless services with cacheable responses, and layered systems. • OAUTH – An open standard for authorization that enables client applications to access server resources on behalf of a resource owner, and allows resource owners to authorize third-party access to their server resources without sharing their credentials. © 2015 Cambia Health Solutions, Inc.
  • 14. 1414 An Integration Stack Enables Always-On Services © 2015 Cambia Health Solutions, Inc.
  • 15. 1515 PRINCIPLES © 2015 Cambia Health Solutions, Inc.
  • 16. 1616 Architectural Principle: Services are Reliable • Statement • Services are continuously available with accurate data and persistent updates, even during component failures and maintenance activities • Rationale • Consumers expect applications to function correctly whenever their client devices are operating • Implications • Services must function properly even when core business applications are unavailable • Services must not • Have single points of failure anywhere in their architectures • Have unmitigated exposures to unreliable interoperating components © 2015 Cambia Health Solutions, Inc.
  • 17. 1717 Architectural Principle: Services are Scalable • Statement • Service concurrency and usage capacities keep pace with demand • Rationale • Usage patterns and demand cannot always be predicted in immature markets. • Implications • Services are • Stateless • Low-latency • Loosely-coupled to interoperating systems • Built on infrastructures that scale automatically © 2015 Cambia Health Solutions, Inc.
  • 18. 1818 Architectural Principle: Services are Reusable • Statement • Services can be reused and recombined in new contexts to meet changing needs • Rationale • Business models and the applications that support them change rapidly, requiring flexible choreography • Implications • Services are built to execute simple operations that are easy to access and combine • Services are built with standards-based APIs and security components • Application designers and developers consider the performance and scalability implications of reusing services in new situations © 2015 Cambia Health Solutions, Inc.
  • 19. 1919 Architectural Principle: Services are Understood • Statement • Cambia and partner stakeholders are able to discover services and develop insights from service consumption • Rationale • Discovery, development and continuous improvement of innovative consumer-focused business models and applications requires experimentation with new services, along with insight into application behavior as illuminated by service usage • Implications • Applications access all services through a single hub that enables straightforward service discovery, and monitors and captures each service execution © 2015 Cambia Health Solutions, Inc.
  • 20. 2020 Architectural Principle: Underlying Systems and Data are Protected • Statement • Services allow only properly authenticated and authorized access to core business applications and data • Rationale • Consumers expect their interests to be protected, and maintaining consumer trust is essential to successful and sustained adoption. • Implications • Access paths for both services and underlying systems are consolidated • Access control for those paths is least-privilege and transparent. • Service usage is monitored, governed, traced and tracked as necessary to mitigate the risk of misuse • Services examine user profile information to make additional authorization decisions © 2015 Cambia Health Solutions, Inc.
  • 21. 2121 Always-On Services Principle Realization © 2015 Cambia Health Solutions, Inc.
  • 22. 2222 ALWAYS-ON SERVICE PATTERNS © 2015 Cambia Health Solutions, Inc.
  • 23. 2323 Four Patterns Support Always-On Services © 2015 Cambia Health Solutions, Inc.
  • 25. 2525 Always-On Publish Pattern © 2015 Cambia Health Solutions, Inc.
  • 26. 2626 Always-On Subscribe Pattern © 2015 Cambia Health Solutions, Inc.
  • 27. 2727 Pass-Through Pattern © 2015 Cambia Health Solutions, Inc.
  • 28. 2828 IMPLEMENTATION © 2015 Cambia Health Solutions, Inc.
  • 29. 2929 Some Always-On Services At Cambia © 2015 Cambia Health Solutions, Inc. Consuming Application Always-On Service Core Business Application Consumer Mobile Payment Member Information Member Administration Provider Clearinghouse Member Documents Enterprise Content Management Consumer Portal Personalization Member Administration Product Product Management Claims Claims Processing Member Information Member Administration Identity Enterprise Directory Benefits Member Administration
  • 30. 3030 Facilitating Service Reuse with an Enterprise Repository © 2015 Cambia Health Solutions, Inc. Service Usage Patterns are key components of TOGAF Solution Building Blocks
  • 31. 3131 Conclusion • US healthcare payers must develop innovative consumer businesses while continuing their core business operations • This requires a bimodal IT architecture with an Adaptive Service Layer between consumer and core business applications • This layer must enable reliable, scalable and reusable services • These Always-On services must protect core business systems and data • Organizations must understand service usage to build successful consumer apps • An Adaptive Service Layer can consist of an API Platform, BaaS and ESB • The Read, Publish, and Subscribe patterns enable a broad range of services • The Pass-Through pattern gives existing services added reusability, visibility and security • An Enterprise Repository can facilitate service reuse • Standards-based Enterprise Architecture can persuasively link business strategies to specific IT investments © 2015 Cambia Health Solutions, Inc.