SlideShare uma empresa Scribd logo
1 de 19
Baixar para ler offline
Madhu Chetuparambil & Snezana Sahter
San Jose, CA - October 11, 2019
API World
Monolith to Microservices
2
Madhu
Chief
Architect
for FDP
In Intuit
since
2016
Snezana
Distinguished
Architect in FDP
and Identity
In Intuit
since
2017
3
Snezana Sahter is a distinguished architect in Intuit focusing on the Financial Data
Platform and Identity. She has been with Intuit since 2017, expanding her e-commerce
and marketplace domain knowledge into FinTech.
Domain driven design and modeling APIs while dealing with legacy has been her area of
interest for the past several years, including 10+ years working at eBay as a principal
architect in Identity and Risk Management.
Originally from Serbia, she lives and works in San Francisco Bay Area.
Madhu Chetuparambil is the chief architect for the Intuit Financial Data Platform,
responsible for acquiring and managing consumer’s financial data from over 30,000 FI
across a variety of channels and authorization schemes. In this role, he leads the
technology, strategy and architectural decisions for the services and tools on this
platform.
Madhu has worked as a technologist since 1996 in a number of companies including
Intuit, eBay Inc, IBM and Transarc Corporation.
He received his Master's in Computer Science from Clemson University in 1996 and has a
Bachelor of Engineering, Comp Sc from the University of Mysore (1989 - 1993)
… or more formally
Context: Case for Change
Target State
Benefits and Challenges
Journey Line
Next Steps
Takeaway
Agenda
5
Sales
Accounting
Billing & Commerce
Payments
Payroll
Experience
Data Aggregation
Connectivity & Data
Transformation
Enrichment &
Categorization
Support Tools
Personal Finance
Mgmt
Money Movement
Ecosystem
Capabilities
Depends on FDP
FDP
Time Tracking
Capital
Foundational
Capabilities
...
...
...
Financial Data
Platform
Identity
Customer Success
Financial Data Platform in Intuit
6
Runtime
● Runs in one runtime
● Limits: scalability, performance, availability,
resiliency
Team Productivity
● Longer release cycle (build, test, etc)
● Organizational scale
Security
● Outdated security models / standards
From “Application” to “Platform”
Signs of Monolith: Prior Application
Codebase Health
● Huge codebase / big ball of mud / too
many different features / all-in-one
● Thousands of unit tests (still test escape)
● High complexity
Integration
● No consistent APIs
● Tight coupling on modules, datastore
Quality
● Lot of functional tests (still gap in coverage)
● Band-aid solutions / workaround
7
Credential
Set Account
Provider
Transaction
Profile
(User/
Business)
Credential 0..n
0..n
0..n
1
1
1
1
0..n
1
1..n
Document
(Tax, Statement,
etc)0..n
Bill
0..n
1..n
Connectivity Enablers
Financial Data
Opportunities &
Considerations
• Taking another look across
the stack: data, application,
contracts
• Starting with the model to
enable flexibility
• Managing data quality and
variability across 30k
providers
• Enhancing end2end security
• Isolating the 3rd party
dependencies to increase
availability
• Compliance is still a must
The Approach to Breaking the Monolith
8
Financial Data Platform
PCI
Zone
PCI
Zone
MessagingBus
Providers (Financial Institutions)
DOCUMENTACCOUNTCREDENTIAL
SET
PROFILE
BULK IMPORT/
FEEDS
API (DIRECT)
CONNECTIVITY
WEB INTEGRATIONRATE LIMIT
CREDENTIALTRANSACTIONPROVIDER
CATEGORIZATIONONBOARDING APP
SERVICE
ACQUISITION RESOLUTION &
RECONCILIATION
CHANNEL
MIGRATION
DATA
ACCESS
Logging
Configuration
Business Process Service
Entity Service
Connectivity Agent Service
The Target State
9
Having data in services
bounded context enabled
horizontal scale
Connectivity layer enabled
growing number of
supported providers and
introducing new channels
Connectivity layer improved
availability and scalability
because the 3rd party impact
for insulated from the rest of
the platform
Asynchronous processing
enabled in the “green” layer
improved the performance
and resiliency
Clear ownership enabled the
organization to scale from 2
to 10 scrum teams
The products have more
integration options with or
without the experience
Team choice: technology
and protocol that is the best
suited for the task
Financial Data Platform
PCI
Zone
PCI
Zone
DOCUMENTACCOUNTCREDENTIAL
SET
PROFILE
BULK IMPORTAPI (DIRECT)
CONNECTIVITY
WEB INTEGRATIONRATE LIMIT
CREDENTIALTRANSACTIONPROVIDER
CATEGORIZATIONONBOARDING APP
SERVICE
ACQUISITION RESOLUTION &
RECONCILIATION
CHANNEL
MIGRATION
DATA
ACCESS
The New Platform Benefits ...
10
Execution Journey Line
11
Execution Journey Line
12
Execution: Journey Line
Acknowledg
e Monolith
Case for
Change with
3 year Target
Leaders and
Stakeholders
Commitment
Define
Microservices
Phases /
Sequence
Milestone
1..N (Dev,
Test, Deploy)
Milestone
1..N
(Enablement,
Products)
Address
TechDebt /
Optimization
Planning Execution Improve
13
Execution: Journey Line
Acknowledg
e Monolith
Case for
Change with
3 year Target
Leaders and
Stakeholders
Commitment
Define
Microservices
Phases /
Sequence
Milestone
1..N (Dev,
Test, Deploy)
Milestone
1..N
(Enablement,
Products)
Address
TechDebt /
Optimization
Planning Execution Improve
1. Clearly articulate how this technology
shift will help the business
2. Agree on a rough timeline
3. Get buy-in from senior management
for the long haul
14
Execution: Journey Line
Acknowledg
e Monolith
Case for
Change with
3 year Target
Leaders and
Stakeholders
Commitment
Define
Microservices
Phases /
Sequence
Milestone
1..N (Dev,
Test, Deploy)
Milestone
1..N
(Enablement,
Products)
Address
TechDebt /
Optimization
Planning Execution Improve
● Reuse/Rewrite
● Contract definitions
● Granularity of services
● Where do you start breaking the
monolith ?
● What about new features ?
● How do you sequence this ?
15
Execution: Journey Line
Acknowledg
e Monolith
Case for
Change with
3 year Target
Leaders and
Stakeholders
Commitment
Define
Microservices
Phases /
Sequence
Milestone
1..N (Dev,
Test, Deploy)
Milestone
1..N
(Enablement,
Products)
Address
TechDebt /
Optimization
Planning Execution Improve
● Be clear about
what success is
and how you are
measuring it
16
Execution: Journey Line
Acknowledg
e Monolith
Case for
Change with
3 year Target
Leaders and
Stakeholders
Commitment
Define
Microservices
Phases /
Sequence
Milestone
1..N (Dev,
Test, Deploy)
Milestone
1..N
(Enablement,
Products)
Address
TechDebt /
Optimization
Planning Execution Improve
Learnings:
● Have quarterly delivery milestones vs big bang
approach (doomed to fail)
● Plan vs. Reality: bumpy ride
● Contain Scope: tech debt - speed vs target
● Change is inevitable: Industry trends (AWS,
CI/CD, Security standard); New features (bank
statement, additional tax forms)
● Avoid too many changes at the same time
● Stay on course beyond distractions
○ Perseverance: critical mass and beyond
● Controlled slow live transition / traffic routing
○ A/B testing, parity, performance, data, etc
● Microservice strategy: strangler pattern vs.
rewrite vs. reuse
○ One-size fits none
○ Ex: dedupe library vs credential service
17
● Improve Operational Overhead / NoOps
○ Better CI/CD Pipeline
○ Containerization
○ Container Orchestrator
● Move intermediate solution to Target
○ tight coupling still exists between higher layers
● Streaming Architecture
○ Avoid point to point service interaction
● Service Mesh
○ Decentralize API Routing and AuthN/Z
● Service consolidation / Reduce Hops
○ Regroup: Nano-service to appropriate Microservice
○ Runtime consolidation (sidecar deployment)
● Improve intelligence
○ High quality data
○ AI/ML
● Standardize Negative (Error) scenarios
Next Steps
18
● In SOA / Platform, NFRs are more important than delivery speed but contain the scope
○ Scalability, Availability, Performance, Supportability, etc
● Execution challenge
○ Manage dependencies, scope and stakeholders
○ One-size fits none
● Success Metrics
○ More independent releases on each services
○ Organizational Scale: More scrum teams with clear ownership
○ Able to handle product volume (like TurboTax, etc) with scale, performance and
availability expectations
● External References:
○ https://martinfowler.com/articles/break-monolith-into-microservices.html
○ https://thenewstack.io/from-monolith-to-microservices/
○ https://www.infoq.com/presentations/monolith-microservices-refactoring-analysis-tools
● Blog with the same topic: https://medium.com/@snezana_sahter/from-monolith-to-
microservices-cec202a3699
Takeaway
Q&A

