SlideShare una empresa de Scribd logo
1 de 35
Descargar para leer sin conexión
How	novel	compute	technology	transforms	life	science	research
HEALTH	AND	BIOSECURITY
Denis	Bauer	|		PhD	
9	Mar	2018,	AI	Dev	Day,	India	2018
Bioinformatics	|	Denis	C.	Bauer	|	@allPowerde2 |
GT-Scan2
How	can	genome	
engineering	be	made	
more	effective?
VariantSpark
How	to	find	disease	
genes	in	population-
size	cohorts?		
CSIRO
How	to	facilitate	
better	
collaborations?
Overview
Source	PwC
Bioinformatics	|	Denis	C.	Bauer	|	@allPowerde4 |
Team	CSIRO
5319
talented	staff
$1billion+	
budget
Working
with	over
2800+
industry	partners
55
sites	across	
Australia
Top	1%
of	global	research	
agencies
Each	year
6	CSIRO	
technologies	
contribute
$5	billion	to
the	economy
Bioinformatics	|	Denis	C.	Bauer	|	@allPowerde5 |
Big	ideas	start	here
EXTENDED	
WEAR	
CONTACTS
POLYMER	
BANKNOTES
RELENZA	
FLU	TREATMENT
Fast	WLAN
Wireless	Local	
Area	Network
AEROGARD
TOTAL	
WELLBEING	
DIET
RAFT	
POLYMERISATION
BARLEYmax™
SELF	
TWISTING	
YARN
SOFTLY	
WASHING	
LIQUID
HENDRA	
VACCINE
NOVACQ™	
PRAWN	FEED
Bioinformatics	|	Denis	C.	Bauer	|	@allPowerde6 |
Convenient	cardiac	rehabilitation
Enhancing	relationship	between	patient	and	mentor
Digital	data	collection	
Equitable	access
World's	first,	clinically	validated	smartphone	based	Cardiac	
Rehab:		uptake	+	30%	and	completion	+70%
Bioinformatics	|	Denis	C.	Bauer	|	@allPowerde7 |
GT-Scan2
How	can	genome	
engineering	be	made	
more	effective?
VariantSpark
How	to	find	disease	
genes	in	population-
size	cohorts?		
CSIRO
How	to	facilitate	
better	
collaborations?
Overview
By 2025 it is estimated
that 50% of the world
population will have been
sequenced.
Bioinformatics	|	Denis	C.	Bauer	|	@allPowerde8 |
Frost&Sullivan
Genomics	affects	looks,	disease	risk,	and	behavior
Bioinformatics	|	Denis	C.	Bauer	|	@allPowerde9 |
wisegeek
Bioinformatics	|	Denis	C.	Bauer	|	@allPowerde10 |
Genomics	will	outpace	other	BigData	disciplines
Stephens et al. PLOS Biology 2015
Astronomy
Twitter
YouTube
Genomics
Transformational	Bioinformatics	|	Denis	C.	Bauer	|	@allPowerde
Machine	learning	on	1.7	Trillion	data	points
https://www.projectmine.com/about/
BigData Focus
Bioinformatics	|	Denis	C.	Bauer	|	@allPowerde12 |
Finding	the	disease	gene(s)
• Spot	the	variant	
that	is	common	
amongst	all	
affected	but	
absent	in	all	
unaffected*
*	oversimplified
cases
controls
Gene1																	Gene2
Bioinformatics	|	Denis	C.	Bauer	|	@allPowerde13 |
Complex	diseases	are	driven	by	multiple	genes
• However,	individual	strong	contributors	are	rare…
cases
controls
Need	a	more	
sophisticated
ML	approach,	
such	as	
Random	Forest
Bioinformatics	|	Denis	C.	Bauer	|	@allPowerde14 |
Machine	learning	on	1.7	Trillion	data	points
80	Million	features
Individuals Genomic	profile	 Disease	
status22,500	samples
Disease	genes
Bioinformatics	|	Denis	C.	Bauer	|	@allPowerde15 |
Population-scale	genomic	data	analysis	requires	BigData	solutions
Desktop compute High-performance
compute	cluster
Hadoop/Spark	compute	
cluster
Focus small	data Compute-intensive Data-intensive
Fault	tolerant No No Yes
Node-bound Yes Yes No
Parallelization 10	CPU 100 CPU 1000	CPU
Parallelization	procedure bespoke bespoke standardized
CSIRO solution
Bioinformatics	|	Denis	C.	Bauer	|	@allPowerde
BMC	Genomics	2015,	16:1052	PMID:	26651996	(IF=4)	
16 |
In the top 5% of all research outputs scored
by Altmetric
Spark	Core
Spark
ML
MLlib
Variant	Spark
RESEARCH
Bioinformatics	|	Denis	C.	Bauer	|	@allPowerde17 |
Parallelization	of	Random	forest	to	scale	with	samples
• Spark	ML’s	RF	was	designed	for	‘Big’	low	dimensional	data.
• The	full	genome-wide	profile	does	not	fit	into	the	executors	memory	rendering	
the	approach	infeasible.	
“Cursed”	BigData:	e.g.	Genomics
Moderate	number	of	samples	with	many	features
Feature	set	too	large	to	be	handled	by	single	executer
Bioinformatics	|	Denis	C.	Bauer	|	@allPowerde18 |
Firas Abuzaid (Spark	Summit	2016)	YGGDRASIL:	Faster	Decision	Trees	Column	Partitioning	in	SPARK
Flip	the	matrix:	partition	by	column
(take	2)	Parallelization	of	Random	forest	to	scale	with	
features
Bioinformatics	|	Denis	C.	Bauer	|	@allPowerde19 |
Wide	Random-forest	scalable	with	features	and	samples
Runtime	comparison	
Bioinformatics	|	Denis	C.	Bauer	|	@allPowerde20 |
●
●
●
●
●
●0
5
10
15
0.030.040.05
accuracy (out−of−bag error)
trainingvariantspersecond(Million) Program
●
●
●
●
●
●
VariantSpark
SparkML
Randomforest(R)
ranger(R)
ranger(C++)
H2O
low Accuracy									high
lowSpeed								high
Machine	learning	on	‘wide’	data
Bioinformatics	|	Denis	C.	Bauer	|	@allPowerde21 |
80	Million	features
Individuals
Genomic	profile	 Disease	
status
22,500	samples
Disease	genes
Time series,
Concatenated data,
Sensor Data, Log files
Churn-rate,
occurrence of
failure, attacks
Predictive markers
Workflow	patters	
Bioinformatics	|	Denis	C.	Bauer	|	@allPowerde22 |
Business	
Problem
Curate	Data
• Cleaning
• Visualization
Build	MVP
• Scope	Tech
• Prototypes
• Iterate
Prep	for	
Production
• Test	at	scale
• Provide	
endpoint
On	premises
Databricks
AWS	Sagemaker
Execution
Options
VariantSpark Demo
Bioinformatics	|	Denis	C.	Bauer	|	@allPowerde23 |
https://docs.databricks.com/spark/latest
/training/variant-spark.html
Building	a	community
• Build	a	robust	‘wide’	Machine	Learning	
library	for	business
• Research	and	potentially	cure	genetic	
diseases	along	the	way
• Can	you	help?	
Bioinformatics	|	Denis	C.	Bauer	|	@allPowerde24 |
YES	!
Lynn	Langit Performance	comparison
Python	API
Bioinformatics	|	Denis	C.	Bauer	|	@allPowerde25 |
GT-Scan2
How	can	genome	
engineering	be	made	
more	effective?
VariantSpark
How	to	find	disease	
genes	in	population-
size	cohorts?		
CSIRO
How	to	facilitate	
better	
collaborations?
Overview
Bioinformatics	|	Denis	C.	Bauer	|	@allPowerde
Genome	Editing	can	correct
genetic	diseases, such	as	
hypertrophic	cardiomyopathy.
However,	editing	does	not	work
every	time,	e.g.	only	7	in	10	
embryos	were	mutation	free.	
Aim:	Develop	computational	
guidance	framework	to	enable	
edits	the	first	time;	every	time.	
26 |
Ma	et	al.	Nature	2017	*
*	Some	controversy	around	the	paper
Transformational	Bioinformatics	|	Denis	C.	Bauer	|	@allPowerde
Improve	performance
SPEED
• Each	search	can	be	
broken	down	into	
parallel	tasks	- each	takes	
seconds
SCALE
• Researchers	might	want	
to	search	the	target	for	
one	gene	or	100,000	
Agility	+	Scalability	=
One	of	the	first	Serverless	Applications	in	Research	
Transformational	Bioinformatics	|	Denis	C.	Bauer	|	@allPowerde
Featured	in
Used	by
Serverless systems	are	hard	to	optimize
25
50
75
getFastaSequence
createJobtargetScan
offtargetScanStarter
offtargetSearch
targetIntersects
targetTranscriptionIntersects
targetW
uScorer
targetSgR
N
AScorer
O
nTargetScorer
genom
eC
R
ISPRfunctions
runtime(s)
Type
base
old
GTScan2	X-Ray	Analysis
Transformational	Bioinformatics	|	Denis	C.	Bauer	|	@allPowerde
25
50
75
getFastaSequencecreateJobtargetScan
offtargetScanStarter
offtargetSearch
targetIntersects
targetTranscriptionIntersects
targetW
uScorer
targetSgR
N
AScorer
tuscanR
egressor
O
nTargetScorer
genom
eC
R
ISPRfunctions
runtime(s)
Type
base
new
old
Results	– 4x	Faster	(80%	improvement)
Transformational	Bioinformatics	|	Denis	C.	Bauer	|	@allPowerde
0
40
80
120
old new
implementation
runtime(s) factor(Name)
onTargetScoring
base
2	min
30	sec
Bioinformatics	|	Denis	C.	Bauer	|	@allPowerde32 |
Using	hypothesis-driven architecture
Architecture	as	
text
Evolve
Automatic	
performance	
measure
Evaluate	
James Lewis
https://www.epsagon.com/
10
DevOps
DevOps
changes,
enabling a
faster evidence-
based pace of
architecture
development
Bioinformatics	|	Denis	C.	Bauer	|	@allPowerde33 |
Open	source	tools
Bioinformatics	|	Denis	C.	Bauer	|	@allPowerde34 |
Three	things	to	remember
• ‘Datafication’	will	make	data	‘wider’	->	paradigm	shift	for	
Machine	Learning	applications
• Serverless architecture	can	cater	for	compute-intensive	tasks	
• Business	and	life-science	research	are	not	that	different:	let’s	
build	a	community	together!
Bioinformatics	|	Denis	C.	Bauer	|	@allPowerde35 | Bioinformatics	|	Denis	C.	Bauer	|	@allPowerde
Transformational	Bioinformatics
Denis	Bauer,	
PhD
Oscar	Luo,	
PhD
Rob	Dunne,	
PhD
Piotr	Szul
Team
Aidan	O’BrienLaurence	Wilson,	
PhD
Collaborators
News
Software
Kaitao Lai,	
PhD
35 |
Arash Bayat
Lynn	Langit
Natalie	Twine,	
PhD
Top	10	Australian	IT	stories	of	2017

