SlideShare ist ein Scribd-Unternehmen logo
1 von 42
Downloaden Sie, um offline zu lesen
1
© 2021  InfluxData Inc. All Rights Reserved.
DevOps Based Progressive Delivery
Telehealth Platform
Bhagvan Kommadi
Director of Product Engineering,
ValueMomentum
2
© 2021  InfluxData Inc. All Rights Reserved.
Mind Map - DevOps
Telehealth Solution
Architectural Components
Deep Learning Solution
Implementation
What’s Next ?
Sneak Preview of Upcoming Features
Agenda
DevOps
Agility
Flexibility
Quality
3
© 2021  InfluxData Inc. All Rights Reserved. 3
Mind map
No Code
Platforms
Low Code
Platforms
Market Requirements
Health Insurance
Payment Processing
AI
Digital health
Data Sources
Knowledg
e
Resources
Legacy Systems & Migration
Budget
In House Applications
Health Care
Application Upgrades & Update
Training
Metadata
Customizations
Licensing & Subscription
Life insurance
Tech Stack
Wellness Apps
Hospital
Management
Application Scope
Neural
Sketch
Learning
AI/ML
Devops
Containers
Cloud
CI/CD
Version
Control
Testing
GIT
IDE
Automation
Virtualization
Network
Monitoring
System Admin
4
© 2021  InfluxData Inc. All Rights Reserved.
4
© 2021  InfluxData Inc. All Rights Reserved.
Telehealth Solution
5
© 2021  InfluxData Inc. All Rights Reserved.
© 2021  InfluxData Inc. All Rights Reserved.
Patient Journey
Book an
Appointment
Appointment
Reminder
Schedule
Tracking
Intimate Delays
Manage
Appointments
Post
Appointment
Engagement
6
© 2021  InfluxData Inc. All Rights Reserved.
© 2021  InfluxData Inc. All Rights Reserved.
What Patients Want & Doctor’s View
7
© 2021  InfluxData Inc. All Rights Reserved.
© 2021  InfluxData Inc. All Rights Reserved.
Voice Assistants
8
© 2021  InfluxData Inc. All Rights Reserved.
© 2021  InfluxData Inc. All Rights Reserved.
Process Flow
Filters
NLP API
Web
Mobile
Desktop
Queries
Registry
Data
Sources
Links
Knowledge
Base
Updates
1) Diseases
2) Data
Sources
3) Artifacts
Top Down
As Knowledge
Domain Expert
Bottom Up
Registry & knowledge
updates
• Orphanet
• Johns Hopkins
• WHO
• NORD
9
© 2021  InfluxData Inc. All Rights Reserved.
© 2021  InfluxData Inc. All Rights Reserved.
Knowledgebase Architecture
Service Layer
Visualization Layer
Data Access Layer
Knowledge
Updates
Internet
Data Sources
Search
Manager
Knowledge
Base Manager
axios
cheerios
node
Disease
Registry
Disease
Knowledge
10
© 2021  InfluxData Inc. All Rights Reserved.
© 2021  InfluxData Inc. All Rights Reserved.
Digital Assistants & Video Bots
Taking clinical
notes
Retrieving
cases
Updating
Prescriptions
Creating
consultation
appointments
11
© 2021  InfluxData Inc. All Rights Reserved.
11
© 2021  InfluxData Inc. All Rights Reserved.
Architectural
Components
12
© 2021  InfluxData Inc. All Rights Reserved.
© 2021  InfluxData Inc. All Rights Reserved.
Bug Tracking
Systems
Monitoring
Systems
Configuration
Management
OS Patching
CI/CD
Pipelines
Containers
Source Code
Control
Systems
Collaboration
Infrastructure
Foundational Tools & Infrastructure
13
© 2021  InfluxData Inc. All Rights Reserved.
© 2021  InfluxData Inc. All Rights Reserved.
DevOps Evolution - Metrics
Metric Value
Deployment
Frequency
Monthly
Lead Time Between
a week
and
6months
MTTR Less than
a week
Change
Failure Rate
Less than
15%
Low
Mid High
Metric Value
Deployment
Frequency
Between Daily
and Weekly
Lead Time Less than a
week
MTTR Less than a day
Change Failure
Rate
Less than 15%
Metric Value
Deployment
Frequency
On Demand
Lead Time Less than an
hour
MTTR Less than an
hour
Change Failure
Rate
Less than 5%
14
© 2021  InfluxData Inc. All Rights Reserved.
© 2021  InfluxData Inc. All Rights Reserved.
DevOps Evolution - Challenges
• Resistance to Change
• Legacy Architecture
• Shortage of Skills
• Lack of Automation
• Unclear Objectives
Low
• Resistance to Change
• Legacy Architecture
• Shortage of Skills
• Lack of Automation
Mid • Legacy Architecture
• Shortage of Skills
High
15
© 2021  InfluxData Inc. All Rights Reserved.
© 2021  InfluxData Inc. All Rights Reserved.
Flow of Change
Business
Domain
Business
Domain
Stream Aligned Team
Stream Aligned Team
Enabling
Team
Platform Team
Complex Subsystem
Team
Flow of Change
Collaboration
X as a Service
Facilitating
16
© 2021  InfluxData Inc. All Rights Reserved.
Jenkins Devops - Features
Authorization
Administration
Analytics
Scalability
Availability
Distributed Teams
Container Support
Quality
Cost
Product
Time
17
© 2021  InfluxData Inc. All Rights Reserved.
Jenkins Pipeline – Devops Workflow
Code
Checkout
Build the
code
Test the
code
Stage the
build
Release
the build
Deploy the
build
Version
Control
Continuous
Integration
Continuous
Delivery
Continuous
Deployment
18
© 2021  InfluxData Inc. All Rights Reserved.
Progressive Delivery of Web Apps
Automating the Delivery of Web Apps
Jenkins
Server
GitRepo
Update
Jenkins
Trigger
Jenkins Build
Process
AWS
Deployment
Live Web
App
19
© 2021  InfluxData Inc. All Rights Reserved.
Progressive Delivery of Mobile Apps
Automating the Delivery of Mobile and Web Apps
Jenkins
Server
GitRepo
Update
Jenkins
Trigger
Jenkins Build
Process
Google
Play Store
Apple
App Store
20
© 2021  InfluxData Inc. All Rights Reserved.
Jenkins Devops : Benefits
Autonomous
Teams
Simple setup
Delivers
Release in
Time
Faster Delivery
Higher
Productivity
Software
Predictivity
Business
Sustainability
Autonomous
Teams
Audit Trails
End
to
End
Integration
Tests
Functional
Tests
Unit Tests
21
© 2021  InfluxData Inc. All Rights Reserved.
Jenkins – Agent based Architecture
Jenkins
Server
Git Lab
Jenkins Agent
Jenkins Agent
Jenkins Agent
22
© 2021  InfluxData Inc. All Rights Reserved.
Dev Ops Best Practices
22
Automating Software Delivery
Treating Release Orchestration as a Business Imperative
Adopting Best-of-Breed Solutions but Doing so Judiciously
Practicing Value Stream Thinking
Using Feature Flags for Safer, Faster Software Delivery
23
© 2021  InfluxData Inc. All Rights Reserved.
23
© 2021  InfluxData Inc. All Rights Reserved.
Demo
24
© 2021  InfluxData Inc. All Rights Reserved.
24
© 2021  InfluxData Inc. All Rights Reserved.
Deep Learning
Solution
HealthCare Data Analysis
25
© 2021  InfluxData Inc. All Rights Reserved.
© 2021  InfluxData Inc. All Rights Reserved.
Input Layer
Hidden
Layer
Hidden
Layer
Output
Layer
Hidden
Layer
Hidden
Layer
Convolutional Neural Network
26
© 2021  InfluxData Inc. All Rights Reserved.
© 2021  InfluxData Inc. All Rights Reserved.
Image Pixels
Pixel Value
Color
Depth
Grey Scale
Intensity
CNN
Layers
Convolution
Rectified
linear unit
(ReLu)
Pooling
Fully
Connected
Features
Extraction
Image Recognition
27
© 2021  InfluxData Inc. All Rights Reserved.
© 2021  InfluxData Inc. All Rights Reserved.
CNN Models
Keras
pre-trained
CNNs
Xception
VGG16
VGG19
ResNet5
0
Inception V3
Inception
ResNetV2
Mobile
Net
Dense
Net
NASNet
MobileNet
V2
28
© 2021  InfluxData Inc. All Rights Reserved.
© 2021  InfluxData Inc. All Rights Reserved.
Atelectasis 192
Cardiomegaly 50
Consolidation 72
Edema 41
Effusion 203
Emphysema42
Fibrosis 38
Hernia 5
Infiltration 503
Mass 99
No Finding 3044
Nodule 144
Pleural_Thickening 65
Pneumonia 14
Pneumothorax 114
Total Result 5606
Atelectasis
Pneumothorax
Gender : Male, Female
Xray Position: Frontal , Back, Side
Lung Disease Analysis
29
© 2021  InfluxData Inc. All Rights Reserved.
© 2021  InfluxData Inc. All Rights Reserved.
Training
Testing
Validation
Normal
Infection
by Virus
Infection
by Bacteria
True
Positive
False
Positive
False
Negative
False
Positive
Actual
P
r
e
d
i
c
t
e
d
Precision = True Positive/Actual Results
Recall = True Positive/Predicted Results
Accuracy = (True Positive + True Negative)/Total
Actual Results = True Positive + False Positive
Predicted Results = True Positive + False Negative
CNN
Scale
Shift
Rotate
Salt and
Pepper noise
Flip
Lung Disease – Deep Learning
30
© 2021  InfluxData Inc. All Rights Reserved.
© 2021  InfluxData Inc. All Rights Reserved.
Total params: 12,167,424
Trainable params: 12,167,424
Non-trainable params: 0
Precision: 0.734694 %
Recall: 0.073022 %
Fscore: 0.261248 %
Training Data Bias = Average Predicted Value - Average Actual Value
Convolutional Neural Network Results
31
© 2021  InfluxData Inc. All Rights Reserved.
© 2021  InfluxData Inc. All Rights Reserved.
Convolutional Neural Network - Basic
32
© 2021  InfluxData Inc. All Rights Reserved.
© 2021  InfluxData Inc. All Rights Reserved.
Convolutional Neural Network – Complete Dataset
33
© 2021  InfluxData Inc. All Rights Reserved.
33
© 2021  InfluxData Inc. All Rights Reserved.
Implementatio
n
34
© 2021  InfluxData Inc. All Rights Reserved.
© 2021  InfluxData Inc. All Rights Reserved.
White Coats Platform
Network
App
Practice Plus
Clinic Plus StaffPlus Patient Plus
Registered
Doctors*
3,00,000
+
Locations
3,000
+
Onboarded
Doctors (App)
50,000
+
Doctors from
Metro/Tier 1 & 2
~68
%
Doctors from Tier
3 & 4
~32
%
# of Specialties
125+
General
Practitioners
~35
%
% of Drs :
Specialists
~65
%
• App & Web Views
Q1- 2.05L ; Q2- 2.8L (Growth 36%)
• Social Interactions (APP)
Q1- 1.27L ; Q2- 1.58L (Growth 25%)
• Network Cases
Q1- 800 ; Q2- 1000 (Growth 25%)
White Coats Platform
35
© 2021  InfluxData Inc. All Rights Reserved.
What’s Next ?
Relation of programming paradigms to CD and deployment experience
Differences between prevalence and effects of intentional vs. unintentional violations of
SOLID OO design principles
Count of manual interventions required to go from dev to production and relation to
software architecture and testing strategy
Relation of database normalization to deployment and incident/rollback frequency
Complexity of DevOps pipeline in terms of tool count
Overall effect of CD on application quality and security
Prevalence of version control for various definable (source, build scripts, infrastructure
configuration, etc.)
SRE
36
© 2021  InfluxData Inc. All Rights Reserved.
Moving From DevOps to ->
DevOps
Data
Ops
Dev
SecOps
AI Ops
MLOps
Development
Operatio
ns
Security
Data
DevOps
DevSecOps
DataOps
37
© 2021  InfluxData Inc. All Rights Reserved.
© 2021  InfluxData Inc. All Rights Reserved.
DevOps - Tools
Plan
• Clickup
• JIRA
Code
• JIRA
• Clickup
• GitLab
• Confluenc
e
Build
• Maven
• Gradle
• Sbt
• Ant
Test
• Selenium
• Junit
• Watir
Release
• Jenkins
• CodeShip
Deploy
• Docker
• Clouds
Monitor
• Nagios
• DataDog
• Splunk
38
© 2021  InfluxData Inc. All Rights Reserved.
© 2021  InfluxData Inc. All Rights Reserved.
Ops Roles - Future
Vendor Engg Product Engg
SocioTechnical
Systems Engg
Portfolio
Management
39
© 2021  InfluxData Inc. All Rights Reserved.
© 2021  InfluxData Inc. All Rights Reserved.
SAFE - CALMR
Culture, Automation, Lean flow, Measurement, and Sharing
Increased frequency, quality, and
security of product innovation
Decreased deployment risk with
accelerated learning cycles
Accelerated solution
time-to-market
Improved solution quality and
shortened lead time for fixes
Reduced severity and frequency
of failures and defects
Improved Mean Time to Recover
(MTTR) from production incidents
40
© 2021  InfluxData Inc. All Rights Reserved.
© 2021  InfluxData Inc. All Rights Reserved.
Site Reliability Engineering
DevOps SRE
Waste
Reduction
Automation
Scale
Systematic
Perspective
Delivery
Release
Automation
Infrastructure
as Code
Config
Management
Reliability
Performance
Monitoring
Efficiency
Improvement
41
© 2021  InfluxData Inc. All Rights Reserved.
© 2021  InfluxData Inc. All Rights Reserved.
Clinical Knowledge - EBM
41
• Guidelines
• Decisions
• Study
Results
• Observations
Data Evidence
Guidance
Action
Omni Channel Telehealth
Platform
Genomic Applications
Personalized Medicine
Evidence Based Medicine
Predictive Toxicology
QSAR
Chemo-Informatics
42
© 2021  InfluxData Inc. All Rights Reserved.
Questions?