Mais conteúdo relacionado

Mais procurados

Machine Intelligence Powerpoint Presentation Slides
Machine Intelligence Powerpoint Presentation SlidesMachine Intelligence Powerpoint Presentation Slides
Machine Intelligence Powerpoint Presentation SlidesSlideTeam
 
Presentation-Open AI Chat GPT-4 3.pptx
Presentation-Open AI Chat GPT-4 3.pptxPresentation-Open AI Chat GPT-4 3.pptx
Presentation-Open AI Chat GPT-4 3.pptxNitinKhandelwal71
 
Chain-of-thought Prompting.pptx
Chain-of-thought Prompting.pptxChain-of-thought Prompting.pptx
Chain-of-thought Prompting.pptxNeethaSherra1
 
The Next Step For Aritificial Intelligence in Financial Services
The Next Step For Aritificial Intelligence in Financial ServicesThe Next Step For Aritificial Intelligence in Financial Services
The Next Step For Aritificial Intelligence in Financial ServicesAccenture Insurance
 
What is the Internet of Things?
What is the Internet of Things?What is the Internet of Things?
What is the Internet of Things?Felix Grovit
 
Generative AI at the edge.pdf
Generative AI at the edge.pdfGenerative AI at the edge.pdf
Generative AI at the edge.pdfQualcomm Research
 