Más contenido relacionado

Similar a How AI and ‘Big Learning’ transforms life science research - AI Dev Days Closing Keynote - Dr. Denis Bauer

BSI-March 2016 - 13th Anniversary Edition - Recreating Silicon Valley - Raj G...
BSI-March 2016 - 13th Anniversary Edition - Recreating Silicon Valley - Raj G...BSI-March 2016 - 13th Anniversary Edition - Recreating Silicon Valley - Raj G...
BSI-March 2016 - 13th Anniversary Edition - Recreating Silicon Valley - Raj G...Raj Gunashekar
 
Illumina-General-Overview-Q1-17
Illumina-General-Overview-Q1-17Illumina-General-Overview-Q1-17
Illumina-General-Overview-Q1-17Matthew Holguin
 
Reverse Innovation in Global Health and Development
Reverse Innovation in Global Health and DevelopmentReverse Innovation in Global Health and Development
Reverse Innovation in Global Health and DevelopmentBrian Bragg
 
Reverse Innovation in Global Health and Development
Reverse Innovation in Global Health and DevelopmentReverse Innovation in Global Health and Development
Reverse Innovation in Global Health and DevelopmentXynteo
 
Genomic Scale Big Data Pipelines
Genomic Scale Big Data PipelinesGenomic Scale Big Data Pipelines
Genomic Scale Big Data PipelinesLynn Langit
 