Weitere ähnliche Inhalte

Was ist angesagt?

Building an IoT Monitoring App with InfluxDB and LoRa
Building an IoT Monitoring App with InfluxDB and LoRaBuilding an IoT Monitoring App with InfluxDB and LoRa
Building an IoT Monitoring App with InfluxDB and LoRaInfluxData
 
Virtual training intro to InfluxDB - June 2021
Virtual training  intro to InfluxDB  - June 2021Virtual training  intro to InfluxDB  - June 2021
Virtual training intro to InfluxDB - June 2021InfluxData
 
Alex Nauda [Nobl9] | How Not to Build an SLO Platform | InfluxDays NA 2021
Alex Nauda [Nobl9] | How Not to Build an SLO Platform | InfluxDays NA 2021Alex Nauda [Nobl9] | How Not to Build an SLO Platform | InfluxDays NA 2021
Alex Nauda [Nobl9] | How Not to Build an SLO Platform | InfluxDays NA 2021InfluxData
 
Pivotal Digital Transformation Forum: Journey to Become a Data-Driven Enterprise
Pivotal Digital Transformation Forum: Journey to Become a Data-Driven EnterprisePivotal Digital Transformation Forum: Journey to Become a Data-Driven Enterprise
Pivotal Digital Transformation Forum: Journey to Become a Data-Driven EnterpriseVMware Tanzu
 
Ayush Tiwari [PTC] | Unlock IoT Value with PTC’s ThingWorx Platform & InfluxD...
Ayush Tiwari [PTC] | Unlock IoT Value with PTC’s ThingWorx Platform & InfluxD...Ayush Tiwari [PTC] | Unlock IoT Value with PTC’s ThingWorx Platform & InfluxD...
Ayush Tiwari [PTC] | Unlock IoT Value with PTC’s ThingWorx Platform & InfluxD...InfluxData
 
