SlideShare a Scribd company logo
Jérôme Gasperi
Web Processing Service
Séminaire Innovation PS

Toulouse, France - 1er
juillet 2014
Interoperability
What it means, Why it matters
Open Geospatial Consortium
Web Processing Service
What is WPS ?
WPS 1.0
WPS 2.0
WPS in action
Simple GIS processing
Image processing
Chaining WPS
What's next ?
Interoperability
What it means, why it matters
~7000since 1957
We need to standardize !
format | description | access
files metadata services
Known and readable !	

(ex.. JPG,TIF, HDF, etc.)
A structured (e.g. XML) and	

standardized (e.g. ISO 19115) description
OGC Web services	

W*S
INTEROPERABILITY
format | description | access
files metadata services
Known and readable !	

(ex.. JPG,TIF, HDF, etc.)
A structured (e.g. XML) and	

standardized (e.g. ISO 19115) description
OGC Web services	

W*S
Simple Complex
Requirements not supported	

Low harmonization	

Few benefits
Too simple
Difficult to implement	

High costs	

Substantial benefits to few users
Too complex
The right level of Interoperability
?
Interoperability
Open Geospatial Consortium
The Open Geospatial Consortium (OGC) is an international organization
originated in 1994 which encourage development and implementation
of open standards for geospatial content and services, GIS data
processing and data sharing.
479members on july, 1st 2014
Maps

WMS
Vectors

WFS
Data

WCS
Metadata

CSW
Processes

WPS
OGC Web services
Maps
WMS
Vectors
WFS
Data
WCS
Metadata
CSW
Processes

WPS
OGC Web services
Web Processing Service
What is WPS ?
WPS is an OGC standard that defines how to publish, describe and
execute geospatial processes
The WPS interface standardizes the way processes and their inputs/
outputs are described, how a client can request the execution of a
process, and how the output from a process is handled.
WPS does not specify the kind of processes that could be implemented
as a web service. Instead, it specifies a generic mechanism that can be
used to describe and web-enable any sort of geospatial process
WPS aProcessingWeb application
Web Processing Service
WPS 1.0 (Current standard)
Publish Describe Execute
GetCapabilities
The GetCapabilities operation
p r ov i d e s a c c e s s t o g e n e r a l
information about a live WPS
implementation, and lists the
operations and access methods
supported by that implementation
Publish
1
DescribeProcess
The DescribeProcess operation allows
WPS clients to request a full
of one or more
executed by the service. This description
includes the
parameters and formats and can be used
to automatically build a user interface to
capture the parameter values to be used
to execute a process
Describe
2
Execute
The Execute operation allows WPS
clients to
implemented by a server, using the
input parameter values provided and
returning
Inputs can be included directly in the
Execute request, or reference
accessible
Execute
3
<wps:Capabilities service="WPS" xml:lang="en-EN" version="1.0.0" updateSequence="1352815432361">!
<ows:ServiceIdentification>!
[...Service information i.e. title, abstract, keywords, etc...]!
</ows:ServiceIdentification>!
<ows:ServiceProvider>!
[...Provider information i.e. name, adress, phone, etc...]!
</ows:ServiceProvider>!
<ows:OperationsMetadata>!
[...URLs to GetCapabilities, DescribeProcess and execute services...]!
</ows:OperationsMetadata>!
<wps:ProcessOfferings>!
<wps:Process wps:processVersion="1.0.0">!
<ows:Identifier>urn:ogc:cstl:wps:otb:classification</ows:Identifier>!
<ows:Title>Classification</ows:Title>!
<ows:Abstract>Performs an image classification</ows:Abstract>!
</wps:Process>!
[...]!
</wps:ProcessOfferings>!
<wps:Languages>!
[...]!
</wps:Languages>!
<wps:WSDL xlink:href=""/>!
</wps:Capabilities>!
GetCapabilities http://mon.serveur.com/wps?service=WPS&request=GetCapabilities
GetCapabilities
The GetCapabilities operation
p r ov i d e s a c c e s s t o g e n e r a l
information
implementation, and
operations
supported by that implementation
Publish
1
DescribeProcess
The DescribeProcess operation allows
WPS clients to request a full description
of one or more processes that can be
executed by the service. This description
includes the input and output
parameters and formats and can be used
to automatically build a user interface to
capture the parameter values to be used
to execute a process
Describe
2
Execute
The Execute operation allows WPS
clients to
implemented by a server, using the
input parameter values provided and
returning
Inputs can be included directly in the
Execute request, or reference
accessible
Execute
3
<wps:ProcessDescriptions xmlns:gml="http://www.opengis.net/gml" xmlns:xlink="http://www.w3.org/1999/
xlink" xmlns:mml="http://www.w3.org/1998/Math/MathML" xmlns:wps="http://www.opengis.net/wps/1.0.0"
xmlns:ows="http://www.opengis.net/ows/1.1" service="WPS" version="1.0.0" xml:lang="en-EN">!
<ProcessDescription storeSupported="true" statusSupported="true" wps:processVersion="1.0.0">!
<ows:Identifier>urn:ogc:cstl:wps:otb:classification</ows:Identifier>!
<ows:Title>Classification</ows:Title>!
<ows:Abstract>Performs an image classification</ows:Abstract>!
<DataInputs>!
[...Standardized description of ComplexData, LiteralData or BoundingBoxData...]!
</DataInputs>!
<ProcessOutputs>!
[...Standardized description of ComplexOutput, LiteralOutput or BoundingBoxOutput...]!
</ProcessOutputs>!
</ProcessDescription>!
</wps:ProcessDescriptions>!
DescribeProcess http://mon.serveur.com/wps?service=WPS&request=DescribeProcess&identifier=urn:ogc:cstl:wps:otb:classification
storeSupported If set to true, process is launched asynchronously - acknowledgment is immediately sent back by the server and the
process is executed in background. Otherwise, process is launched synchronously - client holds on until the process is
finished and result is sent back (this could lead to timeout if process is too long)
GetCapabilities
The GetCapabilities operation
p r ov i d e s a c c e s s t o g e n e r a l
information
implementation, and
operations
supported by that implementation
Publish
1
DescribeProcess
The DescribeProcess operation allows
WPS clients to request a full
of one or more
executed by the service. This description
includes the
parameters and formats and can be used
to automatically build a user interface to
capture the parameter values to be used
to execute a process
Describe
2
Execute
The Execute operation allows WPS
clients to run a specified process
implemented by a server, using the
input parameter values provided and
returning the output values produced.
Inputs can be included directly in the
Execute request, or reference web
accessible resources
Execute
3
<wps:ExecuteResponse xml:lang="en" service="WPS"

