+ All Categories
Home > Documents > Modernizing Complex Legacy ApplicationsMay 09, 2019  · First release should be MVP (Minimal Viable...

Modernizing Complex Legacy ApplicationsMay 09, 2019  · First release should be MVP (Minimal Viable...

Date post: 01-Aug-2020
Category:
Upload: others
View: 1 times
Download: 0 times
Share this document with a friend
16
Modernizing Complex Legacy Applications Pranjal Bathia Mike Moore 9-May-2019
Transcript
Page 1: Modernizing Complex Legacy ApplicationsMay 09, 2019  · First release should be MVP (Minimal Viable Product) Plan Measure Learn Build. Tips 1. Do a thorough impact analysis as part

Modernizing Complex Legacy Applications

Pranjal BathiaMike Moore9-May-2019

Page 2: Modernizing Complex Legacy ApplicationsMay 09, 2019  · First release should be MVP (Minimal Viable Product) Plan Measure Learn Build. Tips 1. Do a thorough impact analysis as part

Legacy Application Modernization

legacy adjectiveleg· a· cy | \ ˈle-gə-sē \

of, relating to, or being a previous or outdated computer system (Merriam-Webster)

denoting or relating to software or hardware that has been superseded but is difficult to replace because of its wide use (Dictionary.com)

Page 3: Modernizing Complex Legacy ApplicationsMay 09, 2019  · First release should be MVP (Minimal Viable Product) Plan Measure Learn Build. Tips 1. Do a thorough impact analysis as part

Should you modernize?

From 2001: A Space Odyssey (MGM)

There are reasons to change (some better than others)

● Improved functionality

● Expansion of system capabilities (scalability, performance, maintainability, flexibility, etc.)

● Opportunity and Risk Management

There are also reasons for caution

● Cost

● Business disruption

● Strategic drift and feature decay

Page 4: Modernizing Complex Legacy ApplicationsMay 09, 2019  · First release should be MVP (Minimal Viable Product) Plan Measure Learn Build. Tips 1. Do a thorough impact analysis as part

Legacy CWE system

UI + Server + Bugzilla

RHEL 5Database

NFS System

Certification Workflow Engine

● Usecases for solution certification● Used by partners and Internal

associates● Decade old app, organically

developed● Undocumented. Ambiguous

feature set● Supportability Gaps● Performance issues● Restriction on developing more

features

Report

API XMLRPC Attachment Parser

RHCert

Partner

CSE PSESME

Page 5: Modernizing Complex Legacy ApplicationsMay 09, 2019  · First release should be MVP (Minimal Viable Product) Plan Measure Learn Build. Tips 1. Do a thorough impact analysis as part

How to start ?

1. Audit

2. Evaluate

3. Prepare

4. Plan

5. Deliver

Analysing the system

Identify milestones

Get cloud ready

Final deployment

Compare technologies

Page 6: Modernizing Complex Legacy ApplicationsMay 09, 2019  · First release should be MVP (Minimal Viable Product) Plan Measure Learn Build. Tips 1. Do a thorough impact analysis as part

AuditAnalysing the system

UnderstandUnderstand business and the use case of

application

IdentifyList down discrete applications and

infrastructure

AssessExamine access logs to list down functions being used and which

one can be retired

MapMap relationship

between applications and check which one

can be combined

DependencyUnderstand business dependency to make

decision on disruption it can handle

Page 7: Modernizing Complex Legacy ApplicationsMay 09, 2019  · First release should be MVP (Minimal Viable Product) Plan Measure Learn Build. Tips 1. Do a thorough impact analysis as part

Compare against different parameters

Evaluate

Operating System

Database

Application Server

Programming Language

Monitoring tools

Storage

Cloud

Cost

Option 1 Option 2 Option 3

Page 8: Modernizing Complex Legacy ApplicationsMay 09, 2019  · First release should be MVP (Minimal Viable Product) Plan Measure Learn Build. Tips 1. Do a thorough impact analysis as part

We used open source technology

Evaluate

Page 9: Modernizing Complex Legacy ApplicationsMay 09, 2019  · First release should be MVP (Minimal Viable Product) Plan Measure Learn Build. Tips 1. Do a thorough impact analysis as part

PrepareGet cloud ready

Rehosting Replatforming Repurchasing

RearchitectingRetireRetain

Page 10: Modernizing Complex Legacy ApplicationsMay 09, 2019  · First release should be MVP (Minimal Viable Product) Plan Measure Learn Build. Tips 1. Do a thorough impact analysis as part

PrepareMicroservice Based architecture

Page 11: Modernizing Complex Legacy ApplicationsMay 09, 2019  · First release should be MVP (Minimal Viable Product) Plan Measure Learn Build. Tips 1. Do a thorough impact analysis as part

PlanIdentifying milestones allows minimal disruption to business and most effective method for migration

Business Functions

Complexity of Data

Size of applicationSensitivity of Data

Factors

UsersRelease MVP for set of users to minimize the business impact

Chose simpler functions which increases chances of success

Pick up function that deals with less

sensitive data to start

Opt for a smaller application which helps to deliver & learn faster

Go for a service which has less complex structure of Data

Page 12: Modernizing Complex Legacy ApplicationsMay 09, 2019  · First release should be MVP (Minimal Viable Product) Plan Measure Learn Build. Tips 1. Do a thorough impact analysis as part

PlanPhase based approach

PHASE 2

PHASE 3

PHASE 4

PHASE 1 OSPSimplest business case,

well defined usecases and stakeholders

HardwareComplex and

business critical

Cloud Program

Conservative stakeholders and open ended usecases

Admin

Admin functions, limited stakeholders

Page 13: Modernizing Complex Legacy ApplicationsMay 09, 2019  · First release should be MVP (Minimal Viable Product) Plan Measure Learn Build. Tips 1. Do a thorough impact analysis as part

2

3

4

1

Change Management

ExecutionProcess Transformation

PlanPhase based approach

Develop Champions

Align Teams

Communication

Front load Impacts

Skate to where the puck will be

Page 14: Modernizing Complex Legacy ApplicationsMay 09, 2019  · First release should be MVP (Minimal Viable Product) Plan Measure Learn Build. Tips 1. Do a thorough impact analysis as part

Deliver First release should be MVP (Minimal Viable Product)

Plan

Measure

Learn

Build

Page 15: Modernizing Complex Legacy ApplicationsMay 09, 2019  · First release should be MVP (Minimal Viable Product) Plan Measure Learn Build. Tips 1. Do a thorough impact analysis as part

Tips

1. Do a thorough impact analysis as part of your audit2. Containerization allows you to deploy your application anywhere3. Building smaller services helps efficient decoupling of system

components4. Focus on the business processes and users in your transitional

states5. A phased migration can help mitigate unforeseen pitfalls6. Identify opportunities to include automation in every phase

Page 16: Modernizing Complex Legacy ApplicationsMay 09, 2019  · First release should be MVP (Minimal Viable Product) Plan Measure Learn Build. Tips 1. Do a thorough impact analysis as part

Recommended