Webinar Registration Getting Started with Building Your First IoT App
Webinar Registration Getting Started with Building Your First IoT AppWebinar Registration Getting Started with Building Your First IoT App
Webinar Registration Getting Started with Building Your First IoT AppInfluxData
 
InfluxDB + Kepware: Start Monitoring Industrial Data Quickly
InfluxDB + Kepware: Start Monitoring Industrial Data QuicklyInfluxDB + Kepware: Start Monitoring Industrial Data Quickly
InfluxDB + Kepware: Start Monitoring Industrial Data QuicklyInfluxData
 
How Crosser Built a Modern Industrial Data Historian with InfluxDB and Grafana
How Crosser Built a Modern Industrial Data Historian with InfluxDB and GrafanaHow Crosser Built a Modern Industrial Data Historian with InfluxDB and Grafana
How Crosser Built a Modern Industrial Data Historian with InfluxDB and GrafanaInfluxData
 
Red Hat Summit 2020 - Ask the experts: Hybrid multicloud pitfalls
Red Hat Summit 2020 -  Ask the experts: Hybrid multicloud pitfallsRed Hat Summit 2020 -  Ask the experts: Hybrid multicloud pitfalls
Red Hat Summit 2020 - Ask the experts: Hybrid multicloud pitfallsEric D. Schabell
 
Getting Started: Intro to Telegraf - July 2021
Getting Started: Intro to Telegraf - July 2021Getting Started: Intro to Telegraf - July 2021
Getting Started: Intro to Telegraf - July 2021InfluxData
 
High performance data center computing using manageable distributed computing
High performance data center computing using manageable distributed computingHigh performance data center computing using manageable distributed computing
High performance data center computing using manageable distributed computingJuniper Networks
 
What's Next for Microsoft's BizTalk Server
What's Next for Microsoft's BizTalk ServerWhat's Next for Microsoft's BizTalk Server
What's Next for Microsoft's BizTalk ServerCodit
 
CPaaS.io - FIWARE-based Toolbox
CPaaS.io - FIWARE-based ToolboxCPaaS.io - FIWARE-based Toolbox
CPaaS.io - FIWARE-based ToolboxStephan Haller
 
2015 cloud trend and cloud DR
2015 cloud trend and cloud DR2015 cloud trend and cloud DR
2015 cloud trend and cloud DRbizmerce
 
Ondat komodor webinar
Ondat komodor webinarOndat komodor webinar
Ondat komodor webinarKomodor
 
Cloud native
Cloud nativeCloud native
Cloud nativeKen Owens
 
Crap. Your Big Data Kitchen Is Broken.
Crap. Your Big Data Kitchen Is Broken.Crap. Your Big Data Kitchen Is Broken.
Crap. Your Big Data Kitchen Is Broken.Altoros
 
Software Defined Networking - Next-Gen Enterprise Networks
Software Defined Networking - Next-Gen Enterprise NetworksSoftware Defined Networking - Next-Gen Enterprise Networks
Software Defined Networking - Next-Gen Enterprise NetworksOpen Networking Summits
 
stackconf 2021 | Reference Architecture for a Cloud Native Digital Enterprise
stackconf 2021 | Reference Architecture for a Cloud Native Digital Enterprisestackconf 2021 | Reference Architecture for a Cloud Native Digital Enterprise
stackconf 2021 | Reference Architecture for a Cloud Native Digital EnterpriseNETWAYS
 
apidays LIVE Paris - Sopra Steria: path to the industrialization of sustaina...
 apidays LIVE Paris - Sopra Steria: path to the industrialization of sustaina... apidays LIVE Paris - Sopra Steria: path to the industrialization of sustaina...
apidays LIVE Paris - Sopra Steria: path to the industrialization of sustaina...apidays
 

Was ist angesagt? (20)

Building an IoT Monitoring App with InfluxDB and LoRa
Building an IoT Monitoring App with InfluxDB and LoRaBuilding an IoT Monitoring App with InfluxDB and LoRa
Building an IoT Monitoring App with InfluxDB and LoRa
 
Virtual training intro to InfluxDB - June 2021
Virtual training  intro to InfluxDB  - June 2021Virtual training  intro to InfluxDB  - June 2021
Virtual training intro to InfluxDB - June 2021
 
Alex Nauda [Nobl9] | How Not to Build an SLO Platform | InfluxDays NA 2021
Alex Nauda [Nobl9] | How Not to Build an SLO Platform | InfluxDays NA 2021Alex Nauda [Nobl9] | How Not to Build an SLO Platform | InfluxDays NA 2021
Alex Nauda [Nobl9] | How Not to Build an SLO Platform | InfluxDays NA 2021
 
Pivotal Digital Transformation Forum: Journey to Become a Data-Driven Enterprise
Pivotal Digital Transformation Forum: Journey to Become a Data-Driven EnterprisePivotal Digital Transformation Forum: Journey to Become a Data-Driven Enterprise
Pivotal Digital Transformation Forum: Journey to Become a Data-Driven Enterprise
 
Ayush Tiwari [PTC] | Unlock IoT Value with PTC’s ThingWorx Platform & InfluxD...
Ayush Tiwari [PTC] | Unlock IoT Value with PTC’s ThingWorx Platform & InfluxD...Ayush Tiwari [PTC] | Unlock IoT Value with PTC’s ThingWorx Platform & InfluxD...
Ayush Tiwari [PTC] | Unlock IoT Value with PTC’s ThingWorx Platform & InfluxD...
 
Webinar Registration Getting Started with Building Your First IoT App
Webinar Registration Getting Started with Building Your First IoT AppWebinar Registration Getting Started with Building Your First IoT App
Webinar Registration Getting Started with Building Your First IoT App
 
InfluxDB + Kepware: Start Monitoring Industrial Data Quickly
InfluxDB + Kepware: Start Monitoring Industrial Data QuicklyInfluxDB + Kepware: Start Monitoring Industrial Data Quickly
InfluxDB + Kepware: Start Monitoring Industrial Data Quickly
 
How Crosser Built a Modern Industrial Data Historian with InfluxDB and Grafana
How Crosser Built a Modern Industrial Data Historian with InfluxDB and GrafanaHow Crosser Built a Modern Industrial Data Historian with InfluxDB and Grafana
How Crosser Built a Modern Industrial Data Historian with InfluxDB and Grafana
 
Red Hat Summit 2020 - Ask the experts: Hybrid multicloud pitfalls
Red Hat Summit 2020 -  Ask the experts: Hybrid multicloud pitfallsRed Hat Summit 2020 -  Ask the experts: Hybrid multicloud pitfalls
Red Hat Summit 2020 - Ask the experts: Hybrid multicloud pitfalls
 
Getting Started: Intro to Telegraf - July 2021
Getting Started: Intro to Telegraf - July 2021Getting Started: Intro to Telegraf - July 2021
Getting Started: Intro to Telegraf - July 2021
 
High performance data center computing using manageable distributed computing
High performance data center computing using manageable distributed computingHigh performance data center computing using manageable distributed computing
High performance data center computing using manageable distributed computing
 
What's Next for Microsoft's BizTalk Server
What's Next for Microsoft's BizTalk ServerWhat's Next for Microsoft's BizTalk Server
What's Next for Microsoft's BizTalk Server
 
CPaaS.io - FIWARE-based Toolbox
CPaaS.io - FIWARE-based ToolboxCPaaS.io - FIWARE-based Toolbox
CPaaS.io - FIWARE-based Toolbox
 
2015 cloud trend and cloud DR
2015 cloud trend and cloud DR2015 cloud trend and cloud DR
2015 cloud trend and cloud DR
 
Ondat komodor webinar
Ondat komodor webinarOndat komodor webinar
Ondat komodor webinar
 
Cloud native
Cloud nativeCloud native
Cloud native
 
Crap. Your Big Data Kitchen Is Broken.
Crap. Your Big Data Kitchen Is Broken.Crap. Your Big Data Kitchen Is Broken.
Crap. Your Big Data Kitchen Is Broken.
 
Software Defined Networking - Next-Gen Enterprise Networks
Software Defined Networking - Next-Gen Enterprise NetworksSoftware Defined Networking - Next-Gen Enterprise Networks
Software Defined Networking - Next-Gen Enterprise Networks
 