Cure for the Common Cloud: How Healthcare can Safely Enable the Cloud
Cure for the Common Cloud: How Healthcare can Safely Enable the CloudCure for the Common Cloud: How Healthcare can Safely Enable the Cloud
Cure for the Common Cloud: How Healthcare can Safely Enable the CloudNetskope
 
Roadshow:Health & Life Science
Roadshow:Health & Life Science Roadshow:Health & Life Science
Roadshow:Health & Life Science 3W
 
Keynote at the AACCI meeting 2016
Keynote at the AACCI meeting 2016Keynote at the AACCI meeting 2016
Keynote at the AACCI meeting 2016Johannes Keizer
 
Life Technologies' Journey to the Cloud (ENT208) | AWS re:Invent 2013
Life Technologies' Journey to the Cloud (ENT208) | AWS re:Invent 2013Life Technologies' Journey to the Cloud (ENT208) | AWS re:Invent 2013
Life Technologies' Journey to the Cloud (ENT208) | AWS re:Invent 2013Amazon Web Services
 
Healthcare: Innovate or Die | HackLaunch Inaugural Event
Healthcare: Innovate or Die | HackLaunch Inaugural EventHealthcare: Innovate or Die | HackLaunch Inaugural Event
Healthcare: Innovate or Die | HackLaunch Inaugural EventJulien de Salaberry
 
MPG Life Sciences Software Market Update - H1 2019
MPG Life Sciences Software Market Update - H1 2019MPG Life Sciences Software Market Update - H1 2019
MPG Life Sciences Software Market Update - H1 2019Madison Park Group
 
mHealth Israel_Becton Dickinson_US Healthcare Digital Transformation_July 2015
mHealth Israel_Becton Dickinson_US Healthcare Digital Transformation_July 2015mHealth Israel_Becton Dickinson_US Healthcare Digital Transformation_July 2015
mHealth Israel_Becton Dickinson_US Healthcare Digital Transformation_July 2015Levi Shapiro
 
SILS 2015 - Innovation at GE Healthcare
SILS 2015 - Innovation at GE HealthcareSILS 2015 - Innovation at GE Healthcare
SILS 2015 - Innovation at GE HealthcareSherbrooke Innopole
 
Soon we’re all going to be eating data, one byte at a time
Soon we’re all going to be eating data, one byte at a timeSoon we’re all going to be eating data, one byte at a time
Soon we’re all going to be eating data, one byte at a timeCIAT
 
Using Big Data Analytics in the Field of Agriculture A Survey
Using Big Data Analytics in the Field of Agriculture A SurveyUsing Big Data Analytics in the Field of Agriculture A Survey
Using Big Data Analytics in the Field of Agriculture A Surveyijtsrd
 
Deep Tech Startups vs Covid-19
Deep Tech Startups vs Covid-19Deep Tech Startups vs Covid-19
Deep Tech Startups vs Covid-19sosv
 
Data Virtualization Modernizes Biobanking
Data Virtualization Modernizes BiobankingData Virtualization Modernizes Biobanking
Data Virtualization Modernizes BiobankingDenodo
 

Similar a How AI and ‘Big Learning’ transforms life science research - AI Dev Days Closing Keynote - Dr. Denis Bauer (20)

BSI-March 2016 - 13th Anniversary Edition - Recreating Silicon Valley - Raj G...
BSI-March 2016 - 13th Anniversary Edition - Recreating Silicon Valley - Raj G...BSI-March 2016 - 13th Anniversary Edition - Recreating Silicon Valley - Raj G...
BSI-March 2016 - 13th Anniversary Edition - Recreating Silicon Valley - Raj G...
 
Illumina-General-Overview-Q1-17
Illumina-General-Overview-Q1-17Illumina-General-Overview-Q1-17
Illumina-General-Overview-Q1-17
 