Axa Case Study with OutSystems
Axa Case Study with OutSystemsAxa Case Study with OutSystems
Axa Case Study with OutSystemsOutSystems
 
Future systems: Full value. Full stop.
Future systems: Full value. Full stop.Future systems: Full value. Full stop.
Future systems: Full value. Full stop.accenture
 
Internet of Things - The Tip of an Iceberg
Internet of Things - The Tip of an IcebergInternet of Things - The Tip of an Iceberg
Internet of Things - The Tip of an IcebergDr. Mazlan Abbas
 
The IoT Suitcase - Pitch Deck
The IoT Suitcase - Pitch DeckThe IoT Suitcase - Pitch Deck
The IoT Suitcase - Pitch DeckThe IoT Suitcase
 
"I don't trust AI": the role of explainability in responsible AI
"I don't trust AI": the role of explainability in responsible AI"I don't trust AI": the role of explainability in responsible AI
"I don't trust AI": the role of explainability in responsible AIErika Agostinelli
 
Generative AI by Salesforce Admin Group Dehradun
Generative AI by Salesforce Admin Group DehradunGenerative AI by Salesforce Admin Group Dehradun
Generative AI by Salesforce Admin Group DehradunkailashChandra95
 
Platform & Application Modernization
Platform & Application ModernizationPlatform & Application Modernization
Platform & Application ModernizationJK Tech
 
Generative AI, WiDS 2023.pptx
Generative AI, WiDS 2023.pptxGenerative AI, WiDS 2023.pptx
Generative AI, WiDS 2023.pptxColleen Farrelly
 
The Graph Traversal Programming Pattern
The Graph Traversal Programming PatternThe Graph Traversal Programming Pattern
The Graph Traversal Programming PatternMarko Rodriguez
 
What is No-Code/Low-Code App Development and Why Should Your Business Care?
What is No-Code/Low-Code App Development and Why Should Your Business Care?What is No-Code/Low-Code App Development and Why Should Your Business Care?
What is No-Code/Low-Code App Development and Why Should Your Business Care?kintone
 
generative-ai-fundamentals and Large language models
generative-ai-fundamentals and Large language modelsgenerative-ai-fundamentals and Large language models
generative-ai-fundamentals and Large language modelsAdventureWorld5
 

Mais procurados (20)

Machine Intelligence Powerpoint Presentation Slides
Machine Intelligence Powerpoint Presentation SlidesMachine Intelligence Powerpoint Presentation Slides
Machine Intelligence Powerpoint Presentation Slides
 
Presentation-Open AI Chat GPT-4 3.pptx
Presentation-Open AI Chat GPT-4 3.pptxPresentation-Open AI Chat GPT-4 3.pptx
Presentation-Open AI Chat GPT-4 3.pptx
 
Chain-of-thought Prompting.pptx
Chain-of-thought Prompting.pptxChain-of-thought Prompting.pptx
Chain-of-thought Prompting.pptx
 
The Next Step For Aritificial Intelligence in Financial Services
The Next Step For Aritificial Intelligence in Financial ServicesThe Next Step For Aritificial Intelligence in Financial Services
The Next Step For Aritificial Intelligence in Financial Services
 
What is the Internet of Things?
What is the Internet of Things?What is the Internet of Things?
What is the Internet of Things?
 
Generative AI at the edge.pdf
Generative AI at the edge.pdfGenerative AI at the edge.pdf
Generative AI at the edge.pdf
 
Cloud Migration Workshop
Cloud Migration WorkshopCloud Migration Workshop
Cloud Migration Workshop
 
Axa Case Study with OutSystems
Axa Case Study with OutSystemsAxa Case Study with OutSystems
Axa Case Study with OutSystems
 
OpenAI-Copilot-ChatGPT.pptx
OpenAI-Copilot-ChatGPT.pptxOpenAI-Copilot-ChatGPT.pptx
OpenAI-Copilot-ChatGPT.pptx
 
Future systems: Full value. Full stop.
Future systems: Full value. Full stop.Future systems: Full value. Full stop.
Future systems: Full value. Full stop.
 
Internet of Things - The Tip of an Iceberg
Internet of Things - The Tip of an IcebergInternet of Things - The Tip of an Iceberg
Internet of Things - The Tip of an Iceberg
 