stackconf 2021 | Reference Architecture for a Cloud Native Digital Enterprise
stackconf 2021 | Reference Architecture for a Cloud Native Digital Enterprisestackconf 2021 | Reference Architecture for a Cloud Native Digital Enterprise
stackconf 2021 | Reference Architecture for a Cloud Native Digital Enterprise
 
apidays LIVE Paris - Sopra Steria: path to the industrialization of sustaina...
 apidays LIVE Paris - Sopra Steria: path to the industrialization of sustaina... apidays LIVE Paris - Sopra Steria: path to the industrialization of sustaina...
apidays LIVE Paris - Sopra Steria: path to the industrialization of sustaina...
 

Ähnlich wie Bhagvan Kommadi [Value Momentum] | TeleHealth Platform: DevOps-Based Progressive Delivery | InfluxDays NA 2021

Devops based progressive delivery finalized
Devops based progressive delivery finalizedDevops based progressive delivery finalized
Devops based progressive delivery finalizedBhagvanK1
 
Assure Patient and Clinician Digital Experiences with ThousandEyes for Health...
Assure Patient and Clinician Digital Experiences with ThousandEyes for Health...Assure Patient and Clinician Digital Experiences with ThousandEyes for Health...
Assure Patient and Clinician Digital Experiences with ThousandEyes for Health...ThousandEyes
 
Troubleshooting Webex and Microsoft Teams with ThousandEyes
Troubleshooting Webex and Microsoft Teams with ThousandEyesTroubleshooting Webex and Microsoft Teams with ThousandEyes
Troubleshooting Webex and Microsoft Teams with ThousandEyesThousandEyes
 
Optimizing Security Velocity in Your DevSecOps Pipeline at Scale
Optimizing Security Velocity in Your DevSecOps Pipeline at ScaleOptimizing Security Velocity in Your DevSecOps Pipeline at Scale
Optimizing Security Velocity in Your DevSecOps Pipeline at ScaleDenim Group
 
apidays LIVE Paris 2021 - EDI & API on One Integration Platform by Mir Mustha...
apidays LIVE Paris 2021 - EDI & API on One Integration Platform by Mir Mustha...apidays LIVE Paris 2021 - EDI & API on One Integration Platform by Mir Mustha...
apidays LIVE Paris 2021 - EDI & API on One Integration Platform by Mir Mustha...apidays
 
Microservices and the Modern IT Stack: Trends of Tomorrow - AppSphere16
Microservices and the Modern IT Stack: Trends of Tomorrow - AppSphere16Microservices and the Modern IT Stack: Trends of Tomorrow - AppSphere16
Microservices and the Modern IT Stack: Trends of Tomorrow - AppSphere16AppDynamics
 
Getting Started with ThousandEyes Proof of Concepts
Getting Started with ThousandEyes Proof of ConceptsGetting Started with ThousandEyes Proof of Concepts
Getting Started with ThousandEyes Proof of ConceptsThousandEyes
 
Infrastructure as Code in Large Scale Organizations
Infrastructure as Code in Large Scale OrganizationsInfrastructure as Code in Large Scale Organizations
Infrastructure as Code in Large Scale OrganizationsXebiaLabs
 
Accelerate Healthcare Technology Modernization with Containerization and DevOps
Accelerate Healthcare Technology Modernization with Containerization and DevOpsAccelerate Healthcare Technology Modernization with Containerization and DevOps
Accelerate Healthcare Technology Modernization with Containerization and DevOpsCitiusTech
 
Cruatech Services Intro
Cruatech Services IntroCruatech Services Intro
Cruatech Services IntroCruatech
 
Getting Demo & POV Ready
Getting Demo & POV ReadyGetting Demo & POV Ready
Getting Demo & POV ReadyThousandEyes
 
End to-End Monitoring for ITSM and DevOps
End to-End Monitoring for ITSM and DevOpsEnd to-End Monitoring for ITSM and DevOps
End to-End Monitoring for ITSM and DevOpseG Innovations
 
stackconf 2021 | Data Driven Security
stackconf 2021 | Data Driven Securitystackconf 2021 | Data Driven Security
stackconf 2021 | Data Driven SecurityNETWAYS
 
roomos_webinar_280923_v2.pptx
roomos_webinar_280923_v2.pptxroomos_webinar_280923_v2.pptx
roomos_webinar_280923_v2.pptxThousandEyes
 
Slides: Accelerate and Assure the Adoption of Cloud Data Platforms Using Inte...
Slides: Accelerate and Assure the Adoption of Cloud Data Platforms Using Inte...Slides: Accelerate and Assure the Adoption of Cloud Data Platforms Using Inte...
Slides: Accelerate and Assure the Adoption of Cloud Data Platforms Using Inte...DATAVERSITY
 
How to Integrate Your Tech Stack for Seamless and Practical Application
How to Integrate Your Tech Stack for Seamless and Practical ApplicationHow to Integrate Your Tech Stack for Seamless and Practical Application
How to Integrate Your Tech Stack for Seamless and Practical ApplicationAggregage
 
Modernizing Traditional Applications
Modernizing Traditional ApplicationsModernizing Traditional Applications
Modernizing Traditional ApplicationsDocker, Inc.
 
Optimizing and Troubleshooting Digital Experience for a Hybrid Workforce
Optimizing and Troubleshooting Digital Experience for a Hybrid WorkforceOptimizing and Troubleshooting Digital Experience for a Hybrid Workforce
Optimizing and Troubleshooting Digital Experience for a Hybrid WorkforceThousandEyes
 
Optimizing and Troubleshooting Digital Experience for a Hybrid Workforce
Optimizing and Troubleshooting Digital Experience for a Hybrid WorkforceOptimizing and Troubleshooting Digital Experience for a Hybrid Workforce
Optimizing and Troubleshooting Digital Experience for a Hybrid WorkforceThousandEyes
 

Ähnlich wie Bhagvan Kommadi [Value Momentum] | TeleHealth Platform: DevOps-Based Progressive Delivery | InfluxDays NA 2021 (20)

Devops based progressive delivery finalized
Devops based progressive delivery finalizedDevops based progressive delivery finalized
Devops based progressive delivery finalized
 
Assure Patient and Clinician Digital Experiences with ThousandEyes for Health...
Assure Patient and Clinician Digital Experiences with ThousandEyes for Health...Assure Patient and Clinician Digital Experiences with ThousandEyes for Health...
Assure Patient and Clinician Digital Experiences with ThousandEyes for Health...
 
Troubleshooting Webex and Microsoft Teams with ThousandEyes
Troubleshooting Webex and Microsoft Teams with ThousandEyesTroubleshooting Webex and Microsoft Teams with ThousandEyes
Troubleshooting Webex and Microsoft Teams with ThousandEyes
 
Optimizing Security Velocity in Your DevSecOps Pipeline at Scale
Optimizing Security Velocity in Your DevSecOps Pipeline at ScaleOptimizing Security Velocity in Your DevSecOps Pipeline at Scale
Optimizing Security Velocity in Your DevSecOps Pipeline at Scale
 
apidays LIVE Paris 2021 - EDI & API on One Integration Platform by Mir Mustha...
apidays LIVE Paris 2021 - EDI & API on One Integration Platform by Mir Mustha...apidays LIVE Paris 2021 - EDI & API on One Integration Platform by Mir Mustha...
apidays LIVE Paris 2021 - EDI & API on One Integration Platform by Mir Mustha...
 
Microservices and the Modern IT Stack: Trends of Tomorrow - AppSphere16
Microservices and the Modern IT Stack: Trends of Tomorrow - AppSphere16Microservices and the Modern IT Stack: Trends of Tomorrow - AppSphere16
Microservices and the Modern IT Stack: Trends of Tomorrow - AppSphere16
 
Getting Started with ThousandEyes Proof of Concepts
Getting Started with ThousandEyes Proof of ConceptsGetting Started with ThousandEyes Proof of Concepts
Getting Started with ThousandEyes Proof of Concepts
 