Reverse Innovation in Global Health and Development
Reverse Innovation in Global Health and DevelopmentReverse Innovation in Global Health and Development
Reverse Innovation in Global Health and Development
 
Reverse Innovation in Global Health and Development
Reverse Innovation in Global Health and DevelopmentReverse Innovation in Global Health and Development
Reverse Innovation in Global Health and Development
 
Genomic Scale Big Data Pipelines
Genomic Scale Big Data PipelinesGenomic Scale Big Data Pipelines
Genomic Scale Big Data Pipelines
 
Datascience-Vision
Datascience-VisionDatascience-Vision
Datascience-Vision
 
Cure for the Common Cloud: How Healthcare can Safely Enable the Cloud
Cure for the Common Cloud: How Healthcare can Safely Enable the CloudCure for the Common Cloud: How Healthcare can Safely Enable the Cloud
Cure for the Common Cloud: How Healthcare can Safely Enable the Cloud
 
Roadshow:Health & Life Science
Roadshow:Health & Life Science Roadshow:Health & Life Science
Roadshow:Health & Life Science
 
Pharma AI & IOT presentation 2019
Pharma AI & IOT presentation 2019Pharma AI & IOT presentation 2019
Pharma AI & IOT presentation 2019
 
Keynote at the AACCI meeting 2016
Keynote at the AACCI meeting 2016Keynote at the AACCI meeting 2016
Keynote at the AACCI meeting 2016
 
Life Technologies' Journey to the Cloud (ENT208) | AWS re:Invent 2013
Life Technologies' Journey to the Cloud (ENT208) | AWS re:Invent 2013Life Technologies' Journey to the Cloud (ENT208) | AWS re:Invent 2013
Life Technologies' Journey to the Cloud (ENT208) | AWS re:Invent 2013
 
Healthcare: Innovate or Die | HackLaunch Inaugural Event
Healthcare: Innovate or Die | HackLaunch Inaugural EventHealthcare: Innovate or Die | HackLaunch Inaugural Event
Healthcare: Innovate or Die | HackLaunch Inaugural Event
 
MPG Life Sciences Software Market Update - H1 2019
MPG Life Sciences Software Market Update - H1 2019MPG Life Sciences Software Market Update - H1 2019
MPG Life Sciences Software Market Update - H1 2019
 
mHealth Israel_Becton Dickinson_US Healthcare Digital Transformation_July 2015
mHealth Israel_Becton Dickinson_US Healthcare Digital Transformation_July 2015mHealth Israel_Becton Dickinson_US Healthcare Digital Transformation_July 2015
mHealth Israel_Becton Dickinson_US Healthcare Digital Transformation_July 2015
 
Using ip for development
Using ip for developmentUsing ip for development
Using ip for development
 
SILS 2015 - Innovation at GE Healthcare
SILS 2015 - Innovation at GE HealthcareSILS 2015 - Innovation at GE Healthcare
SILS 2015 - Innovation at GE Healthcare
 
Soon we’re all going to be eating data, one byte at a time
Soon we’re all going to be eating data, one byte at a timeSoon we’re all going to be eating data, one byte at a time
Soon we’re all going to be eating data, one byte at a time
 
Using Big Data Analytics in the Field of Agriculture A Survey
Using Big Data Analytics in the Field of Agriculture A SurveyUsing Big Data Analytics in the Field of Agriculture A Survey
Using Big Data Analytics in the Field of Agriculture A Survey
 
Deep Tech Startups vs Covid-19
Deep Tech Startups vs Covid-19Deep Tech Startups vs Covid-19
Deep Tech Startups vs Covid-19
 
Data Virtualization Modernizes Biobanking
Data Virtualization Modernizes BiobankingData Virtualization Modernizes Biobanking
Data Virtualization Modernizes Biobanking
 

Más de CodeOps Technologies LLP

AWS Serverless Event-driven Architecture - in lastminute.com meetup
AWS Serverless Event-driven Architecture - in lastminute.com meetupAWS Serverless Event-driven Architecture - in lastminute.com meetup
AWS Serverless Event-driven Architecture - in lastminute.com meetupCodeOps Technologies LLP
 
BUILDING SERVERLESS SOLUTIONS WITH AZURE FUNCTIONS
BUILDING SERVERLESS SOLUTIONS WITH AZURE FUNCTIONSBUILDING SERVERLESS SOLUTIONS WITH AZURE FUNCTIONS
BUILDING SERVERLESS SOLUTIONS WITH AZURE FUNCTIONSCodeOps Technologies LLP
 
APPLYING DEVOPS STRATEGIES ON SCALE USING AZURE DEVOPS SERVICES
APPLYING DEVOPS STRATEGIES ON SCALE USING AZURE DEVOPS SERVICESAPPLYING DEVOPS STRATEGIES ON SCALE USING AZURE DEVOPS SERVICES
APPLYING DEVOPS STRATEGIES ON SCALE USING AZURE DEVOPS SERVICESCodeOps Technologies LLP
 
BUILD, TEST & DEPLOY .NET CORE APPS IN AZURE DEVOPS
BUILD, TEST & DEPLOY .NET CORE APPS IN AZURE DEVOPSBUILD, TEST & DEPLOY .NET CORE APPS IN AZURE DEVOPS
BUILD, TEST & DEPLOY .NET CORE APPS IN AZURE DEVOPSCodeOps Technologies LLP
 