The IoT Suitcase - Pitch Deck
The IoT Suitcase - Pitch DeckThe IoT Suitcase - Pitch Deck
The IoT Suitcase - Pitch Deck
 
"I don't trust AI": the role of explainability in responsible AI
"I don't trust AI": the role of explainability in responsible AI"I don't trust AI": the role of explainability in responsible AI
"I don't trust AI": the role of explainability in responsible AI
 
Generative AI by Salesforce Admin Group Dehradun
Generative AI by Salesforce Admin Group DehradunGenerative AI by Salesforce Admin Group Dehradun
Generative AI by Salesforce Admin Group Dehradun
 
AWS for Manufacturing
AWS for ManufacturingAWS for Manufacturing
AWS for Manufacturing
 
Platform & Application Modernization
Platform & Application ModernizationPlatform & Application Modernization
Platform & Application Modernization
 
Generative AI, WiDS 2023.pptx
Generative AI, WiDS 2023.pptxGenerative AI, WiDS 2023.pptx
Generative AI, WiDS 2023.pptx
 
The Graph Traversal Programming Pattern
The Graph Traversal Programming PatternThe Graph Traversal Programming Pattern
The Graph Traversal Programming Pattern
 
What is No-Code/Low-Code App Development and Why Should Your Business Care?
What is No-Code/Low-Code App Development and Why Should Your Business Care?What is No-Code/Low-Code App Development and Why Should Your Business Care?
What is No-Code/Low-Code App Development and Why Should Your Business Care?
 
generative-ai-fundamentals and Large language models
generative-ai-fundamentals and Large language modelsgenerative-ai-fundamentals and Large language models
generative-ai-fundamentals and Large language models
 

Semelhante a Intuit Financial Data Platform Microservices Journey

Nosql Now 2015
Nosql Now 2015Nosql Now 2015
Nosql Now 2015kaiyzen
 
Φάννυ Κοφινά, 7th Digital Banking Forum
Φάννυ Κοφινά, 7th Digital Banking ForumΦάννυ Κοφινά, 7th Digital Banking Forum
Φάννυ Κοφινά, 7th Digital Banking ForumStarttech Ventures
 
Dharmendra sharma qa_profile
Dharmendra sharma qa_profile Dharmendra sharma qa_profile
Dharmendra sharma qa_profile dharmendra sharma
 
Dharmendra sharma qa_profile
Dharmendra sharma qa_profile Dharmendra sharma qa_profile
Dharmendra sharma qa_profile dharmendra sharma
 
Tech Leaders of DFW presentation by Mirza Chughtai, April 2018
Tech Leaders of DFW presentation by Mirza Chughtai, April 2018Tech Leaders of DFW presentation by Mirza Chughtai, April 2018
Tech Leaders of DFW presentation by Mirza Chughtai, April 2018Rob McIntosh
 
OpenEdge Character UI - Where to go?
OpenEdge Character UI - Where to go?OpenEdge Character UI - Where to go?
OpenEdge Character UI - Where to go?Gabriel Lucaciu
 
Secure, Strengthen, Automate, and Scale Modern Workloads with Red Hat & NGINX
Secure, Strengthen, Automate, and Scale Modern Workloads with Red Hat & NGINXSecure, Strengthen, Automate, and Scale Modern Workloads with Red Hat & NGINX
Secure, Strengthen, Automate, and Scale Modern Workloads with Red Hat & NGINXNGINX, Inc.
 
Telliant-Pres-_9-2-22 (1).pdf
Telliant-Pres-_9-2-22 (1).pdfTelliant-Pres-_9-2-22 (1).pdf
Telliant-Pres-_9-2-22 (1).pdfSethNarayanan1
 
technical project manager 12 yrs
technical project manager 12 yrstechnical project manager 12 yrs
technical project manager 12 yrsNitin Katlana
 
Transforming Financial Services with Event Streaming Data
Transforming Financial Services with Event Streaming DataTransforming Financial Services with Event Streaming Data
Transforming Financial Services with Event Streaming Dataconfluent
 
Agile Mumbai 2022 - Balvinder Kaur & Sushant Joshi | Real-Time Insights and A...
Agile Mumbai 2022 - Balvinder Kaur & Sushant Joshi | Real-Time Insights and A...Agile Mumbai 2022 - Balvinder Kaur & Sushant Joshi | Real-Time Insights and A...
Agile Mumbai 2022 - Balvinder Kaur & Sushant Joshi | Real-Time Insights and A...AgileNetwork
 

Semelhante a Intuit Financial Data Platform Microservices Journey (20)

Resume
ResumeResume
Resume
 
PralayPatoria
PralayPatoriaPralayPatoria
PralayPatoria
 
Janakiraman_Apr2016_3SF
Janakiraman_Apr2016_3SFJanakiraman_Apr2016_3SF
Janakiraman_Apr2016_3SF
 