Infrastructure as Code in Large Scale Organizations
Infrastructure as Code in Large Scale OrganizationsInfrastructure as Code in Large Scale Organizations
Infrastructure as Code in Large Scale Organizations
 
Accelerate Healthcare Technology Modernization with Containerization and DevOps
Accelerate Healthcare Technology Modernization with Containerization and DevOpsAccelerate Healthcare Technology Modernization with Containerization and DevOps
Accelerate Healthcare Technology Modernization with Containerization and DevOps
 
Cruatech Services Intro
Cruatech Services IntroCruatech Services Intro
Cruatech Services Intro
 
Getting Demo & POV Ready
Getting Demo & POV ReadyGetting Demo & POV Ready
Getting Demo & POV Ready
 
End to-End Monitoring for ITSM and DevOps
End to-End Monitoring for ITSM and DevOpsEnd to-End Monitoring for ITSM and DevOps
End to-End Monitoring for ITSM and DevOps
 
stackconf 2021 | Data Driven Security
stackconf 2021 | Data Driven Securitystackconf 2021 | Data Driven Security
stackconf 2021 | Data Driven Security
 
roomos_webinar_280923_v2.pptx
roomos_webinar_280923_v2.pptxroomos_webinar_280923_v2.pptx
roomos_webinar_280923_v2.pptx
 
Slides: Accelerate and Assure the Adoption of Cloud Data Platforms Using Inte...
Slides: Accelerate and Assure the Adoption of Cloud Data Platforms Using Inte...Slides: Accelerate and Assure the Adoption of Cloud Data Platforms Using Inte...
Slides: Accelerate and Assure the Adoption of Cloud Data Platforms Using Inte...
 
How to Integrate Your Tech Stack for Seamless and Practical Application
How to Integrate Your Tech Stack for Seamless and Practical ApplicationHow to Integrate Your Tech Stack for Seamless and Practical Application
How to Integrate Your Tech Stack for Seamless and Practical Application
 
BAKKIYA_4YR
BAKKIYA_4YRBAKKIYA_4YR
BAKKIYA_4YR
 
Modernizing Traditional Applications
Modernizing Traditional ApplicationsModernizing Traditional Applications
Modernizing Traditional Applications
 
Optimizing and Troubleshooting Digital Experience for a Hybrid Workforce
Optimizing and Troubleshooting Digital Experience for a Hybrid WorkforceOptimizing and Troubleshooting Digital Experience for a Hybrid Workforce
Optimizing and Troubleshooting Digital Experience for a Hybrid Workforce
 
Optimizing and Troubleshooting Digital Experience for a Hybrid Workforce
Optimizing and Troubleshooting Digital Experience for a Hybrid WorkforceOptimizing and Troubleshooting Digital Experience for a Hybrid Workforce
Optimizing and Troubleshooting Digital Experience for a Hybrid Workforce
 

Mehr von InfluxData

Announcing InfluxDB Clustered
Announcing InfluxDB ClusteredAnnouncing InfluxDB Clustered
Announcing InfluxDB ClusteredInfluxData
 
Best Practices for Leveraging the Apache Arrow Ecosystem
Best Practices for Leveraging the Apache Arrow EcosystemBest Practices for Leveraging the Apache Arrow Ecosystem
Best Practices for Leveraging the Apache Arrow EcosystemInfluxData
 
How Bevi Uses InfluxDB and Grafana to Improve Predictive Maintenance and Redu...
How Bevi Uses InfluxDB and Grafana to Improve Predictive Maintenance and Redu...How Bevi Uses InfluxDB and Grafana to Improve Predictive Maintenance and Redu...
How Bevi Uses InfluxDB and Grafana to Improve Predictive Maintenance and Redu...InfluxData
 
Power Your Predictive Analytics with InfluxDB
Power Your Predictive Analytics with InfluxDBPower Your Predictive Analytics with InfluxDB
Power Your Predictive Analytics with InfluxDBInfluxData
 
How Teréga Replaces Legacy Data Historians with InfluxDB, AWS and IO-Base
How Teréga Replaces Legacy Data Historians with InfluxDB, AWS and IO-Base How Teréga Replaces Legacy Data Historians with InfluxDB, AWS and IO-Base
How Teréga Replaces Legacy Data Historians with InfluxDB, AWS and IO-Base InfluxData
 
Build an Edge-to-Cloud Solution with the MING Stack
Build an Edge-to-Cloud Solution with the MING StackBuild an Edge-to-Cloud Solution with the MING Stack
Build an Edge-to-Cloud Solution with the MING StackInfluxData
 
Meet the Founders: An Open Discussion About Rewriting Using Rust
Meet the Founders: An Open Discussion About Rewriting Using RustMeet the Founders: An Open Discussion About Rewriting Using Rust
Meet the Founders: An Open Discussion About Rewriting Using RustInfluxData
 
Introducing InfluxDB Cloud Dedicated
Introducing InfluxDB Cloud DedicatedIntroducing InfluxDB Cloud Dedicated
Introducing InfluxDB Cloud DedicatedInfluxData
 
Gain Better Observability with OpenTelemetry and InfluxDB
Gain Better Observability with OpenTelemetry and InfluxDB Gain Better Observability with OpenTelemetry and InfluxDB
Gain Better Observability with OpenTelemetry and InfluxDB InfluxData
 
How a Heat Treating Plant Ensures Tight Process Control and Exceptional Quali...
How a Heat Treating Plant Ensures Tight Process Control and Exceptional Quali...How a Heat Treating Plant Ensures Tight Process Control and Exceptional Quali...
How a Heat Treating Plant Ensures Tight Process Control and Exceptional Quali...InfluxData
 
How Delft University's Engineering Students Make Their EV Formula-Style Race ...
How Delft University's Engineering Students Make Their EV Formula-Style Race ...How Delft University's Engineering Students Make Their EV Formula-Style Race ...
How Delft University's Engineering Students Make Their EV Formula-Style Race ...InfluxData
 
Introducing InfluxDB’s New Time Series Database Storage Engine
Introducing InfluxDB’s New Time Series Database Storage EngineIntroducing InfluxDB’s New Time Series Database Storage Engine
Introducing InfluxDB’s New Time Series Database Storage EngineInfluxData
 
Start Automating InfluxDB Deployments at the Edge with balena
Start Automating InfluxDB Deployments at the Edge with balena Start Automating InfluxDB Deployments at the Edge with balena
Start Automating InfluxDB Deployments at the Edge with balena InfluxData
 
Understanding InfluxDB’s New Storage Engine
Understanding InfluxDB’s New Storage EngineUnderstanding InfluxDB’s New Storage Engine
Understanding InfluxDB’s New Storage EngineInfluxData
 
Streamline and Scale Out Data Pipelines with Kubernetes, Telegraf, and InfluxDB
Streamline and Scale Out Data Pipelines with Kubernetes, Telegraf, and InfluxDBStreamline and Scale Out Data Pipelines with Kubernetes, Telegraf, and InfluxDB
Streamline and Scale Out Data Pipelines with Kubernetes, Telegraf, and InfluxDBInfluxData
 
Ward Bowman [PTC] | ThingWorx Long-Term Data Storage with InfluxDB | InfluxDa...
Ward Bowman [PTC] | ThingWorx Long-Term Data Storage with InfluxDB | InfluxDa...Ward Bowman [PTC] | ThingWorx Long-Term Data Storage with InfluxDB | InfluxDa...
Ward Bowman [PTC] | ThingWorx Long-Term Data Storage with InfluxDB | InfluxDa...InfluxData
 
Scott Anderson [InfluxData] | New & Upcoming Flux Features | InfluxDays 2022
Scott Anderson [InfluxData] | New & Upcoming Flux Features | InfluxDays 2022Scott Anderson [InfluxData] | New & Upcoming Flux Features | InfluxDays 2022
Scott Anderson [InfluxData] | New & Upcoming Flux Features | InfluxDays 2022InfluxData
 
Steinkamp, Clifford [InfluxData] | Closing Thoughts | InfluxDays 2022
Steinkamp, Clifford [InfluxData] | Closing Thoughts | InfluxDays 2022Steinkamp, Clifford [InfluxData] | Closing Thoughts | InfluxDays 2022
Steinkamp, Clifford [InfluxData] | Closing Thoughts | InfluxDays 2022InfluxData
 