CREATE RELIABLE AND LOW-CODE APPLICATION IN SERVERLESS MANNER
CREATE RELIABLE AND LOW-CODE APPLICATION IN SERVERLESS MANNERCREATE RELIABLE AND LOW-CODE APPLICATION IN SERVERLESS MANNER
CREATE RELIABLE AND LOW-CODE APPLICATION IN SERVERLESS MANNERCodeOps Technologies LLP
 
CREATING REAL TIME DASHBOARD WITH BLAZOR, AZURE FUNCTION COSMOS DB AN AZURE S...
CREATING REAL TIME DASHBOARD WITH BLAZOR, AZURE FUNCTION COSMOS DB AN AZURE S...CREATING REAL TIME DASHBOARD WITH BLAZOR, AZURE FUNCTION COSMOS DB AN AZURE S...
CREATING REAL TIME DASHBOARD WITH BLAZOR, AZURE FUNCTION COSMOS DB AN AZURE S...CodeOps Technologies LLP
 
WRITE SCALABLE COMMUNICATION APPLICATION WITH POWER OF SERVERLESS
WRITE SCALABLE COMMUNICATION APPLICATION WITH POWER OF SERVERLESSWRITE SCALABLE COMMUNICATION APPLICATION WITH POWER OF SERVERLESS
WRITE SCALABLE COMMUNICATION APPLICATION WITH POWER OF SERVERLESSCodeOps Technologies LLP
 
Training And Serving ML Model Using Kubeflow by Jayesh Sharma
Training And Serving ML Model Using Kubeflow by Jayesh SharmaTraining And Serving ML Model Using Kubeflow by Jayesh Sharma
Training And Serving ML Model Using Kubeflow by Jayesh SharmaCodeOps Technologies LLP
 
Deploy Microservices To Kubernetes Without Secrets by Reenu Saluja
Deploy Microservices To Kubernetes Without Secrets by Reenu SalujaDeploy Microservices To Kubernetes Without Secrets by Reenu Saluja
Deploy Microservices To Kubernetes Without Secrets by Reenu SalujaCodeOps Technologies LLP
 
Leverage Azure Tech stack for any Kubernetes cluster via Azure Arc by Saiyam ...
Leverage Azure Tech stack for any Kubernetes cluster via Azure Arc by Saiyam ...Leverage Azure Tech stack for any Kubernetes cluster via Azure Arc by Saiyam ...
Leverage Azure Tech stack for any Kubernetes cluster via Azure Arc by Saiyam ...CodeOps Technologies LLP
 
YAML Tips For Kubernetes by Neependra Khare
YAML Tips For Kubernetes by Neependra KhareYAML Tips For Kubernetes by Neependra Khare
YAML Tips For Kubernetes by Neependra KhareCodeOps Technologies LLP
 
Must Know Azure Kubernetes Best Practices And Features For Better Resiliency ...
Must Know Azure Kubernetes Best Practices And Features For Better Resiliency ...Must Know Azure Kubernetes Best Practices And Features For Better Resiliency ...
Must Know Azure Kubernetes Best Practices And Features For Better Resiliency ...CodeOps Technologies LLP
 
Monitor Azure Kubernetes Cluster With Prometheus by Mamta Jha
Monitor Azure Kubernetes Cluster With Prometheus by Mamta JhaMonitor Azure Kubernetes Cluster With Prometheus by Mamta Jha
Monitor Azure Kubernetes Cluster With Prometheus by Mamta JhaCodeOps Technologies LLP
 
Functional Programming in Java 8 - Lambdas and Streams
Functional Programming in Java 8 - Lambdas and StreamsFunctional Programming in Java 8 - Lambdas and Streams
Functional Programming in Java 8 - Lambdas and StreamsCodeOps Technologies LLP
 
Distributed Tracing: New DevOps Foundation
Distributed Tracing: New DevOps FoundationDistributed Tracing: New DevOps Foundation
Distributed Tracing: New DevOps FoundationCodeOps Technologies LLP
 
"Distributed Tracing: New DevOps Foundation" by Jayesh Ahire
"Distributed Tracing: New DevOps Foundation" by Jayesh Ahire  "Distributed Tracing: New DevOps Foundation" by Jayesh Ahire
"Distributed Tracing: New DevOps Foundation" by Jayesh Ahire CodeOps Technologies LLP
 

Más de CodeOps Technologies LLP (20)

AWS Serverless Event-driven Architecture - in lastminute.com meetup
AWS Serverless Event-driven Architecture - in lastminute.com meetupAWS Serverless Event-driven Architecture - in lastminute.com meetup
AWS Serverless Event-driven Architecture - in lastminute.com meetup
 
Understanding azure batch service
Understanding azure batch serviceUnderstanding azure batch service
Understanding azure batch service
 
DEVOPS AND MACHINE LEARNING
DEVOPS AND MACHINE LEARNINGDEVOPS AND MACHINE LEARNING
DEVOPS AND MACHINE LEARNING
 
SERVERLESS MIDDLEWARE IN AZURE FUNCTIONS
SERVERLESS MIDDLEWARE IN AZURE FUNCTIONSSERVERLESS MIDDLEWARE IN AZURE FUNCTIONS
SERVERLESS MIDDLEWARE IN AZURE FUNCTIONS
 
BUILDING SERVERLESS SOLUTIONS WITH AZURE FUNCTIONS
BUILDING SERVERLESS SOLUTIONS WITH AZURE FUNCTIONSBUILDING SERVERLESS SOLUTIONS WITH AZURE FUNCTIONS
BUILDING SERVERLESS SOLUTIONS WITH AZURE FUNCTIONS
 