Nosql Now 2015
Nosql Now 2015Nosql Now 2015
Nosql Now 2015
 
Φάννυ Κοφινά, 7th Digital Banking Forum
Φάννυ Κοφινά, 7th Digital Banking ForumΦάννυ Κοφινά, 7th Digital Banking Forum
Φάννυ Κοφινά, 7th Digital Banking Forum
 
Dharmendra sharma qa_profile
Dharmendra sharma qa_profile Dharmendra sharma qa_profile
Dharmendra sharma qa_profile
 
Dharmendra sharma qa_profile
Dharmendra sharma qa_profile Dharmendra sharma qa_profile
Dharmendra sharma qa_profile
 
Tech Leaders of DFW presentation by Mirza Chughtai, April 2018
Tech Leaders of DFW presentation by Mirza Chughtai, April 2018Tech Leaders of DFW presentation by Mirza Chughtai, April 2018
Tech Leaders of DFW presentation by Mirza Chughtai, April 2018
 
OpenEdge Character UI - Where to go?
OpenEdge Character UI - Where to go?OpenEdge Character UI - Where to go?
OpenEdge Character UI - Where to go?
 
George_Thomas Varghese_Resume_2016
George_Thomas Varghese_Resume_2016George_Thomas Varghese_Resume_2016
George_Thomas Varghese_Resume_2016
 
Secure, Strengthen, Automate, and Scale Modern Workloads with Red Hat & NGINX
Secure, Strengthen, Automate, and Scale Modern Workloads with Red Hat & NGINXSecure, Strengthen, Automate, and Scale Modern Workloads with Red Hat & NGINX
Secure, Strengthen, Automate, and Scale Modern Workloads with Red Hat & NGINX
 
Gani Kafoor cv
Gani Kafoor cvGani Kafoor cv
Gani Kafoor cv
 
Janakiraman_Mar2016_SF
Janakiraman_Mar2016_SFJanakiraman_Mar2016_SF
Janakiraman_Mar2016_SF
 
Telliant-Pres-_9-2-22 (1).pdf
Telliant-Pres-_9-2-22 (1).pdfTelliant-Pres-_9-2-22 (1).pdf
Telliant-Pres-_9-2-22 (1).pdf
 
technical project manager 12 yrs
technical project manager 12 yrstechnical project manager 12 yrs
technical project manager 12 yrs
 
Anne Marie Jata Resume
Anne Marie Jata ResumeAnne Marie Jata Resume
Anne Marie Jata Resume
 
Transforming Financial Services with Event Streaming Data
Transforming Financial Services with Event Streaming DataTransforming Financial Services with Event Streaming Data
Transforming Financial Services with Event Streaming Data
 
Agile Mumbai 2022 - Balvinder Kaur & Sushant Joshi | Real-Time Insights and A...
Agile Mumbai 2022 - Balvinder Kaur & Sushant Joshi | Real-Time Insights and A...Agile Mumbai 2022 - Balvinder Kaur & Sushant Joshi | Real-Time Insights and A...
Agile Mumbai 2022 - Balvinder Kaur & Sushant Joshi | Real-Time Insights and A...
 
Narayanan Doraiswamy Resume
Narayanan Doraiswamy ResumeNarayanan Doraiswamy Resume
Narayanan Doraiswamy Resume
 
YasirNew
YasirNewYasirNew
YasirNew
 

Último

The State of Passkeys with FIDO Alliance.pptx
The State of Passkeys with FIDO Alliance.pptxThe State of Passkeys with FIDO Alliance.pptx
The State of Passkeys with FIDO Alliance.pptxLoriGlavin3
 
The Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptx
The Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptxThe Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptx
The Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptxLoriGlavin3
 
Hyperautomation and AI/ML: A Strategy for Digital Transformation Success.pdf
Hyperautomation and AI/ML: A Strategy for Digital Transformation Success.pdfHyperautomation and AI/ML: A Strategy for Digital Transformation Success.pdf
Hyperautomation and AI/ML: A Strategy for Digital Transformation Success.pdfPrecisely
 
SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024Lorenzo Miniero
 
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptx
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptxMerck Moving Beyond Passwords: FIDO Paris Seminar.pptx
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptxLoriGlavin3
 
What is DBT - The Ultimate Data Build Tool.pdf
What is DBT - The Ultimate Data Build Tool.pdfWhat is DBT - The Ultimate Data Build Tool.pdf
What is DBT - The Ultimate Data Build Tool.pdfMounikaPolabathina
 
Digital Identity is Under Attack: FIDO Paris Seminar.pptx
Digital Identity is Under Attack: FIDO Paris Seminar.pptxDigital Identity is Under Attack: FIDO Paris Seminar.pptx
Digital Identity is Under Attack: FIDO Paris Seminar.pptxLoriGlavin3
 