Steinkamp, Clifford [InfluxData] | Welcome to InfluxDays 2022 - Day 2 | Influ...
Steinkamp, Clifford [InfluxData] | Welcome to InfluxDays 2022 - Day 2 | Influ...Steinkamp, Clifford [InfluxData] | Welcome to InfluxDays 2022 - Day 2 | Influ...
Steinkamp, Clifford [InfluxData] | Welcome to InfluxDays 2022 - Day 2 | Influ...InfluxData
 
Steinkamp, Clifford [InfluxData] | Closing Thoughts Day 1 | InfluxDays 2022
Steinkamp, Clifford [InfluxData] | Closing Thoughts Day 1 | InfluxDays 2022Steinkamp, Clifford [InfluxData] | Closing Thoughts Day 1 | InfluxDays 2022
Steinkamp, Clifford [InfluxData] | Closing Thoughts Day 1 | InfluxDays 2022InfluxData
 

Mehr von InfluxData (20)

Announcing InfluxDB Clustered
Announcing InfluxDB ClusteredAnnouncing InfluxDB Clustered
Announcing InfluxDB Clustered
 
Best Practices for Leveraging the Apache Arrow Ecosystem
Best Practices for Leveraging the Apache Arrow EcosystemBest Practices for Leveraging the Apache Arrow Ecosystem
Best Practices for Leveraging the Apache Arrow Ecosystem
 
How Bevi Uses InfluxDB and Grafana to Improve Predictive Maintenance and Redu...
How Bevi Uses InfluxDB and Grafana to Improve Predictive Maintenance and Redu...How Bevi Uses InfluxDB and Grafana to Improve Predictive Maintenance and Redu...
How Bevi Uses InfluxDB and Grafana to Improve Predictive Maintenance and Redu...
 
Power Your Predictive Analytics with InfluxDB
Power Your Predictive Analytics with InfluxDBPower Your Predictive Analytics with InfluxDB
Power Your Predictive Analytics with InfluxDB
 
How Teréga Replaces Legacy Data Historians with InfluxDB, AWS and IO-Base
How Teréga Replaces Legacy Data Historians with InfluxDB, AWS and IO-Base How Teréga Replaces Legacy Data Historians with InfluxDB, AWS and IO-Base
How Teréga Replaces Legacy Data Historians with InfluxDB, AWS and IO-Base
 
Build an Edge-to-Cloud Solution with the MING Stack
Build an Edge-to-Cloud Solution with the MING StackBuild an Edge-to-Cloud Solution with the MING Stack
Build an Edge-to-Cloud Solution with the MING Stack
 
Meet the Founders: An Open Discussion About Rewriting Using Rust
Meet the Founders: An Open Discussion About Rewriting Using RustMeet the Founders: An Open Discussion About Rewriting Using Rust
Meet the Founders: An Open Discussion About Rewriting Using Rust
 
Introducing InfluxDB Cloud Dedicated
Introducing InfluxDB Cloud DedicatedIntroducing InfluxDB Cloud Dedicated
Introducing InfluxDB Cloud Dedicated
 
Gain Better Observability with OpenTelemetry and InfluxDB
Gain Better Observability with OpenTelemetry and InfluxDB Gain Better Observability with OpenTelemetry and InfluxDB
Gain Better Observability with OpenTelemetry and InfluxDB
 
How a Heat Treating Plant Ensures Tight Process Control and Exceptional Quali...
How a Heat Treating Plant Ensures Tight Process Control and Exceptional Quali...How a Heat Treating Plant Ensures Tight Process Control and Exceptional Quali...
How a Heat Treating Plant Ensures Tight Process Control and Exceptional Quali...
 
How Delft University's Engineering Students Make Their EV Formula-Style Race ...
How Delft University's Engineering Students Make Their EV Formula-Style Race ...How Delft University's Engineering Students Make Their EV Formula-Style Race ...
How Delft University's Engineering Students Make Their EV Formula-Style Race ...
 
Introducing InfluxDB’s New Time Series Database Storage Engine
Introducing InfluxDB’s New Time Series Database Storage EngineIntroducing InfluxDB’s New Time Series Database Storage Engine
Introducing InfluxDB’s New Time Series Database Storage Engine
 
Start Automating InfluxDB Deployments at the Edge with balena
Start Automating InfluxDB Deployments at the Edge with balena Start Automating InfluxDB Deployments at the Edge with balena
Start Automating InfluxDB Deployments at the Edge with balena
 
Understanding InfluxDB’s New Storage Engine
Understanding InfluxDB’s New Storage EngineUnderstanding InfluxDB’s New Storage Engine
Understanding InfluxDB’s New Storage Engine
 
Streamline and Scale Out Data Pipelines with Kubernetes, Telegraf, and InfluxDB
Streamline and Scale Out Data Pipelines with Kubernetes, Telegraf, and InfluxDBStreamline and Scale Out Data Pipelines with Kubernetes, Telegraf, and InfluxDB
Streamline and Scale Out Data Pipelines with Kubernetes, Telegraf, and InfluxDB
 
Ward Bowman [PTC] | ThingWorx Long-Term Data Storage with InfluxDB | InfluxDa...
Ward Bowman [PTC] | ThingWorx Long-Term Data Storage with InfluxDB | InfluxDa...Ward Bowman [PTC] | ThingWorx Long-Term Data Storage with InfluxDB | InfluxDa...
Ward Bowman [PTC] | ThingWorx Long-Term Data Storage with InfluxDB | InfluxDa...
 
Scott Anderson [InfluxData] | New & Upcoming Flux Features | InfluxDays 2022
Scott Anderson [InfluxData] | New & Upcoming Flux Features | InfluxDays 2022Scott Anderson [InfluxData] | New & Upcoming Flux Features | InfluxDays 2022
Scott Anderson [InfluxData] | New & Upcoming Flux Features | InfluxDays 2022
 
Steinkamp, Clifford [InfluxData] | Closing Thoughts | InfluxDays 2022
Steinkamp, Clifford [InfluxData] | Closing Thoughts | InfluxDays 2022Steinkamp, Clifford [InfluxData] | Closing Thoughts | InfluxDays 2022
Steinkamp, Clifford [InfluxData] | Closing Thoughts | InfluxDays 2022
 
Steinkamp, Clifford [InfluxData] | Welcome to InfluxDays 2022 - Day 2 | Influ...
Steinkamp, Clifford [InfluxData] | Welcome to InfluxDays 2022 - Day 2 | Influ...Steinkamp, Clifford [InfluxData] | Welcome to InfluxDays 2022 - Day 2 | Influ...
Steinkamp, Clifford [InfluxData] | Welcome to InfluxDays 2022 - Day 2 | Influ...
 
Steinkamp, Clifford [InfluxData] | Closing Thoughts Day 1 | InfluxDays 2022
Steinkamp, Clifford [InfluxData] | Closing Thoughts Day 1 | InfluxDays 2022Steinkamp, Clifford [InfluxData] | Closing Thoughts Day 1 | InfluxDays 2022
Steinkamp, Clifford [InfluxData] | Closing Thoughts Day 1 | InfluxDays 2022
 

Kürzlich hochgeladen

"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks..."LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...Fwdays
 
Scanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL CertsScanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL CertsRizwan Syed
 
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
 
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek SchlawackFwdays
 
Artificial intelligence in cctv survelliance.pptx
Artificial intelligence in cctv survelliance.pptxArtificial intelligence in cctv survelliance.pptx
Artificial intelligence in cctv survelliance.pptxhariprasad279825
 
Leverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage Cost
Leverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage CostLeverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage Cost
Leverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage CostZilliz
 
Gen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdfGen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdfAddepto
 
Unraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdfUnraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdfAlex Barbosa Coqueiro
 
SAP Build Work Zone - Overview L2-L3.pptx
SAP Build Work Zone - Overview L2-L3.pptxSAP Build Work Zone - Overview L2-L3.pptx
SAP Build Work Zone - Overview L2-L3.pptxNavinnSomaal
 