APPLYING DEVOPS STRATEGIES ON SCALE USING AZURE DEVOPS SERVICES
APPLYING DEVOPS STRATEGIES ON SCALE USING AZURE DEVOPS SERVICESAPPLYING DEVOPS STRATEGIES ON SCALE USING AZURE DEVOPS SERVICES
APPLYING DEVOPS STRATEGIES ON SCALE USING AZURE DEVOPS SERVICES
 
BUILD, TEST & DEPLOY .NET CORE APPS IN AZURE DEVOPS
BUILD, TEST & DEPLOY .NET CORE APPS IN AZURE DEVOPSBUILD, TEST & DEPLOY .NET CORE APPS IN AZURE DEVOPS
BUILD, TEST & DEPLOY .NET CORE APPS IN AZURE DEVOPS
 
CREATE RELIABLE AND LOW-CODE APPLICATION IN SERVERLESS MANNER
CREATE RELIABLE AND LOW-CODE APPLICATION IN SERVERLESS MANNERCREATE RELIABLE AND LOW-CODE APPLICATION IN SERVERLESS MANNER
CREATE RELIABLE AND LOW-CODE APPLICATION IN SERVERLESS MANNER
 
CREATING REAL TIME DASHBOARD WITH BLAZOR, AZURE FUNCTION COSMOS DB AN AZURE S...
CREATING REAL TIME DASHBOARD WITH BLAZOR, AZURE FUNCTION COSMOS DB AN AZURE S...CREATING REAL TIME DASHBOARD WITH BLAZOR, AZURE FUNCTION COSMOS DB AN AZURE S...
CREATING REAL TIME DASHBOARD WITH BLAZOR, AZURE FUNCTION COSMOS DB AN AZURE S...
 
WRITE SCALABLE COMMUNICATION APPLICATION WITH POWER OF SERVERLESS
WRITE SCALABLE COMMUNICATION APPLICATION WITH POWER OF SERVERLESSWRITE SCALABLE COMMUNICATION APPLICATION WITH POWER OF SERVERLESS
WRITE SCALABLE COMMUNICATION APPLICATION WITH POWER OF SERVERLESS
 
Training And Serving ML Model Using Kubeflow by Jayesh Sharma
Training And Serving ML Model Using Kubeflow by Jayesh SharmaTraining And Serving ML Model Using Kubeflow by Jayesh Sharma
Training And Serving ML Model Using Kubeflow by Jayesh Sharma
 
Deploy Microservices To Kubernetes Without Secrets by Reenu Saluja
Deploy Microservices To Kubernetes Without Secrets by Reenu SalujaDeploy Microservices To Kubernetes Without Secrets by Reenu Saluja
Deploy Microservices To Kubernetes Without Secrets by Reenu Saluja
 
Leverage Azure Tech stack for any Kubernetes cluster via Azure Arc by Saiyam ...
Leverage Azure Tech stack for any Kubernetes cluster via Azure Arc by Saiyam ...Leverage Azure Tech stack for any Kubernetes cluster via Azure Arc by Saiyam ...
Leverage Azure Tech stack for any Kubernetes cluster via Azure Arc by Saiyam ...
 
YAML Tips For Kubernetes by Neependra Khare
YAML Tips For Kubernetes by Neependra KhareYAML Tips For Kubernetes by Neependra Khare
YAML Tips For Kubernetes by Neependra Khare
 
Must Know Azure Kubernetes Best Practices And Features For Better Resiliency ...
Must Know Azure Kubernetes Best Practices And Features For Better Resiliency ...Must Know Azure Kubernetes Best Practices And Features For Better Resiliency ...
Must Know Azure Kubernetes Best Practices And Features For Better Resiliency ...
 
Monitor Azure Kubernetes Cluster With Prometheus by Mamta Jha
Monitor Azure Kubernetes Cluster With Prometheus by Mamta JhaMonitor Azure Kubernetes Cluster With Prometheus by Mamta Jha
Monitor Azure Kubernetes Cluster With Prometheus by Mamta Jha
 
Jet brains space intro presentation
Jet brains space intro presentationJet brains space intro presentation
Jet brains space intro presentation
 
Functional Programming in Java 8 - Lambdas and Streams
Functional Programming in Java 8 - Lambdas and StreamsFunctional Programming in Java 8 - Lambdas and Streams
Functional Programming in Java 8 - Lambdas and Streams
 
Distributed Tracing: New DevOps Foundation
Distributed Tracing: New DevOps FoundationDistributed Tracing: New DevOps Foundation
Distributed Tracing: New DevOps Foundation
 
"Distributed Tracing: New DevOps Foundation" by Jayesh Ahire
"Distributed Tracing: New DevOps Foundation" by Jayesh Ahire  "Distributed Tracing: New DevOps Foundation" by Jayesh Ahire
"Distributed Tracing: New DevOps Foundation" by Jayesh Ahire
 

Último

Unveiling the Tech Salsa of LAMs with Janus in Real-Time Applications
Unveiling the Tech Salsa of LAMs with Janus in Real-Time ApplicationsUnveiling the Tech Salsa of LAMs with Janus in Real-Time Applications
Unveiling the Tech Salsa of LAMs with Janus in Real-Time ApplicationsAlberto González Trastoy
 
How To Troubleshoot Collaboration Apps for the Modern Connected Worker
How To Troubleshoot Collaboration Apps for the Modern Connected WorkerHow To Troubleshoot Collaboration Apps for the Modern Connected Worker
How To Troubleshoot Collaboration Apps for the Modern Connected WorkerThousandEyes
 