TrustArc Webinar - How to Build Consumer Trust Through Data Privacy
TrustArc Webinar - How to Build Consumer Trust Through Data PrivacyTrustArc Webinar - How to Build Consumer Trust Through Data Privacy
TrustArc Webinar - How to Build Consumer Trust Through Data PrivacyTrustArc
 
Moving Beyond Passwords: FIDO Paris Seminar.pdf
Moving Beyond Passwords: FIDO Paris Seminar.pdfMoving Beyond Passwords: FIDO Paris Seminar.pdf
Moving Beyond Passwords: FIDO Paris Seminar.pdfLoriGlavin3
 
Advanced Computer Architecture – An Introduction
Advanced Computer Architecture – An IntroductionAdvanced Computer Architecture – An Introduction
Advanced Computer Architecture – An IntroductionDilum Bandara
 
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024BookNet Canada
 
How AI, OpenAI, and ChatGPT impact business and software.
How AI, OpenAI, and ChatGPT impact business and software.How AI, OpenAI, and ChatGPT impact business and software.
How AI, OpenAI, and ChatGPT impact business and software.Curtis Poe
 
How to write a Business Continuity Plan
How to write a Business Continuity PlanHow to write a Business Continuity Plan
How to write a Business Continuity PlanDatabarracks
 
DevoxxFR 2024 Reproducible Builds with Apache Maven
DevoxxFR 2024 Reproducible Builds with Apache MavenDevoxxFR 2024 Reproducible Builds with Apache Maven
DevoxxFR 2024 Reproducible Builds with Apache MavenHervé Boutemy
 
Generative AI for Technical Writer or Information Developers
Generative AI for Technical Writer or Information DevelopersGenerative AI for Technical Writer or Information Developers
Generative AI for Technical Writer or Information DevelopersRaghuram Pandurangan
 
Connect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck PresentationConnect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck PresentationSlibray Presentation
 
"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr Bagan"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr BaganFwdays
 
"Debugging python applications inside k8s environment", Andrii Soldatenko
"Debugging python applications inside k8s environment", Andrii Soldatenko"Debugging python applications inside k8s environment", Andrii Soldatenko
"Debugging python applications inside k8s environment", Andrii SoldatenkoFwdays
 
unit 4 immunoblotting technique complete.pptx
unit 4 immunoblotting technique complete.pptxunit 4 immunoblotting technique complete.pptx
unit 4 immunoblotting technique complete.pptxBkGupta21
 

Último (20)

The State of Passkeys with FIDO Alliance.pptx
The State of Passkeys with FIDO Alliance.pptxThe State of Passkeys with FIDO Alliance.pptx
The State of Passkeys with FIDO Alliance.pptx
 
The Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptx
The Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptxThe Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptx
The Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptx
 
Hyperautomation and AI/ML: A Strategy for Digital Transformation Success.pdf
Hyperautomation and AI/ML: A Strategy for Digital Transformation Success.pdfHyperautomation and AI/ML: A Strategy for Digital Transformation Success.pdf
Hyperautomation and AI/ML: A Strategy for Digital Transformation Success.pdf
 
SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024
 
DMCC Future of Trade Web3 - Special Edition
DMCC Future of Trade Web3 - Special EditionDMCC Future of Trade Web3 - Special Edition
DMCC Future of Trade Web3 - Special Edition
 
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptx
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptxMerck Moving Beyond Passwords: FIDO Paris Seminar.pptx
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptx
 
What is DBT - The Ultimate Data Build Tool.pdf
What is DBT - The Ultimate Data Build Tool.pdfWhat is DBT - The Ultimate Data Build Tool.pdf
What is DBT - The Ultimate Data Build Tool.pdf
 
Digital Identity is Under Attack: FIDO Paris Seminar.pptx
Digital Identity is Under Attack: FIDO Paris Seminar.pptxDigital Identity is Under Attack: FIDO Paris Seminar.pptx
Digital Identity is Under Attack: FIDO Paris Seminar.pptx
 
TrustArc Webinar - How to Build Consumer Trust Through Data Privacy
TrustArc Webinar - How to Build Consumer Trust Through Data PrivacyTrustArc Webinar - How to Build Consumer Trust Through Data Privacy
TrustArc Webinar - How to Build Consumer Trust Through Data Privacy
 
Moving Beyond Passwords: FIDO Paris Seminar.pdf
Moving Beyond Passwords: FIDO Paris Seminar.pdfMoving Beyond Passwords: FIDO Paris Seminar.pdf
Moving Beyond Passwords: FIDO Paris Seminar.pdf
 
Advanced Computer Architecture – An Introduction
Advanced Computer Architecture – An IntroductionAdvanced Computer Architecture – An Introduction
Advanced Computer Architecture – An Introduction
 
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
 