Take control of your SAP testing with UiPath Test Suite
Take control of your SAP testing with UiPath Test SuiteTake control of your SAP testing with UiPath Test Suite
Take control of your SAP testing with UiPath Test SuiteDianaGray10
 
Vertex AI Gemini Prompt Engineering Tips
Vertex AI Gemini Prompt Engineering TipsVertex AI Gemini Prompt Engineering Tips
Vertex AI Gemini Prompt Engineering TipsMiki Katsuragi
 
TeamStation AI System Report LATAM IT Salaries 2024
TeamStation AI System Report LATAM IT Salaries 2024TeamStation AI System Report LATAM IT Salaries 2024
TeamStation AI System Report LATAM IT Salaries 2024Lonnie McRorey
 
Human Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR SystemsHuman Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR SystemsMark Billinghurst
 
DevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platformsDevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platformsSergiu Bodiu
 
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
 
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)Mark Simos
 
Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?Mattias Andersson
 
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
 

Kürzlich hochgeladen (20)

"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks..."LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
 
Scanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL CertsScanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL Certs
 
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
 
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
 
Artificial intelligence in cctv survelliance.pptx
Artificial intelligence in cctv survelliance.pptxArtificial intelligence in cctv survelliance.pptx
Artificial intelligence in cctv survelliance.pptx
 
Leverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage Cost
Leverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage CostLeverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage Cost
Leverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage Cost
 
Gen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdfGen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdf
 
Unraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdfUnraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdf
 
SAP Build Work Zone - Overview L2-L3.pptx
SAP Build Work Zone - Overview L2-L3.pptxSAP Build Work Zone - Overview L2-L3.pptx
SAP Build Work Zone - Overview L2-L3.pptx
 
Take control of your SAP testing with UiPath Test Suite
Take control of your SAP testing with UiPath Test SuiteTake control of your SAP testing with UiPath Test Suite
Take control of your SAP testing with UiPath Test Suite
 
Vertex AI Gemini Prompt Engineering Tips
Vertex AI Gemini Prompt Engineering TipsVertex AI Gemini Prompt Engineering Tips
Vertex AI Gemini Prompt Engineering Tips
 
TeamStation AI System Report LATAM IT Salaries 2024
TeamStation AI System Report LATAM IT Salaries 2024TeamStation AI System Report LATAM IT Salaries 2024
TeamStation AI System Report LATAM IT Salaries 2024
 
Human Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR SystemsHuman Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR Systems
 
DevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platformsDevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platforms
 
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
 
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
 
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
 
E-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptx
E-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptxE-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptx
E-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptx
 
Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?
 
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.
 