HR Software Buyers Guide in 2024 - HRSoftware.com
HR Software Buyers Guide in 2024 - HRSoftware.comHR Software Buyers Guide in 2024 - HRSoftware.com
HR Software Buyers Guide in 2024 - HRSoftware.comFatema Valibhai
 
TECUNIQUE: Success Stories: IT Service provider
TECUNIQUE: Success Stories: IT Service providerTECUNIQUE: Success Stories: IT Service provider
TECUNIQUE: Success Stories: IT Service providermohitmore19
 
Steps To Getting Up And Running Quickly With MyTimeClock Employee Scheduling ...
Steps To Getting Up And Running Quickly With MyTimeClock Employee Scheduling ...Steps To Getting Up And Running Quickly With MyTimeClock Employee Scheduling ...
Steps To Getting Up And Running Quickly With MyTimeClock Employee Scheduling ...MyIntelliSource, Inc.
 
5 Signs You Need a Fashion PLM Software.pdf
5 Signs You Need a Fashion PLM Software.pdf5 Signs You Need a Fashion PLM Software.pdf
5 Signs You Need a Fashion PLM Software.pdfWave PLM
 
CALL ON ➥8923113531 🔝Call Girls Badshah Nagar Lucknow best Female service
CALL ON ➥8923113531 🔝Call Girls Badshah Nagar Lucknow best Female serviceCALL ON ➥8923113531 🔝Call Girls Badshah Nagar Lucknow best Female service
CALL ON ➥8923113531 🔝Call Girls Badshah Nagar Lucknow best Female serviceanilsa9823
 
The Ultimate Test Automation Guide_ Best Practices and Tips.pdf
The Ultimate Test Automation Guide_ Best Practices and Tips.pdfThe Ultimate Test Automation Guide_ Best Practices and Tips.pdf
The Ultimate Test Automation Guide_ Best Practices and Tips.pdfkalichargn70th171
 
Hand gesture recognition PROJECT PPT.pptx
Hand gesture recognition PROJECT PPT.pptxHand gesture recognition PROJECT PPT.pptx
Hand gesture recognition PROJECT PPT.pptxbodapatigopi8531
 
Software Quality Assurance Interview Questions
Software Quality Assurance Interview QuestionsSoftware Quality Assurance Interview Questions
Software Quality Assurance Interview QuestionsArshad QA
 
Short Story: Unveiling the Reasoning Abilities of Large Language Models by Ke...
Short Story: Unveiling the Reasoning Abilities of Large Language Models by Ke...Short Story: Unveiling the Reasoning Abilities of Large Language Models by Ke...
Short Story: Unveiling the Reasoning Abilities of Large Language Models by Ke...kellynguyen01
 
Learn the Fundamentals of XCUITest Framework_ A Beginner's Guide.pdf
Learn the Fundamentals of XCUITest Framework_ A Beginner's Guide.pdfLearn the Fundamentals of XCUITest Framework_ A Beginner's Guide.pdf
Learn the Fundamentals of XCUITest Framework_ A Beginner's Guide.pdfkalichargn70th171
 
Right Money Management App For Your Financial Goals
Right Money Management App For Your Financial GoalsRight Money Management App For Your Financial Goals
Right Money Management App For Your Financial GoalsJhone kinadey
 
Shapes for Sharing between Graph Data Spaces - and Epistemic Querying of RDF-...
Shapes for Sharing between Graph Data Spaces - and Epistemic Querying of RDF-...Shapes for Sharing between Graph Data Spaces - and Epistemic Querying of RDF-...
Shapes for Sharing between Graph Data Spaces - and Epistemic Querying of RDF-...Steffen Staab
 
Unlocking the Future of AI Agents with Large Language Models
Unlocking the Future of AI Agents with Large Language ModelsUnlocking the Future of AI Agents with Large Language Models
Unlocking the Future of AI Agents with Large Language Modelsaagamshah0812
 