How AI, OpenAI, and ChatGPT impact business and software.
How AI, OpenAI, and ChatGPT impact business and software.How AI, OpenAI, and ChatGPT impact business and software.
How AI, OpenAI, and ChatGPT impact business and software.
 
How to write a Business Continuity Plan
How to write a Business Continuity PlanHow to write a Business Continuity Plan
How to write a Business Continuity Plan
 
DevoxxFR 2024 Reproducible Builds with Apache Maven
DevoxxFR 2024 Reproducible Builds with Apache MavenDevoxxFR 2024 Reproducible Builds with Apache Maven
DevoxxFR 2024 Reproducible Builds with Apache Maven
 
Generative AI for Technical Writer or Information Developers
Generative AI for Technical Writer or Information DevelopersGenerative AI for Technical Writer or Information Developers
Generative AI for Technical Writer or Information Developers
 
Connect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck PresentationConnect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck Presentation
 
"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr Bagan"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr Bagan
 
"Debugging python applications inside k8s environment", Andrii Soldatenko
"Debugging python applications inside k8s environment", Andrii Soldatenko"Debugging python applications inside k8s environment", Andrii Soldatenko
"Debugging python applications inside k8s environment", Andrii Soldatenko
 
unit 4 immunoblotting technique complete.pptx
unit 4 immunoblotting technique complete.pptxunit 4 immunoblotting technique complete.pptx
unit 4 immunoblotting technique complete.pptx
 