Bhagvan Kommadi [Value Momentum] | TeleHealth Platform: DevOps-Based Progressive Delivery | InfluxDays NA 2021

  • 1. 1 © 2021  InfluxData Inc. All Rights Reserved. DevOps Based Progressive Delivery Telehealth Platform Bhagvan Kommadi Director of Product Engineering, ValueMomentum
  • 2. 2 © 2021  InfluxData Inc. All Rights Reserved. Mind Map - DevOps Telehealth Solution Architectural Components Deep Learning Solution Implementation What’s Next ? Sneak Preview of Upcoming Features Agenda DevOps Agility Flexibility Quality
  • 3. 3 © 2021  InfluxData Inc. All Rights Reserved. 3 Mind map No Code Platforms Low Code Platforms Market Requirements Health Insurance Payment Processing AI Digital health Data Sources Knowledg e Resources Legacy Systems & Migration Budget In House Applications Health Care Application Upgrades & Update Training Metadata Customizations Licensing & Subscription Life insurance Tech Stack Wellness Apps Hospital Management Application Scope Neural Sketch Learning AI/ML Devops Containers Cloud CI/CD Version Control Testing GIT IDE Automation Virtualization Network Monitoring System Admin
  • 4. 4 © 2021  InfluxData Inc. All Rights Reserved. 4 © 2021  InfluxData Inc. All Rights Reserved. Telehealth Solution
  • 5. 5 © 2021  InfluxData Inc. All Rights Reserved. © 2021  InfluxData Inc. All Rights Reserved. Patient Journey Book an Appointment Appointment Reminder Schedule Tracking Intimate Delays Manage Appointments Post Appointment Engagement
  • 6. 6 © 2021  InfluxData Inc. All Rights Reserved. © 2021  InfluxData Inc. All Rights Reserved. What Patients Want & Doctor’s View
  • 7. 7 © 2021  InfluxData Inc. All Rights Reserved. © 2021  InfluxData Inc. All Rights Reserved. Voice Assistants
  • 8. 8 © 2021  InfluxData Inc. All Rights Reserved. © 2021  InfluxData Inc. All Rights Reserved. Process Flow Filters NLP API Web Mobile Desktop Queries Registry Data Sources Links Knowledge Base Updates 1) Diseases 2) Data Sources 3) Artifacts Top Down As Knowledge Domain Expert Bottom Up Registry & knowledge updates • Orphanet • Johns Hopkins • WHO • NORD
  • 9. 9 © 2021  InfluxData Inc. All Rights Reserved. © 2021  InfluxData Inc. All Rights Reserved. Knowledgebase Architecture Service Layer Visualization Layer Data Access Layer Knowledge Updates Internet Data Sources Search Manager Knowledge Base Manager axios cheerios node Disease Registry Disease Knowledge
  • 10. 10 © 2021  InfluxData Inc. All Rights Reserved. © 2021  InfluxData Inc. All Rights Reserved. Digital Assistants & Video Bots Taking clinical notes Retrieving cases Updating Prescriptions Creating consultation appointments
  • 11. 11 © 2021  InfluxData Inc. All Rights Reserved. 11 © 2021  InfluxData Inc. All Rights Reserved. Architectural Components
  • 12. 12 © 2021  InfluxData Inc. All Rights Reserved. © 2021  InfluxData Inc. All Rights Reserved. Bug Tracking Systems Monitoring Systems Configuration Management OS Patching CI/CD Pipelines Containers Source Code Control Systems Collaboration Infrastructure Foundational Tools & Infrastructure
  • 13. 13 © 2021  InfluxData Inc. All Rights Reserved. © 2021  InfluxData Inc. All Rights Reserved. DevOps Evolution - Metrics Metric Value Deployment Frequency Monthly Lead Time Between a week and 6months MTTR Less than a week Change Failure Rate Less than 15% Low Mid High Metric Value Deployment Frequency Between Daily and Weekly Lead Time Less than a week MTTR Less than a day Change Failure Rate Less than 15% Metric Value Deployment Frequency On Demand Lead Time Less than an hour MTTR Less than an hour Change Failure Rate Less than 5%
  • 14. 14 © 2021  InfluxData Inc. All Rights Reserved. © 2021  InfluxData Inc. All Rights Reserved. DevOps Evolution - Challenges • Resistance to Change • Legacy Architecture • Shortage of Skills • Lack of Automation • Unclear Objectives Low • Resistance to Change • Legacy Architecture • Shortage of Skills • Lack of Automation Mid • Legacy Architecture • Shortage of Skills High
  • 15. 15 © 2021  InfluxData Inc. All Rights Reserved. © 2021  InfluxData Inc. All Rights Reserved. Flow of Change Business Domain Business Domain Stream Aligned Team Stream Aligned Team Enabling Team Platform Team Complex Subsystem Team Flow of Change Collaboration X as a Service Facilitating
  • 16. 16 © 2021  InfluxData Inc. All Rights Reserved. Jenkins Devops - Features Authorization Administration Analytics Scalability Availability Distributed Teams Container Support Quality Cost Product Time
  • 17. 17 © 2021  InfluxData Inc. All Rights Reserved. Jenkins Pipeline – Devops Workflow Code Checkout Build the code Test the code Stage the build Release the build Deploy the build Version Control Continuous Integration Continuous Delivery Continuous Deployment
  • 18. 18 © 2021  InfluxData Inc. All Rights Reserved. Progressive Delivery of Web Apps Automating the Delivery of Web Apps Jenkins Server GitRepo Update Jenkins Trigger Jenkins Build Process AWS Deployment Live Web App
  • 19. 19 © 2021  InfluxData Inc. All Rights Reserved. Progressive Delivery of Mobile Apps Automating the Delivery of Mobile and Web Apps Jenkins Server GitRepo Update Jenkins Trigger Jenkins Build Process Google Play Store Apple App Store
  • 20. 20 © 2021  InfluxData Inc. All Rights Reserved. Jenkins Devops : Benefits Autonomous Teams Simple setup Delivers Release in Time Faster Delivery Higher Productivity Software Predictivity Business Sustainability Autonomous Teams Audit Trails End to End Integration Tests Functional Tests Unit Tests
  • 21. 21 © 2021  InfluxData Inc. All Rights Reserved. Jenkins – Agent based Architecture Jenkins Server Git Lab Jenkins Agent Jenkins Agent Jenkins Agent
  • 22. 22 © 2021  InfluxData Inc. All Rights Reserved. Dev Ops Best Practices 22 Automating Software Delivery Treating Release Orchestration as a Business Imperative Adopting Best-of-Breed Solutions but Doing so Judiciously Practicing Value Stream Thinking Using Feature Flags for Safer, Faster Software Delivery
  • 23. 23 © 2021  InfluxData Inc. All Rights Reserved. 23 © 2021  InfluxData Inc. All Rights Reserved. Demo
  • 24. 24 © 2021  InfluxData Inc. All Rights Reserved. 24 © 2021  InfluxData Inc. All Rights Reserved. Deep Learning Solution HealthCare Data Analysis
  • 25. 25 © 2021  InfluxData Inc. All Rights Reserved. © 2021  InfluxData Inc. All Rights Reserved. Input Layer Hidden Layer Hidden Layer Output Layer Hidden Layer Hidden Layer Convolutional Neural Network
  • 26. 26 © 2021  InfluxData Inc. All Rights Reserved. © 2021  InfluxData Inc. All Rights Reserved. Image Pixels Pixel Value Color Depth Grey Scale Intensity CNN Layers Convolution Rectified linear unit (ReLu) Pooling Fully Connected Features Extraction Image Recognition
  • 27. 27 © 2021  InfluxData Inc. All Rights Reserved. © 2021  InfluxData Inc. All Rights Reserved. CNN Models Keras pre-trained CNNs Xception VGG16 VGG19 ResNet5 0 Inception V3 Inception ResNetV2 Mobile Net Dense Net NASNet MobileNet V2
  • 28. 28 © 2021  InfluxData Inc. All Rights Reserved. © 2021  InfluxData Inc. All Rights Reserved. Atelectasis 192 Cardiomegaly 50 Consolidation 72 Edema 41 Effusion 203 Emphysema42 Fibrosis 38 Hernia 5 Infiltration 503 Mass 99 No Finding 3044 Nodule 144 Pleural_Thickening 65 Pneumonia 14 Pneumothorax 114 Total Result 5606 Atelectasis Pneumothorax Gender : Male, Female Xray Position: Frontal , Back, Side Lung Disease Analysis
  • 29. 29 © 2021  InfluxData Inc. All Rights Reserved. © 2021  InfluxData Inc. All Rights Reserved. Training Testing Validation Normal Infection by Virus Infection by Bacteria True Positive False Positive False Negative False Positive Actual P r e d i c t e d Precision = True Positive/Actual Results Recall = True Positive/Predicted Results Accuracy = (True Positive + True Negative)/Total Actual Results = True Positive + False Positive Predicted Results = True Positive + False Negative CNN Scale Shift Rotate Salt and Pepper noise Flip Lung Disease – Deep Learning
  • 30. 30 © 2021  InfluxData Inc. All Rights Reserved. © 2021  InfluxData Inc. All Rights Reserved. Total params: 12,167,424 Trainable params: 12,167,424 Non-trainable params: 0 Precision: 0.734694 % Recall: 0.073022 % Fscore: 0.261248 % Training Data Bias = Average Predicted Value - Average Actual Value Convolutional Neural Network Results
  • 31. 31 © 2021  InfluxData Inc. All Rights Reserved. © 2021  InfluxData Inc. All Rights Reserved. Convolutional Neural Network - Basic
  • 32. 32 © 2021  InfluxData Inc. All Rights Reserved. © 2021  InfluxData Inc. All Rights Reserved. Convolutional Neural Network – Complete Dataset
  • 33. 33 © 2021  InfluxData Inc. All Rights Reserved. 33 © 2021  InfluxData Inc. All Rights Reserved. Implementatio n
  • 34. 34 © 2021  InfluxData Inc. All Rights Reserved. © 2021  InfluxData Inc. All Rights Reserved. White Coats Platform Network App Practice Plus Clinic Plus StaffPlus Patient Plus Registered Doctors* 3,00,000 + Locations 3,000 + Onboarded Doctors (App) 50,000 + Doctors from Metro/Tier 1 & 2 ~68 % Doctors from Tier 3 & 4 ~32 % # of Specialties 125+ General Practitioners ~35 % % of Drs : Specialists ~65 % • App & Web Views Q1- 2.05L ; Q2- 2.8L (Growth 36%) • Social Interactions (APP) Q1- 1.27L ; Q2- 1.58L (Growth 25%) • Network Cases Q1- 800 ; Q2- 1000 (Growth 25%) White Coats Platform
  • 35. 35 © 2021  InfluxData Inc. All Rights Reserved. What’s Next ? Relation of programming paradigms to CD and deployment experience Differences between prevalence and effects of intentional vs. unintentional violations of SOLID OO design principles Count of manual interventions required to go from dev to production and relation to software architecture and testing strategy Relation of database normalization to deployment and incident/rollback frequency Complexity of DevOps pipeline in terms of tool count Overall effect of CD on application quality and security Prevalence of version control for various definable (source, build scripts, infrastructure configuration, etc.) SRE
  • 36. 36 © 2021  InfluxData Inc. All Rights Reserved. Moving From DevOps to -> DevOps Data Ops Dev SecOps AI Ops MLOps Development Operatio ns Security Data DevOps DevSecOps DataOps
  • 37. 37 © 2021  InfluxData Inc. All Rights Reserved. © 2021  InfluxData Inc. All Rights Reserved. DevOps - Tools Plan • Clickup • JIRA Code • JIRA • Clickup • GitLab • Confluenc e Build • Maven • Gradle • Sbt • Ant Test • Selenium • Junit • Watir Release • Jenkins • CodeShip Deploy • Docker • Clouds Monitor • Nagios • DataDog • Splunk
  • 38. 38 © 2021  InfluxData Inc. All Rights Reserved. © 2021  InfluxData Inc. All Rights Reserved. Ops Roles - Future Vendor Engg Product Engg SocioTechnical Systems Engg Portfolio Management
  • 39. 39 © 2021  InfluxData Inc. All Rights Reserved. © 2021  InfluxData Inc. All Rights Reserved. SAFE - CALMR Culture, Automation, Lean flow, Measurement, and Sharing Increased frequency, quality, and security of product innovation Decreased deployment risk with accelerated learning cycles Accelerated solution time-to-market Improved solution quality and shortened lead time for fixes Reduced severity and frequency of failures and defects Improved Mean Time to Recover (MTTR) from production incidents
  • 40. 40 © 2021  InfluxData Inc. All Rights Reserved. © 2021  InfluxData Inc. All Rights Reserved. Site Reliability Engineering DevOps SRE Waste Reduction Automation Scale Systematic Perspective Delivery Release Automation Infrastructure as Code Config Management Reliability Performance Monitoring Efficiency Improvement
  • 41. 41 © 2021  InfluxData Inc. All Rights Reserved. © 2021  InfluxData Inc. All Rights Reserved. Clinical Knowledge - EBM 41 • Guidelines • Decisions • Study Results • Observations Data Evidence Guidance Action Omni Channel Telehealth Platform Genomic Applications Personalized Medicine Evidence Based Medicine Predictive Toxicology QSAR Chemo-Informatics
  • 42. 42 © 2021  InfluxData Inc. All Rights Reserved. Questions?