serviceInstance="http://mon.serveur.com/wps/wps?"!
statusLocation="http://mon.serveur.com/wps/wps?request=GetExecutionStatus&executionId=5e59-6dfe"!
version="1.0.0" xmlns:wps="http://www.opengis.net/wps/1.0.0"!
xmlns:ows="http://www.opengis.net/ows/1.1" xmlns:xlink="http://www.w3.org/1999/xlink">!
<wps:Process wps:processVersion="1.0.0">!
<ows:Identifier>urn:ogc:cstl:wps:otb:classification</ows:Identifier>!
<ows:Title>Classification</ows:Title>!
<ows:Abstract>Performs an image classification</ows:Abstract>!
</wps:Process>!
<wps:Status creationTime="2013-01-09T16:17:08.262Z">!
<wps:ProcessAccepted>Process accepted</wps:ProcessAccepted>!
</wps:Status>!
</wps:ExecuteResponse>!
!
Execute http://mon.serveur.com/wps?service=WPS&request=execute POST data+
statusLocation Server updates the content of statusLocation url regarding the processing progress. Once finished, status is set to
<wps:ProcessSucceeded>.As a consequence, the Web client needs to periodically call the statusLocation url to determine
the end of the processing
The major flaw in WPS 1.0 is the lack of true asynchronous process
management...There is no way to cancel a launched process !
Web Processing Service
WPS 2.0 (The next step)
WPS 2.0 adds process management operations - Dismiss, Pause, Resume
and GetStatus. This set of operations is a must have to deploy
asynchronous WPS - especially in the
GetStatus
The GetStatus operation allows WPS
clients to query the status of an
asynchronously executed job
Check
4
GetResult
The GetResult operation allows WPS
clients to query the result of a finished
processing job. It is used in conjunction
with asynchronous execution
Retrieve
5
Dismiss
The dismiss extension allows a client
to cancel a job execution. The
dismiss operation is a job control
operation. Its availability is indicated
p e r p r o c e s s u s i n g t h e
j o b C o n t r o l O p t i o n s i n t h e
P r o c e s s S u m m a r y a n d t h e
ProcessOffering structures.
Abort
6
Pause
The Pause operation allows clients to
pause an asynchronous execution
request of a Process. Depending of
the state of the Processing Job, its
execution would not start or being
paused. On successful pause, updated
status is sent back with the state
processPaused
Pause
7
Resume
The Resume operation allows clients to
resume the asynchronous execution
request of a Process in the sense of the
Processing Job would be eligible again for
execution. On successful resume,
updated status is sent back with the state
set to the state that Processing Job had
when it have been paused
Resume
8
WPS 2.0 should be officially approved as an OGC standard in fall 2014
WPS in action
Simple GIS processing
https://vimeo.com/67288678
It works pretty well !
But what about image processing ?
WPS in action
Image processing - Assisted land cover classification
From pixel...
Remote sensing image
...to information
Land cover thematic map
Transferring a large volume of data is problematic
True for upload (i.e. the input image) and download (i.e. the result)
Issue...
Data and processes should be collocated
Processing results should be downloaded only if needed
Good option is to offer a Web service to visualize/manipulate results
...so
WPS aProcessingWeb application
mapshup Web
application
http://mapshup.info
WPSConstellation
http://www.constellation-sdi.org
Orfeo Toolbox Processing
http://orfeo-toolbox.org
Orfeo Toolbox Remote sensing image library
Open Source
Developped by the French Space Agency
Processing
Orfeo Toolbox More than 70 high level processing chains
orthorectification
segmentation
classification
etc.
Processing
Orfeo Toolbox More than 70 high level processing chains
orthorectification
segmentation
classification
etc.
Processing
Supervised learning
(land cover is computed from a set of "well known areas" given by user)
Based on SVM
(http://en.wikipedia.org/wiki/Support_vector_machine)
Constellation
WPS
Geospatial Networking Services
OGC/ISO implementations
Multi platform (JAVA)
OpenSource
WMS WFS CSW WPS
mapshup Improves access to geospatial data
HTML + javascript
Based on OpenLayers and jQuery
Web
application
WPSWPS a
Web application
1
1 - DescribeProcess request for "Classification"
Classification process
description
2
2 - Set up MMI from process description
+Image url
Well known areas
3
3 - Execute an asynchronous "Classification" request
Land Cover
4
4 - Display result retrieved as a WMS layer
Orfeo Toolbox
mapshup
Image
https://vimeo.com/67288677
Chaining WPS
A chain of services
A WPS process is normally an atomic function
WPS	

A
WPS	

C
Data	

B
WPS	

A
WPS	

C
Data	

B
Process with then process the result withData	

B
WPS	

A
WPS	

C
A Web client can be used to orchestrate a service chain that includes one or
more WPS within a federation
Chaining WPS
OWS-10 OGC testbed - Quality assessment and land cover services in a collaborative clouds environment
Note: this work is the result of the CNES/Astrium joint initiative within the
« Open Mobility » thread - Cloud Computing of the OGC OWS-10 Testbed
Orthorectification of raw image
!
Assess quality of the orthorectified image
in terms of geometrical accuracy
!
Compute Land Cover map from
an orthorectified image
Features
Client base processing chain workflow
between multiple clouds
!
Collaborative processing without raw data
acquisition transfert between clouds
!
WPS based on demand processing
!
Integration of Orfeo Toolbox library within
Constellation SDI
Key points
mapshup
http://mapshup.info
Constellation SDIhttp://www.constellation-sdi.org
Airbus Defense and Space WPS
WPS
WPS
Web
Client
Orfeo Toolbox
WMS CSW
http://orfeo-toolbox.org/otb/
Architecture browser,	

everywhere
Rome,	

Italy
Toulouse,	

France
Montpellier,	

France
WMS
WPS
WPS
Download
WMS
WPS
CSW
WMS
Raw images
Metadata
+
Reference 3D data
Orthorectify browser,	

everywhere
Rome,	

Italy
Toulouse,	

France
Montpellier,	

France
WMS
WPS
WPS
Download
WMS
WPS
CSW
WMS
Raw images
Metadata
+
Reference 3D data
Search catalog
1
Orthorectify raw image stored on a Terradue
infrastructure using a reference database and
processing chain located at Airbus Defense&Space
infrastructure without moving the data
browser,	

everywhere
Rome,	

Italy
Toulouse,	

France
Montpellier,	

France
WMS
WPS
WPS
Download
WMS
WPS
CSW
WMS
Raw images
Metadata
+
Reference 3D data
Search catalog
1
Ask for
Orthorectification
2
Orthorectify
Orthorectify raw image stored on a Terradue
infrastructure using a reference database and
processing chain located at Airbus Defense&Space
infrastructure without moving the data
browser,	

everywhere
Rome,	

Italy
Toulouse,	

France
Montpellier,	

France
WMS
WPS
WPS
Download
WMS
WPS
CSW
WMS
Raw images
Metadata
+
Reference 3D data
Search catalog
1
Ask for
Orthorectification
2
Compute AOIs
3
Orthorectify
Compute RPCs
Orthorectify raw image stored on a Terradue
infrastructure using a reference database and
processing chain located at Airbus Defense&Space
infrastructure without moving the data
browser,	

everywhere
Rome,	

Italy
Toulouse,	

France
Montpellier,	

France
WMS
WPS
WPS
Download
WMS
WPS
CSW
WMS
Raw images
Metadata
+
Reference 3D data
Search catalog
1
Ask for
Orthorectification
2
Orthorectify
Apply RPCs to
generate orthoimage4
Compute AOIs
3
Compute RPCs
Orthorectify raw image stored on a Terradue
infrastructure using a reference database and
processing chain located at Airbus Defense&Space
infrastructure without moving the data
browser,	

everywhere
Rome,	

Italy
Toulouse,	

France
Montpellier,	

France
WMS
WPS
WPS
Download
WMS
WPS
CSW
WMS
Raw images
Metadata
+
Reference 3D data
Search catalog
1
Ask for
Orthorectification
2
Stream orthoimage
WMS layer
5
Orthorectify
Apply RPCs to
generate orthoimage4
Compute AOIs
3
Compute RPCs
Orthorectify raw image stored on a Terradue
infrastructure using a reference database and
processing chain located at Airbus Defense&Space
infrastructure without moving the data
browser,	

everywhere
Rome,	

Italy
Toulouse,	

France
Montpellier,	

France
WMS
WPS
WPS
Download
WMS
WPS
Orthoimage
CSW
WMS
Raw images
Metadata
+
Reference 3D data
Assess Quality
Assess orthoimage quality
6
Assess quality of the orthorectified image stored on
Terradue infrastructure using a reference database
and processing chain located at Airbus
Defense&Space infrastructure without moving
the data
browser,	

everywhere
Rome,	

Italy
Toulouse,	

France
Montpellier,	

France
WMS
WPS
WPS
Download
WMS
WPS
Orthoimage
CSW
WMS
Raw images
Metadata
+
Reference 3D data
Assess Quality
Compute AOIs
Compute Errors
7
Assess orthoimage quality
6
Assess quality of the orthorectified image stored on
Terradue infrastructure using a reference database
and processing chain located at Airbus
Defense&Space infrastructure without moving
the data
browser,	

everywhere
Rome,	

Italy
Toulouse,	

France
Montpellier,	

France
WMS
WPS
WPS
Download
WMS
WPS
Orthoimage
CSW
WMS
Raw images
Metadata
+
Reference 3D data
Assess Quality
Stream error shift
WMS layer
8
Compute AOIs
Compute Errors
7
Assess orthoimage quality
6
Assess quality of the orthorectified image stored on
Terradue infrastructure using a reference database
and processing chain located at Airbus
Defense&Space infrastructure without moving
the data
Land Cover browser,	

everywhere
Rome,	

Italy
Toulouse,	

France
Montpellier,	

France
WMS
WPS
WPS
Download
WMS
WPS
Orthoimage
Learning features
CSW
WMS
Raw images
Metadata
+
Reference 3D data
Compute Land Cover
from orthoimage
(stored on cloud)
9
Compute Land Cover from orthorectified image
stored on Terradue infrastructure using CNES OTB
processing executed on Geomatys infrastructure
Land Cover browser,	

everywhere
Rome,	

Italy
Toulouse,	

France
Montpellier,	

France
WMS
WPS
WPS
Download
WMS
WPS
Orthoimage
CSW
WMS
Raw images
Metadata
+
Reference 3D data
Learning features
Compute Land Cover
from orthoimage
(stored on cloud)
9
Stream land cover map
WMS layer
10
Compute Land Cover from orthorectified image
stored on Terradue infrastructure using CNES OTB
processing executed on Geomatys infrastructure
https://vimeo.com/90131217
What’s next ?
GSCB - Federated Project Pilot - WPS for the European Ground Segments
CNES
DLR
ESA	

Dream
FedEO
WPS	

OTB
OpenSearch
Landsat	

Dissharm
Take 5	

SPOT 4
Landsat 8
OpenSearch
TerraSar-X	

Supersite
WMS
Search
Search
Visualize
Process
1
1
2
3
Architecture

Federated Project Pilot - GSCB
https://vimeo.com/98979095
Web Processing Service

More Related Content

What's hot

Az 104 session 4: azure storage
Az 104 session 4: azure storageAz 104 session 4: azure storage
Az 104 session 4: azure storage
AzureEzy1
 
Provisioning Datadog with Terraform
Provisioning Datadog with TerraformProvisioning Datadog with Terraform
Provisioning Datadog with Terraform
Matt Spurlin
 
Managing your Hadoop Clusters with Apache Ambari
Managing your Hadoop Clusters with Apache AmbariManaging your Hadoop Clusters with Apache Ambari
Managing your Hadoop Clusters with Apache Ambari
DataWorks Summit
 
オフラインWebアプリケーションのつくりかた
オフラインWebアプリケーションのつくりかたオフラインWebアプリケーションのつくりかた
オフラインWebアプリケーションのつくりかた
Shumpei Shiraishi
 
An Introduction to Azure IaaS
An Introduction to Azure IaaSAn Introduction to Azure IaaS
An Introduction to Azure IaaS
Applied Information Sciences
 
Netflix Architecture Tutorial at Gluecon
Netflix Architecture Tutorial at GlueconNetflix Architecture Tutorial at Gluecon
Netflix Architecture Tutorial at Gluecon
Adrian Cockcroft
 
Unifying Stream, SWL and CEP for Declarative Stream Processing with Apache Flink
Unifying Stream, SWL and CEP for Declarative Stream Processing with Apache FlinkUnifying Stream, SWL and CEP for Declarative Stream Processing with Apache Flink
Unifying Stream, SWL and CEP for Declarative Stream Processing with Apache Flink
DataWorks Summit/Hadoop Summit
 
SQL to Azure Migrations
SQL to Azure MigrationsSQL to Azure Migrations
SQL to Azure Migrations
Datavail
 
SparkOscope: Enabling Apache Spark Optimization through Cross Stack Monitorin...
SparkOscope: Enabling Apache Spark Optimization through Cross Stack Monitorin...SparkOscope: Enabling Apache Spark Optimization through Cross Stack Monitorin...
SparkOscope: Enabling Apache Spark Optimization through Cross Stack Monitorin...
Databricks
 
interface graphique mobile.pdf
interface graphique mobile.pdfinterface graphique mobile.pdf
interface graphique mobile.pdf
YasmineChihab1
 
Apache Ranger
Apache RangerApache Ranger
Apache Ranger
Mike Frampton
 
Cloud Reference Architecture - Part 1 Foundation
Cloud Reference Architecture - Part 1 FoundationCloud Reference Architecture - Part 1 Foundation
Cloud Reference Architecture - Part 1 Foundation
Ammar Hasayen
 
Presentation SOAP
 Presentation SOAP Presentation SOAP
Presentation SOAP
litayem bechir
 
Dossier de competences MBH
Dossier de competences MBHDossier de competences MBH
Dossier de competences MBH
Clementine D.
 
Az 104 session 3 azure compute
Az 104 session 3 azure compute Az 104 session 3 azure compute
Az 104 session 3 azure compute
AzureEzy1
 
Spring cloud config
Spring cloud configSpring cloud config
Spring cloud config
Shubhani Jain
 
Cloud Computing : enjeux pour les DSI
Cloud Computing : enjeux pour les DSICloud Computing : enjeux pour les DSI
Cloud Computing : enjeux pour les DSI
Stor Solutions
 
Domain Migration/Administration for the
Domain Migration/Administration for the Domain Migration/Administration for the
Domain Migration/Administration for the webhostingguy
 
Présentation de Microsoft Office 365 et des briques de sécurité Fédération, P...
Présentation de Microsoft Office 365 et des briques de sécurité Fédération, P...Présentation de Microsoft Office 365 et des briques de sécurité Fédération, P...
Présentation de Microsoft Office 365 et des briques de sécurité Fédération, P...
Microsoft Technet France
 
HBase Read High Availability Using Timeline Consistent Region Replicas
HBase  Read High Availability Using Timeline Consistent Region ReplicasHBase  Read High Availability Using Timeline Consistent Region Replicas
HBase Read High Availability Using Timeline Consistent Region Replicas
enissoz
 

What's hot (20)

Az 104 session 4: azure storage
Az 104 session 4: azure storageAz 104 session 4: azure storage
Az 104 session 4: azure storage
 
Provisioning Datadog with Terraform
Provisioning Datadog with TerraformProvisioning Datadog with Terraform
Provisioning Datadog with Terraform
 
Managing your Hadoop Clusters with Apache Ambari
Managing your Hadoop Clusters with Apache AmbariManaging your Hadoop Clusters with Apache Ambari
Managing your Hadoop Clusters with Apache Ambari
 
オフラインWebアプリケーションのつくりかた
オフラインWebアプリケーションのつくりかたオフラインWebアプリケーションのつくりかた
オフラインWebアプリケーションのつくりかた
 
An Introduction to Azure IaaS
An Introduction to Azure IaaSAn Introduction to Azure IaaS
An Introduction to Azure IaaS
 
Netflix Architecture Tutorial at Gluecon
Netflix Architecture Tutorial at GlueconNetflix Architecture Tutorial at Gluecon
Netflix Architecture Tutorial at Gluecon
 
Unifying Stream, SWL and CEP for Declarative Stream Processing with Apache Flink
Unifying Stream, SWL and CEP for Declarative Stream Processing with Apache FlinkUnifying Stream, SWL and CEP for Declarative Stream Processing with Apache Flink
Unifying Stream, SWL and CEP for Declarative Stream Processing with Apache Flink
 
SQL to Azure Migrations
SQL to Azure MigrationsSQL to Azure Migrations
SQL to Azure Migrations
 
SparkOscope: Enabling Apache Spark Optimization through Cross Stack Monitorin...
SparkOscope: Enabling Apache Spark Optimization through Cross Stack Monitorin...SparkOscope: Enabling Apache Spark Optimization through Cross Stack Monitorin...
SparkOscope: Enabling Apache Spark Optimization through Cross Stack Monitorin...
 
interface graphique mobile.pdf
interface graphique mobile.pdfinterface graphique mobile.pdf
interface graphique mobile.pdf
 
Apache Ranger
Apache RangerApache Ranger
Apache Ranger
 
Cloud Reference Architecture - Part 1 Foundation
Cloud Reference Architecture - Part 1 FoundationCloud Reference Architecture - Part 1 Foundation
Cloud Reference Architecture - Part 1 Foundation
 
Presentation SOAP
 Presentation SOAP Presentation SOAP
Presentation SOAP
 
Dossier de competences MBH
Dossier de competences MBHDossier de competences MBH
Dossier de competences MBH
 
Az 104 session 3 azure compute
Az 104 session 3 azure compute Az 104 session 3 azure compute
Az 104 session 3 azure compute
 
Spring cloud config
Spring cloud configSpring cloud config
Spring cloud config
 
Cloud Computing : enjeux pour les DSI
Cloud Computing : enjeux pour les DSICloud Computing : enjeux pour les DSI
Cloud Computing : enjeux pour les DSI
 
Domain Migration/Administration for the
Domain Migration/Administration for the Domain Migration/Administration for the
Domain Migration/Administration for the
 
Présentation de Microsoft Office 365 et des briques de sécurité Fédération, P...
Présentation de Microsoft Office 365 et des briques de sécurité Fédération, P...Présentation de Microsoft Office 365 et des briques de sécurité Fédération, P...
Présentation de Microsoft Office 365 et des briques de sécurité Fédération, P...
 
HBase Read High Availability Using Timeline Consistent Region Replicas
HBase  Read High Availability Using Timeline Consistent Region ReplicasHBase  Read High Availability Using Timeline Consistent Region Replicas
HBase Read High Availability Using Timeline Consistent Region Replicas
 

Viewers also liked

WPS Shootout
WPS ShootoutWPS Shootout
WPS Shootout
Jody Garnett
 
Semantic search within Earth Observation products databases based on automati...
Semantic search within Earth Observation products databases based on automati...Semantic search within Earth Observation products databases based on automati...
Semantic search within Earth Observation products databases based on automati...
Gasperi Jerome
 
RESTful Web Processing Service
RESTful Web Processing ServiceRESTful Web Processing Service
RESTful Web Processing Service
Theodor Foerster
 
Evaluation of Web Processing Service Frameworks
Evaluation of Web Processing Service FrameworksEvaluation of Web Processing Service Frameworks
Evaluation of Web Processing Service Frameworks
Ebrahim Poorazizi
 
Processing chains with OGC Web Processing Services to process satellite data ...
Processing chains with OGC Web Processing Services to process satellite data ...Processing chains with OGC Web Processing Services to process satellite data ...
Processing chains with OGC Web Processing Services to process satellite data ...
FOSS4G 2011
 
The Web Processing Service Standard - Benjamin Proß
The Web Processing Service Standard - Benjamin ProßThe Web Processing Service Standard - Benjamin Proß
The Web Processing Service Standard - Benjamin Proß
Luis_de_Sousa
 
The 52°North Web Processing Service
The 52°North Web Processing ServiceThe 52°North Web Processing Service
The 52°North Web Processing Service
Daniel Nüst
 
Field Data Collecting, Processing and Sharing: Using web Service Technologies
Field Data Collecting, Processing and Sharing: Using web Service TechnologiesField Data Collecting, Processing and Sharing: Using web Service Technologies
Field Data Collecting, Processing and Sharing: Using web Service Technologies
Niroshan Sanjaya
 

Viewers also liked (8)

WPS Shootout
WPS ShootoutWPS Shootout
WPS Shootout
 
Semantic search within Earth Observation products databases based on automati...
Semantic search within Earth Observation products databases based on automati...Semantic search within Earth Observation products databases based on automati...
Semantic search within Earth Observation products databases based on automati...
 
RESTful Web Processing Service
RESTful Web Processing ServiceRESTful Web Processing Service
RESTful Web Processing Service
 
Evaluation of Web Processing Service Frameworks
Evaluation of Web Processing Service FrameworksEvaluation of Web Processing Service Frameworks
Evaluation of Web Processing Service Frameworks
 
Processing chains with OGC Web Processing Services to process satellite data ...
Processing chains with OGC Web Processing Services to process satellite data ...Processing chains with OGC Web Processing Services to process satellite data ...
Processing chains with OGC Web Processing Services to process satellite data ...
 
The Web Processing Service Standard - Benjamin Proß
The Web Processing Service Standard - Benjamin ProßThe Web Processing Service Standard - Benjamin Proß
The Web Processing Service Standard - Benjamin Proß
 
The 52°North Web Processing Service
The 52°North Web Processing ServiceThe 52°North Web Processing Service
The 52°North Web Processing Service
 
Field Data Collecting, Processing and Sharing: Using web Service Technologies
Field Data Collecting, Processing and Sharing: Using web Service TechnologiesField Data Collecting, Processing and Sharing: Using web Service Technologies
Field Data Collecting, Processing and Sharing: Using web Service Technologies
 

Similar to Web Processing Service

Traitements de données à la demande - Introduction au Web Processing Service
Traitements de données à la demande - Introduction au Web Processing ServiceTraitements de données à la demande - Introduction au Web Processing Service
Traitements de données à la demande - Introduction au Web Processing Service
Gasperi Jerome
 
ESB Testing
ESB TestingESB Testing
ESB Testing
Nithin Bijjala
 
PDC Highlights
PDC HighlightsPDC Highlights
PDC Highlights
MS Innovation Days
 
About work flow
About work flowAbout work flow
About work flow
Narender Singh
 
Web Processing Service
Web Processing ServiceWeb Processing Service
Web Processing Service
Gasperi Jerome
 
WF_in_retail_banking_enterprise_systems
WF_in_retail_banking_enterprise_systemsWF_in_retail_banking_enterprise_systems
WF_in_retail_banking_enterprise_systemsOleh Zheleznyak
 
The Security Framework for Workflow Management Systems
The Security Framework for Workflow Management SystemsThe Security Framework for Workflow Management Systems
The Security Framework for Workflow Management Systems
Swanky Hsiao
 
UEMB240: Managing Your User Profile Data at Scale
UEMB240: Managing Your User Profile Data at ScaleUEMB240: Managing Your User Profile Data at Scale
UEMB240: Managing Your User Profile Data at Scale
Ivanti
 
Hpe service virtualization 3.8 what's new chicago adm
Hpe service virtualization 3.8 what's new chicago admHpe service virtualization 3.8 what's new chicago adm
Hpe service virtualization 3.8 what's new chicago adm
Jeffrey Nunn
 
Inventory management using temporal workflow engine
Inventory management using temporal workflow engineInventory management using temporal workflow engine
Inventory management using temporal workflow engine
salman4test2
 
]project-open[ Workflow Developer Tutorial Part 4
]project-open[ Workflow Developer Tutorial Part 4]project-open[ Workflow Developer Tutorial Part 4
]project-open[ Workflow Developer Tutorial Part 4
Klaus Hofeditz
 
Jenniffer
JennifferJenniffer
Jenniffer
Ben Laarhoven
 
SAP Implementation and administration guide by bob panic
SAP Implementation and administration guide by bob panicSAP Implementation and administration guide by bob panic
SAP Implementation and administration guide by bob panicbob panic
 
Sap basis online training classes
Sap basis online training classesSap basis online training classes
Sap basis online training classes
sapehsit
 
Service workers and their role in PWAs
Service workers and their role in PWAsService workers and their role in PWAs
Service workers and their role in PWAs
Ipsha Bhidonia
 
Copy of Silk performer - KT.pptx
Copy of Silk performer - KT.pptxCopy of Silk performer - KT.pptx
Copy of Silk performer - KT.pptx
ssuser20fcbe
 
Web services
Web servicesWeb services
Web services
Peter R. Egli
 
Service Oriented Architecture in NodeJS
Service Oriented Architecture in NodeJSService Oriented Architecture in NodeJS
Service Oriented Architecture in NodeJS
Andolasoft Inc
 
Automating it management with Puppet + ServiceNow
Automating it management with Puppet + ServiceNowAutomating it management with Puppet + ServiceNow
Automating it management with Puppet + ServiceNow
Puppet
 

Similar to Web Processing Service (20)

Traitements de données à la demande - Introduction au Web Processing Service
Traitements de données à la demande - Introduction au Web Processing ServiceTraitements de données à la demande - Introduction au Web Processing Service
Traitements de données à la demande - Introduction au Web Processing Service
 
ESB Testing
ESB TestingESB Testing
ESB Testing
 
PDC Highlights
PDC HighlightsPDC Highlights
PDC Highlights
 
About work flow
About work flowAbout work flow
About work flow
 
Web Processing Service
Web Processing ServiceWeb Processing Service
Web Processing Service
 
WF_in_retail_banking_enterprise_systems
WF_in_retail_banking_enterprise_systemsWF_in_retail_banking_enterprise_systems
WF_in_retail_banking_enterprise_systems
 
The Security Framework for Workflow Management Systems
The Security Framework for Workflow Management SystemsThe Security Framework for Workflow Management Systems
The Security Framework for Workflow Management Systems
 
UEMB240: Managing Your User Profile Data at Scale
UEMB240: Managing Your User Profile Data at ScaleUEMB240: Managing Your User Profile Data at Scale
UEMB240: Managing Your User Profile Data at Scale
 
Hpe service virtualization 3.8 what's new chicago adm
Hpe service virtualization 3.8 what's new chicago admHpe service virtualization 3.8 what's new chicago adm
Hpe service virtualization 3.8 what's new chicago adm
 
Inventory management using temporal workflow engine
Inventory management using temporal workflow engineInventory management using temporal workflow engine
Inventory management using temporal workflow engine
 
]project-open[ Workflow Developer Tutorial Part 4
]project-open[ Workflow Developer Tutorial Part 4]project-open[ Workflow Developer Tutorial Part 4
]project-open[ Workflow Developer Tutorial Part 4
 
Jenniffer
JennifferJenniffer
Jenniffer
 
SAP Implementation and administration guide by bob panic
SAP Implementation and administration guide by bob panicSAP Implementation and administration guide by bob panic
SAP Implementation and administration guide by bob panic
 
Sap basis online training classes
Sap basis online training classesSap basis online training classes
Sap basis online training classes
 
Soa Test Methodology
Soa Test MethodologySoa Test Methodology
Soa Test Methodology
 
Service workers and their role in PWAs
Service workers and their role in PWAsService workers and their role in PWAs
Service workers and their role in PWAs
 
Copy of Silk performer - KT.pptx
Copy of Silk performer - KT.pptxCopy of Silk performer - KT.pptx
Copy of Silk performer - KT.pptx
 
Web services
Web servicesWeb services
Web services
 
Service Oriented Architecture in NodeJS
Service Oriented Architecture in NodeJSService Oriented Architecture in NodeJS
Service Oriented Architecture in NodeJS
 
Automating it management with Puppet + ServiceNow
Automating it management with Puppet + ServiceNowAutomating it management with Puppet + ServiceNow
Automating it management with Puppet + ServiceNow
 

More from Gasperi Jerome

Big data from space - Module Big Data ISAE 2017
Big data from space - Module Big Data ISAE 2017Big data from space - Module Big Data ISAE 2017
Big data from space - Module Big Data ISAE 2017
Gasperi Jerome
 
Le Big Data et les données Copernicus
Le Big Data et les données CopernicusLe Big Data et les données Copernicus
Le Big Data et les données Copernicus
Gasperi Jerome
 
2016.02.18 big data from space toulouse data science
2016.02.18   big data from space    toulouse data science2016.02.18   big data from space    toulouse data science
2016.02.18 big data from space toulouse data science
Gasperi Jerome
 
2015.11.12 big data from space - cusi toulouse
2015.11.12   big data from space - cusi toulouse2015.11.12   big data from space - cusi toulouse
2015.11.12 big data from space - cusi toulouse
Gasperi Jerome
 
Big Data - Accès et traitement des données d’Observation de laTerre
Big Data - Accès et traitement des données d’Observation de laTerreBig Data - Accès et traitement des données d’Observation de laTerre
Big Data - Accès et traitement des données d’Observation de laTerre
Gasperi Jerome
 
2014.09.04 federated ground segments - toulouse
2014.09.04   federated ground segments - toulouse2014.09.04   federated ground segments - toulouse
2014.09.04 federated ground segments - toulouse
Gasperi Jerome
 
2014.04.22 - HyDre - Hydroweb Distribution Server
2014.04.22 - HyDre - Hydroweb Distribution Server2014.04.22 - HyDre - Hydroweb Distribution Server
2014.04.22 - HyDre - Hydroweb Distribution Server
Gasperi Jerome
 
Semantic search for Earth Observation products
Semantic search for Earth Observation productsSemantic search for Earth Observation products
Semantic search for Earth Observation products
Gasperi Jerome
 
RESTo - restful semantic search tool for geospatial
RESTo - restful semantic search tool for geospatialRESTo - restful semantic search tool for geospatial
RESTo - restful semantic search tool for geospatial
Gasperi Jerome
 
Single Sign On with OAuth and OpenID
Single Sign On with OAuth and OpenIDSingle Sign On with OAuth and OpenID
Single Sign On with OAuth and OpenID
Gasperi Jerome
 
CNES Data Center
CNES Data CenterCNES Data Center
CNES Data Center
Gasperi Jerome
 
CNES OpenSearch implementations
CNES OpenSearch implementationsCNES OpenSearch implementations
CNES OpenSearch implementations
Gasperi Jerome
 
Unify Earth Observation products access with OpenSearch
Unify Earth Observation products access with OpenSearchUnify Earth Observation products access with OpenSearch
Unify Earth Observation products access with OpenSearch
Gasperi Jerome
 
CNES activities on semantic search
CNES activities on semantic searchCNES activities on semantic search
CNES activities on semantic search
Gasperi Jerome
 
Data access and data extraction services within the Land Imagery Portal
Data access and data extraction services within the Land Imagery PortalData access and data extraction services within the Land Imagery Portal
Data access and data extraction services within the Land Imagery Portal
Gasperi Jerome
 
Semantic search applied to Earth Observation products
Semantic search applied to Earth Observation productsSemantic search applied to Earth Observation products
Semantic search applied to Earth Observation products
Gasperi Jerome
 
Accès à l’information satellitaire dans un contexte réactif de catastrophe na...
Accès à l’information satellitaire dans un contexte réactif de catastrophe na...Accès à l’information satellitaire dans un contexte réactif de catastrophe na...
Accès à l’information satellitaire dans un contexte réactif de catastrophe na...
Gasperi Jerome
 
Experimenting a cloud based solution for image processing and data access
Experimenting a cloud based solution for image processing and data accessExperimenting a cloud based solution for image processing and data access
Experimenting a cloud based solution for image processing and data access
Gasperi Jerome
 
Interoperability and value added to earth observation data - 2011.11.24
Interoperability and value added to earth observation data - 2011.11.24Interoperability and value added to earth observation data - 2011.11.24
Interoperability and value added to earth observation data - 2011.11.24Gasperi Jerome
 
Cloud computing and web processing services
Cloud computing and web processing servicesCloud computing and web processing services
Cloud computing and web processing services
Gasperi Jerome
 

More from Gasperi Jerome (20)

Big data from space - Module Big Data ISAE 2017
Big data from space - Module Big Data ISAE 2017Big data from space - Module Big Data ISAE 2017
Big data from space - Module Big Data ISAE 2017
 
Le Big Data et les données Copernicus
Le Big Data et les données CopernicusLe Big Data et les données Copernicus
Le Big Data et les données Copernicus
 
2016.02.18 big data from space toulouse data science
2016.02.18   big data from space    toulouse data science2016.02.18   big data from space    toulouse data science
2016.02.18 big data from space toulouse data science
 
2015.11.12 big data from space - cusi toulouse
2015.11.12   big data from space - cusi toulouse2015.11.12   big data from space - cusi toulouse
2015.11.12 big data from space - cusi toulouse
 
Big Data - Accès et traitement des données d’Observation de laTerre
Big Data - Accès et traitement des données d’Observation de laTerreBig Data - Accès et traitement des données d’Observation de laTerre
Big Data - Accès et traitement des données d’Observation de laTerre
 
2014.09.04 federated ground segments - toulouse
2014.09.04   federated ground segments - toulouse2014.09.04   federated ground segments - toulouse
2014.09.04 federated ground segments - toulouse
 
2014.04.22 - HyDre - Hydroweb Distribution Server
2014.04.22 - HyDre - Hydroweb Distribution Server2014.04.22 - HyDre - Hydroweb Distribution Server
2014.04.22 - HyDre - Hydroweb Distribution Server
 
Semantic search for Earth Observation products
Semantic search for Earth Observation productsSemantic search for Earth Observation products
Semantic search for Earth Observation products
 
RESTo - restful semantic search tool for geospatial
RESTo - restful semantic search tool for geospatialRESTo - restful semantic search tool for geospatial
RESTo - restful semantic search tool for geospatial
 
Single Sign On with OAuth and OpenID
Single Sign On with OAuth and OpenIDSingle Sign On with OAuth and OpenID
Single Sign On with OAuth and OpenID
 
CNES Data Center
CNES Data CenterCNES Data Center
CNES Data Center
 
CNES OpenSearch implementations
CNES OpenSearch implementationsCNES OpenSearch implementations
CNES OpenSearch implementations
 
Unify Earth Observation products access with OpenSearch
Unify Earth Observation products access with OpenSearchUnify Earth Observation products access with OpenSearch
Unify Earth Observation products access with OpenSearch
 
CNES activities on semantic search
CNES activities on semantic searchCNES activities on semantic search
CNES activities on semantic search
 
Data access and data extraction services within the Land Imagery Portal
Data access and data extraction services within the Land Imagery PortalData access and data extraction services within the Land Imagery Portal
Data access and data extraction services within the Land Imagery Portal
 
Semantic search applied to Earth Observation products
Semantic search applied to Earth Observation productsSemantic search applied to Earth Observation products
Semantic search applied to Earth Observation products
 
Accès à l’information satellitaire dans un contexte réactif de catastrophe na...
Accès à l’information satellitaire dans un contexte réactif de catastrophe na...Accès à l’information satellitaire dans un contexte réactif de catastrophe na...
Accès à l’information satellitaire dans un contexte réactif de catastrophe na...
 
Experimenting a cloud based solution for image processing and data access
Experimenting a cloud based solution for image processing and data accessExperimenting a cloud based solution for image processing and data access
Experimenting a cloud based solution for image processing and data access
 
Interoperability and value added to earth observation data - 2011.11.24
Interoperability and value added to earth observation data - 2011.11.24Interoperability and value added to earth observation data - 2011.11.24
Interoperability and value added to earth observation data - 2011.11.24
 
Cloud computing and web processing services
Cloud computing and web processing servicesCloud computing and web processing services
Cloud computing and web processing services
 

Recently uploaded

Dev Dives: Train smarter, not harder – active learning and UiPath LLMs for do...
Dev Dives: Train smarter, not harder – active learning and UiPath LLMs for do...Dev Dives: Train smarter, not harder – active learning and UiPath LLMs for do...
Dev Dives: Train smarter, not harder – active learning and UiPath LLMs for do...
UiPathCommunity
 
PCI PIN Basics Webinar from the Controlcase Team
PCI PIN Basics Webinar from the Controlcase TeamPCI PIN Basics Webinar from the Controlcase Team
PCI PIN Basics Webinar from the Controlcase Team
ControlCase
 
GraphRAG is All You need? LLM & Knowledge Graph
GraphRAG is All You need? LLM & Knowledge GraphGraphRAG is All You need? LLM & Knowledge Graph
GraphRAG is All You need? LLM & Knowledge Graph
Guy Korland
 
De-mystifying Zero to One: Design Informed Techniques for Greenfield Innovati...
De-mystifying Zero to One: Design Informed Techniques for Greenfield Innovati...De-mystifying Zero to One: Design Informed Techniques for Greenfield Innovati...
De-mystifying Zero to One: Design Informed Techniques for Greenfield Innovati...
Product School
 
FIDO Alliance Osaka Seminar: FIDO Security Aspects.pdf
FIDO Alliance Osaka Seminar: FIDO Security Aspects.pdfFIDO Alliance Osaka Seminar: FIDO Security Aspects.pdf
FIDO Alliance Osaka Seminar: FIDO Security Aspects.pdf
FIDO Alliance
 
GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...
GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...
GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...
James Anderson
 
UiPath Test Automation using UiPath Test Suite series, part 3
UiPath Test Automation using UiPath Test Suite series, part 3UiPath Test Automation using UiPath Test Suite series, part 3
UiPath Test Automation using UiPath Test Suite series, part 3
DianaGray10
 
Monitoring Java Application Security with JDK Tools and JFR Events
Monitoring Java Application Security with JDK Tools and JFR EventsMonitoring Java Application Security with JDK Tools and JFR Events
Monitoring Java Application Security with JDK Tools and JFR Events
Ana-Maria Mihalceanu
 
AI for Every Business: Unlocking Your Product's Universal Potential by VP of ...
AI for Every Business: Unlocking Your Product's Universal Potential by VP of ...AI for Every Business: Unlocking Your Product's Universal Potential by VP of ...
AI for Every Business: Unlocking Your Product's Universal Potential by VP of ...
Product School
 
Transcript: Selling digital books in 2024: Insights from industry leaders - T...
Transcript: Selling digital books in 2024: Insights from industry leaders - T...Transcript: Selling digital books in 2024: Insights from industry leaders - T...
Transcript: Selling digital books in 2024: Insights from industry leaders - T...
BookNet Canada
 
Slack (or Teams) Automation for Bonterra Impact Management (fka Social Soluti...
Slack (or Teams) Automation for Bonterra Impact Management (fka Social Soluti...Slack (or Teams) Automation for Bonterra Impact Management (fka Social Soluti...
Slack (or Teams) Automation for Bonterra Impact Management (fka Social Soluti...
Jeffrey Haguewood
 
Elevating Tactical DDD Patterns Through Object Calisthenics
Elevating Tactical DDD Patterns Through Object CalisthenicsElevating Tactical DDD Patterns Through Object Calisthenics
Elevating Tactical DDD Patterns Through Object Calisthenics
Dorra BARTAGUIZ
 
Designing Great Products: The Power of Design and Leadership by Chief Designe...
Designing Great Products: The Power of Design and Leadership by Chief Designe...Designing Great Products: The Power of Design and Leadership by Chief Designe...
Designing Great Products: The Power of Design and Leadership by Chief Designe...
Product School
 
From Daily Decisions to Bottom Line: Connecting Product Work to Revenue by VP...
From Daily Decisions to Bottom Line: Connecting Product Work to Revenue by VP...From Daily Decisions to Bottom Line: Connecting Product Work to Revenue by VP...
From Daily Decisions to Bottom Line: Connecting Product Work to Revenue by VP...
Product School
 
How world-class product teams are winning in the AI era by CEO and Founder, P...
How world-class product teams are winning in the AI era by CEO and Founder, P...How world-class product teams are winning in the AI era by CEO and Founder, P...
How world-class product teams are winning in the AI era by CEO and Founder, P...
Product School
 
Encryption in Microsoft 365 - ExpertsLive Netherlands 2024
Encryption in Microsoft 365 - ExpertsLive Netherlands 2024Encryption in Microsoft 365 - ExpertsLive Netherlands 2024
Encryption in Microsoft 365 - ExpertsLive Netherlands 2024
Albert Hoitingh
 
FIDO Alliance Osaka Seminar: Overview.pdf
FIDO Alliance Osaka Seminar: Overview.pdfFIDO Alliance Osaka Seminar: Overview.pdf
FIDO Alliance Osaka Seminar: Overview.pdf
FIDO Alliance
 
Software Delivery At the Speed of AI: Inflectra Invests In AI-Powered Quality
Software Delivery At the Speed of AI: Inflectra Invests In AI-Powered QualitySoftware Delivery At the Speed of AI: Inflectra Invests In AI-Powered Quality
Software Delivery At the Speed of AI: Inflectra Invests In AI-Powered Quality
Inflectra
 
FIDO Alliance Osaka Seminar: The WebAuthn API and Discoverable Credentials.pdf
FIDO Alliance Osaka Seminar: The WebAuthn API and Discoverable Credentials.pdfFIDO Alliance Osaka Seminar: The WebAuthn API and Discoverable Credentials.pdf
FIDO Alliance Osaka Seminar: The WebAuthn API and Discoverable Credentials.pdf
FIDO Alliance
 
From Siloed Products to Connected Ecosystem: Building a Sustainable and Scala...
From Siloed Products to Connected Ecosystem: Building a Sustainable and Scala...From Siloed Products to Connected Ecosystem: Building a Sustainable and Scala...
From Siloed Products to Connected Ecosystem: Building a Sustainable and Scala...
Product School
 

Recently uploaded (20)

Dev Dives: Train smarter, not harder – active learning and UiPath LLMs for do...
Dev Dives: Train smarter, not harder – active learning and UiPath LLMs for do...Dev Dives: Train smarter, not harder – active learning and UiPath LLMs for do...
Dev Dives: Train smarter, not harder – active learning and UiPath LLMs for do...
 
PCI PIN Basics Webinar from the Controlcase Team
PCI PIN Basics Webinar from the Controlcase TeamPCI PIN Basics Webinar from the Controlcase Team
PCI PIN Basics Webinar from the Controlcase Team
 
GraphRAG is All You need? LLM & Knowledge Graph
GraphRAG is All You need? LLM & Knowledge GraphGraphRAG is All You need? LLM & Knowledge Graph
GraphRAG is All You need? LLM & Knowledge Graph
 
De-mystifying Zero to One: Design Informed Techniques for Greenfield Innovati...
De-mystifying Zero to One: Design Informed Techniques for Greenfield Innovati...De-mystifying Zero to One: Design Informed Techniques for Greenfield Innovati...
De-mystifying Zero to One: Design Informed Techniques for Greenfield Innovati...
 
FIDO Alliance Osaka Seminar: FIDO Security Aspects.pdf
FIDO Alliance Osaka Seminar: FIDO Security Aspects.pdfFIDO Alliance Osaka Seminar: FIDO Security Aspects.pdf
FIDO Alliance Osaka Seminar: FIDO Security Aspects.pdf
 
GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...
GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...
GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...
 
UiPath Test Automation using UiPath Test Suite series, part 3
UiPath Test Automation using UiPath Test Suite series, part 3UiPath Test Automation using UiPath Test Suite series, part 3
UiPath Test Automation using UiPath Test Suite series, part 3
 
Monitoring Java Application Security with JDK Tools and JFR Events
Monitoring Java Application Security with JDK Tools and JFR EventsMonitoring Java Application Security with JDK Tools and JFR Events
Monitoring Java Application Security with JDK Tools and JFR Events
 
AI for Every Business: Unlocking Your Product's Universal Potential by VP of ...
AI for Every Business: Unlocking Your Product's Universal Potential by VP of ...AI for Every Business: Unlocking Your Product's Universal Potential by VP of ...
AI for Every Business: Unlocking Your Product's Universal Potential by VP of ...
 
Transcript: Selling digital books in 2024: Insights from industry leaders - T...
Transcript: Selling digital books in 2024: Insights from industry leaders - T...Transcript: Selling digital books in 2024: Insights from industry leaders - T...
Transcript: Selling digital books in 2024: Insights from industry leaders - T...
 
Slack (or Teams) Automation for Bonterra Impact Management (fka Social Soluti...
Slack (or Teams) Automation for Bonterra Impact Management (fka Social Soluti...Slack (or Teams) Automation for Bonterra Impact Management (fka Social Soluti...
Slack (or Teams) Automation for Bonterra Impact Management (fka Social Soluti...
 
Elevating Tactical DDD Patterns Through Object Calisthenics
Elevating Tactical DDD Patterns Through Object CalisthenicsElevating Tactical DDD Patterns Through Object Calisthenics
Elevating Tactical DDD Patterns Through Object Calisthenics
 
Designing Great Products: The Power of Design and Leadership by Chief Designe...
Designing Great Products: The Power of Design and Leadership by Chief Designe...Designing Great Products: The Power of Design and Leadership by Chief Designe...
Designing Great Products: The Power of Design and Leadership by Chief Designe...
 
From Daily Decisions to Bottom Line: Connecting Product Work to Revenue by VP...
From Daily Decisions to Bottom Line: Connecting Product Work to Revenue by VP...From Daily Decisions to Bottom Line: Connecting Product Work to Revenue by VP...
From Daily Decisions to Bottom Line: Connecting Product Work to Revenue by VP...
 
How world-class product teams are winning in the AI era by CEO and Founder, P...
How world-class product teams are winning in the AI era by CEO and Founder, P...How world-class product teams are winning in the AI era by CEO and Founder, P...
How world-class product teams are winning in the AI era by CEO and Founder, P...
 
Encryption in Microsoft 365 - ExpertsLive Netherlands 2024
Encryption in Microsoft 365 - ExpertsLive Netherlands 2024Encryption in Microsoft 365 - ExpertsLive Netherlands 2024
Encryption in Microsoft 365 - ExpertsLive Netherlands 2024
 
FIDO Alliance Osaka Seminar: Overview.pdf
FIDO Alliance Osaka Seminar: Overview.pdfFIDO Alliance Osaka Seminar: Overview.pdf
FIDO Alliance Osaka Seminar: Overview.pdf
 
Software Delivery At the Speed of AI: Inflectra Invests In AI-Powered Quality
Software Delivery At the Speed of AI: Inflectra Invests In AI-Powered QualitySoftware Delivery At the Speed of AI: Inflectra Invests In AI-Powered Quality
Software Delivery At the Speed of AI: Inflectra Invests In AI-Powered Quality
 
FIDO Alliance Osaka Seminar: The WebAuthn API and Discoverable Credentials.pdf
FIDO Alliance Osaka Seminar: The WebAuthn API and Discoverable Credentials.pdfFIDO Alliance Osaka Seminar: The WebAuthn API and Discoverable Credentials.pdf
FIDO Alliance Osaka Seminar: The WebAuthn API and Discoverable Credentials.pdf
 
From Siloed Products to Connected Ecosystem: Building a Sustainable and Scala...
From Siloed Products to Connected Ecosystem: Building a Sustainable and Scala...From Siloed Products to Connected Ecosystem: Building a Sustainable and Scala...
From Siloed Products to Connected Ecosystem: Building a Sustainable and Scala...
 

Web Processing Service