Intuit Financial Data Platform Microservices Journey

  • 1. Madhu Chetuparambil & Snezana Sahter San Jose, CA - October 11, 2019 API World Monolith to Microservices
  • 3. 3 Snezana Sahter is a distinguished architect in Intuit focusing on the Financial Data Platform and Identity. She has been with Intuit since 2017, expanding her e-commerce and marketplace domain knowledge into FinTech. Domain driven design and modeling APIs while dealing with legacy has been her area of interest for the past several years, including 10+ years working at eBay as a principal architect in Identity and Risk Management. Originally from Serbia, she lives and works in San Francisco Bay Area. Madhu Chetuparambil is the chief architect for the Intuit Financial Data Platform, responsible for acquiring and managing consumer’s financial data from over 30,000 FI across a variety of channels and authorization schemes. In this role, he leads the technology, strategy and architectural decisions for the services and tools on this platform. Madhu has worked as a technologist since 1996 in a number of companies including Intuit, eBay Inc, IBM and Transarc Corporation. He received his Master's in Computer Science from Clemson University in 1996 and has a Bachelor of Engineering, Comp Sc from the University of Mysore (1989 - 1993) … or more formally
  • 4. Context: Case for Change Target State Benefits and Challenges Journey Line Next Steps Takeaway Agenda
  • 5. 5 Sales Accounting Billing & Commerce Payments Payroll Experience Data Aggregation Connectivity & Data Transformation Enrichment & Categorization Support Tools Personal Finance Mgmt Money Movement Ecosystem Capabilities Depends on FDP FDP Time Tracking Capital Foundational Capabilities ... ... ... Financial Data Platform Identity Customer Success Financial Data Platform in Intuit
  • 6. 6 Runtime ● Runs in one runtime ● Limits: scalability, performance, availability, resiliency Team Productivity ● Longer release cycle (build, test, etc) ● Organizational scale Security ● Outdated security models / standards From “Application” to “Platform” Signs of Monolith: Prior Application Codebase Health ● Huge codebase / big ball of mud / too many different features / all-in-one ● Thousands of unit tests (still test escape) ● High complexity Integration ● No consistent APIs ● Tight coupling on modules, datastore Quality ● Lot of functional tests (still gap in coverage) ● Band-aid solutions / workaround
  • 7. 7 Credential Set Account Provider Transaction Profile (User/ Business) Credential 0..n 0..n 0..n 1 1 1 1 0..n 1 1..n Document (Tax, Statement, etc)0..n Bill 0..n 1..n Connectivity Enablers Financial Data Opportunities & Considerations • Taking another look across the stack: data, application, contracts • Starting with the model to enable flexibility • Managing data quality and variability across 30k providers • Enhancing end2end security • Isolating the 3rd party dependencies to increase availability • Compliance is still a must The Approach to Breaking the Monolith
  • 8. 8 Financial Data Platform PCI Zone PCI Zone MessagingBus Providers (Financial Institutions) DOCUMENTACCOUNTCREDENTIAL SET PROFILE BULK IMPORT/ FEEDS API (DIRECT) CONNECTIVITY WEB INTEGRATIONRATE LIMIT CREDENTIALTRANSACTIONPROVIDER CATEGORIZATIONONBOARDING APP SERVICE ACQUISITION RESOLUTION & RECONCILIATION CHANNEL MIGRATION DATA ACCESS Logging Configuration Business Process Service Entity Service Connectivity Agent Service The Target State
  • 9. 9 Having data in services bounded context enabled horizontal scale Connectivity layer enabled growing number of supported providers and introducing new channels Connectivity layer improved availability and scalability because the 3rd party impact for insulated from the rest of the platform Asynchronous processing enabled in the “green” layer improved the performance and resiliency Clear ownership enabled the organization to scale from 2 to 10 scrum teams The products have more integration options with or without the experience Team choice: technology and protocol that is the best suited for the task Financial Data Platform PCI Zone PCI Zone DOCUMENTACCOUNTCREDENTIAL SET PROFILE BULK IMPORTAPI (DIRECT) CONNECTIVITY WEB INTEGRATIONRATE LIMIT CREDENTIALTRANSACTIONPROVIDER CATEGORIZATIONONBOARDING APP SERVICE ACQUISITION RESOLUTION & RECONCILIATION CHANNEL MIGRATION DATA ACCESS The New Platform Benefits ...
  • 12. 12 Execution: Journey Line Acknowledg e Monolith Case for Change with 3 year Target Leaders and Stakeholders Commitment Define Microservices Phases / Sequence Milestone 1..N (Dev, Test, Deploy) Milestone 1..N (Enablement, Products) Address TechDebt / Optimization Planning Execution Improve
  • 13. 13 Execution: Journey Line Acknowledg e Monolith Case for Change with 3 year Target Leaders and Stakeholders Commitment Define Microservices Phases / Sequence Milestone 1..N (Dev, Test, Deploy) Milestone 1..N (Enablement, Products) Address TechDebt / Optimization Planning Execution Improve 1. Clearly articulate how this technology shift will help the business 2. Agree on a rough timeline 3. Get buy-in from senior management for the long haul
  • 14. 14 Execution: Journey Line Acknowledg e Monolith Case for Change with 3 year Target Leaders and Stakeholders Commitment Define Microservices Phases / Sequence Milestone 1..N (Dev, Test, Deploy) Milestone 1..N (Enablement, Products) Address TechDebt / Optimization Planning Execution Improve ● Reuse/Rewrite ● Contract definitions ● Granularity of services ● Where do you start breaking the monolith ? ● What about new features ? ● How do you sequence this ?
  • 15. 15 Execution: Journey Line Acknowledg e Monolith Case for Change with 3 year Target Leaders and Stakeholders Commitment Define Microservices Phases / Sequence Milestone 1..N (Dev, Test, Deploy) Milestone 1..N (Enablement, Products) Address TechDebt / Optimization Planning Execution Improve ● Be clear about what success is and how you are measuring it
  • 16. 16 Execution: Journey Line Acknowledg e Monolith Case for Change with 3 year Target Leaders and Stakeholders Commitment Define Microservices Phases / Sequence Milestone 1..N (Dev, Test, Deploy) Milestone 1..N (Enablement, Products) Address TechDebt / Optimization Planning Execution Improve Learnings: ● Have quarterly delivery milestones vs big bang approach (doomed to fail) ● Plan vs. Reality: bumpy ride ● Contain Scope: tech debt - speed vs target ● Change is inevitable: Industry trends (AWS, CI/CD, Security standard); New features (bank statement, additional tax forms) ● Avoid too many changes at the same time ● Stay on course beyond distractions ○ Perseverance: critical mass and beyond ● Controlled slow live transition / traffic routing ○ A/B testing, parity, performance, data, etc ● Microservice strategy: strangler pattern vs. rewrite vs. reuse ○ One-size fits none ○ Ex: dedupe library vs credential service
  • 17. 17 ● Improve Operational Overhead / NoOps ○ Better CI/CD Pipeline ○ Containerization ○ Container Orchestrator ● Move intermediate solution to Target ○ tight coupling still exists between higher layers ● Streaming Architecture ○ Avoid point to point service interaction ● Service Mesh ○ Decentralize API Routing and AuthN/Z ● Service consolidation / Reduce Hops ○ Regroup: Nano-service to appropriate Microservice ○ Runtime consolidation (sidecar deployment) ● Improve intelligence ○ High quality data ○ AI/ML ● Standardize Negative (Error) scenarios Next Steps
  • 18. 18 ● In SOA / Platform, NFRs are more important than delivery speed but contain the scope ○ Scalability, Availability, Performance, Supportability, etc ● Execution challenge ○ Manage dependencies, scope and stakeholders ○ One-size fits none ● Success Metrics ○ More independent releases on each services ○ Organizational Scale: More scrum teams with clear ownership ○ Able to handle product volume (like TurboTax, etc) with scale, performance and availability expectations ● External References: ○ https://martinfowler.com/articles/break-monolith-into-microservices.html ○ https://thenewstack.io/from-monolith-to-microservices/ ○ https://www.infoq.com/presentations/monolith-microservices-refactoring-analysis-tools ● Blog with the same topic: https://medium.com/@snezana_sahter/from-monolith-to- microservices-cec202a3699 Takeaway
  • 19. Q&A