call girls in Vaishali (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝✔️✔️
call girls in Vaishali (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝✔️✔️call girls in Vaishali (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝✔️✔️
call girls in Vaishali (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝✔️✔️Delhi Call girls
 
Optimizing AI for immediate response in Smart CCTV
Optimizing AI for immediate response in Smart CCTVOptimizing AI for immediate response in Smart CCTV
Optimizing AI for immediate response in Smart CCTVshikhaohhpro
 
SyndBuddy AI 2k Review 2024: Revolutionizing Content Syndication with AI
SyndBuddy AI 2k Review 2024: Revolutionizing Content Syndication with AISyndBuddy AI 2k Review 2024: Revolutionizing Content Syndication with AI
SyndBuddy AI 2k Review 2024: Revolutionizing Content Syndication with AIABDERRAOUF MEHENNI
 

Último (20)

Unveiling the Tech Salsa of LAMs with Janus in Real-Time Applications
Unveiling the Tech Salsa of LAMs with Janus in Real-Time ApplicationsUnveiling the Tech Salsa of LAMs with Janus in Real-Time Applications
Unveiling the Tech Salsa of LAMs with Janus in Real-Time Applications
 
Vip Call Girls Noida ➡️ Delhi ➡️ 9999965857 No Advance 24HRS Live
Vip Call Girls Noida ➡️ Delhi ➡️ 9999965857 No Advance 24HRS LiveVip Call Girls Noida ➡️ Delhi ➡️ 9999965857 No Advance 24HRS Live
Vip Call Girls Noida ➡️ Delhi ➡️ 9999965857 No Advance 24HRS Live
 
How To Troubleshoot Collaboration Apps for the Modern Connected Worker
How To Troubleshoot Collaboration Apps for the Modern Connected WorkerHow To Troubleshoot Collaboration Apps for the Modern Connected Worker
How To Troubleshoot Collaboration Apps for the Modern Connected Worker
 
HR Software Buyers Guide in 2024 - HRSoftware.com
HR Software Buyers Guide in 2024 - HRSoftware.comHR Software Buyers Guide in 2024 - HRSoftware.com
HR Software Buyers Guide in 2024 - HRSoftware.com
 
TECUNIQUE: Success Stories: IT Service provider
TECUNIQUE: Success Stories: IT Service providerTECUNIQUE: Success Stories: IT Service provider
TECUNIQUE: Success Stories: IT Service provider
 
Steps To Getting Up And Running Quickly With MyTimeClock Employee Scheduling ...
Steps To Getting Up And Running Quickly With MyTimeClock Employee Scheduling ...Steps To Getting Up And Running Quickly With MyTimeClock Employee Scheduling ...
Steps To Getting Up And Running Quickly With MyTimeClock Employee Scheduling ...
 
5 Signs You Need a Fashion PLM Software.pdf
5 Signs You Need a Fashion PLM Software.pdf5 Signs You Need a Fashion PLM Software.pdf
5 Signs You Need a Fashion PLM Software.pdf
 
CALL ON ➥8923113531 🔝Call Girls Badshah Nagar Lucknow best Female service
CALL ON ➥8923113531 🔝Call Girls Badshah Nagar Lucknow best Female serviceCALL ON ➥8923113531 🔝Call Girls Badshah Nagar Lucknow best Female service
CALL ON ➥8923113531 🔝Call Girls Badshah Nagar Lucknow best Female service
 
The Ultimate Test Automation Guide_ Best Practices and Tips.pdf
The Ultimate Test Automation Guide_ Best Practices and Tips.pdfThe Ultimate Test Automation Guide_ Best Practices and Tips.pdf
The Ultimate Test Automation Guide_ Best Practices and Tips.pdf
 
Hand gesture recognition PROJECT PPT.pptx
Hand gesture recognition PROJECT PPT.pptxHand gesture recognition PROJECT PPT.pptx
Hand gesture recognition PROJECT PPT.pptx
 
Software Quality Assurance Interview Questions
Software Quality Assurance Interview QuestionsSoftware Quality Assurance Interview Questions
Software Quality Assurance Interview Questions
 
Short Story: Unveiling the Reasoning Abilities of Large Language Models by Ke...
Short Story: Unveiling the Reasoning Abilities of Large Language Models by Ke...Short Story: Unveiling the Reasoning Abilities of Large Language Models by Ke...
Short Story: Unveiling the Reasoning Abilities of Large Language Models by Ke...
 
Learn the Fundamentals of XCUITest Framework_ A Beginner's Guide.pdf
Learn the Fundamentals of XCUITest Framework_ A Beginner's Guide.pdfLearn the Fundamentals of XCUITest Framework_ A Beginner's Guide.pdf
Learn the Fundamentals of XCUITest Framework_ A Beginner's Guide.pdf
 
Right Money Management App For Your Financial Goals
Right Money Management App For Your Financial GoalsRight Money Management App For Your Financial Goals
Right Money Management App For Your Financial Goals
 
Shapes for Sharing between Graph Data Spaces - and Epistemic Querying of RDF-...
Shapes for Sharing between Graph Data Spaces - and Epistemic Querying of RDF-...Shapes for Sharing between Graph Data Spaces - and Epistemic Querying of RDF-...
Shapes for Sharing between Graph Data Spaces - and Epistemic Querying of RDF-...
 
CHEAP Call Girls in Pushp Vihar (-DELHI )🔝 9953056974🔝(=)/CALL GIRLS SERVICE
CHEAP Call Girls in Pushp Vihar (-DELHI )🔝 9953056974🔝(=)/CALL GIRLS SERVICECHEAP Call Girls in Pushp Vihar (-DELHI )🔝 9953056974🔝(=)/CALL GIRLS SERVICE
CHEAP Call Girls in Pushp Vihar (-DELHI )🔝 9953056974🔝(=)/CALL GIRLS SERVICE
 
Unlocking the Future of AI Agents with Large Language Models
Unlocking the Future of AI Agents with Large Language ModelsUnlocking the Future of AI Agents with Large Language Models
Unlocking the Future of AI Agents with Large Language Models
 
call girls in Vaishali (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝✔️✔️
call girls in Vaishali (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝✔️✔️call girls in Vaishali (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝✔️✔️
call girls in Vaishali (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝✔️✔️
 
Optimizing AI for immediate response in Smart CCTV
Optimizing AI for immediate response in Smart CCTVOptimizing AI for immediate response in Smart CCTV
Optimizing AI for immediate response in Smart CCTV
 
SyndBuddy AI 2k Review 2024: Revolutionizing Content Syndication with AI
SyndBuddy AI 2k Review 2024: Revolutionizing Content Syndication with AISyndBuddy AI 2k Review 2024: Revolutionizing Content Syndication with AI
SyndBuddy AI 2k Review 2024: Revolutionizing Content Syndication with AI
 

How AI and ‘Big Learning’ transforms life science research - AI Dev Days Closing Keynote - Dr. Denis Bauer