SlideShare une entreprise Scribd logo
1  sur  38
Impact Analysis
Web Service and Cloud Integrations

GraphConnect London, 19/11/2013
SOFTWARE INTEGRATION
19/11/2013

Archimiddle

2
Integrating software

CUSTOM
POINT-TO-POINT
INTEGRATION

19/11/2013

Archimiddle

3
Integrating software

STANDARDS-BASED
POINT-TO-POINT
INTEGRATION

19/11/2013

Archimiddle

4
Integrating software

SERVICE-ORIENTED
INTEGRATION

19/11/2013

Archimiddle

5
Integrating software

IMPACT OF CHANGE?

19/11/2013

Archimiddle

6
INTEGRATION THROUGH WEB SERVICES

19/11/2013

Archimiddle

7
What are (Web) Services?
•

Services
– Encapsulate
• Business logic
• Data logic

– Encourage code reuse
– Are integration building blocks

•

Business logic

Data logic

Service Parts
– Implementation
– Interface
– Contract

19/11/2013

Archimiddle

8
Service Oriented Architecture
•
•
•
•

Collaboration of many services
Business process automation
Composite services
Cloud services

19/11/2013

Archimiddle

9
The functional SOA Graph

The “soft stuff”
Who uses what, when and how?

19/11/2013

Archimiddle

10
The functional SOA Graph
Actor

Business process

:ACTS_IN

:PLAYS_ROLE

User

:CONTAINS_ACTIVITY

Business activity

:USES_SERVICE
:USES_SERVICE

Service Usage Agreement
:OBEYS

Service Level Agreement
:DEFINES_SLA

:USES_SERVICE

Service
:HAS_IMPL

:HAS_CONTRACT
:HAS_ITF

Contract

Implementation

:DEFINES_ITF

:SUPPORTS_ITF

Interface

19/11/2013

Archimiddle

11
The functional SOA Graph

Building the functional graph requires
custom user interface to maintain the
soft entity relations
Service repository functionality
19/11/2013

Archimiddle

12
The technical SOA Graph

The “hard stuff”
The technical contract

19/11/2013

Archimiddle

13
The technical SOA Graph
Interface
:IS_DESCRIBED_BY

XML Group
:USES_ELMS

WSDL

:NAMES

XML Element

:DEFINES_OPS

Namespace

XML Schema

:REQUESTS

19/11/2013

:DECLARES_ELEMENT

:DEFINES

:USES_ELM

XML Type

:NAMES

Operation

:RECEIVES

:USES

Message

:DECLARES_TYPE

:IS_DEFINED_BY

Archimiddle

14
The technical SOA Graph

Building the technical graph requires an
automated tool
Service repository functionality

19/11/2013

Archimiddle

15
Concrete Resources
Interface
:IS_DESCRIBED_BY

XML Group
:USES_ELMS

WSDL

:NAMES

XML Element

:DEFINES_OPS

Namespace

XML Schema

:REQUESTS

19/11/2013

:DECLARES_ELEMENT

:DEFINES

:USES_ELM

XML Type

:NAMES

Operation

:RECEIVES

:USES

Message

:DECLARES_TYPE

:IS_DEFINED_BY

Archimiddle

16
THE IMPACT OF AN EVENT
19/11/2013

Archimiddle

17
Impact of change
Interface

CHANGE!

:IS_DESCRIBED_BY

XML Group
:USES_ELMS

WSDL

:NAMES

XML Element

:DEFINES_OPS

Namespace

XML Schema

:REQUESTS

19/11/2013

:DECLARES_ELEMENT

:DEFINES

:USES_ELM

XML Type

:NAMES

Operation

:RECEIVES

:USES

Message

:DECLARES_TYPE

:IS_DEFINED_BY

Archimiddle

18
Impact of change
Interface
:IS_DESCRIBED_BY

XML Group
:USES_ELMS

WSDL

:NAMES

XML Element

:DEFINES_OPS

Namespace

XML Schema

:REQUESTS

19/11/2013

:DECLARES_ELEMENT

:DEFINES

:USES_ELM

XML Type

:NAMES

Operation

:RECEIVES

:USES

Message

:DECLARES_TYPE

:IS_DEFINED_BY

Archimiddle

19
Impact of change
Interface
:IS_DESCRIBED_BY

XML Group
:USES_ELMS

WSDL

:NAMES

XML Element

:DEFINES_OPS

Namespace

XML Schema

:REQUESTS

19/11/2013

:DECLARES_ELEMENT

:DEFINES

:USES_ELM

XML Type

:NAMES

Operation

:RECEIVES

:USES

Message

:DECLARES_TYPE

:IS_DEFINED_BY

Archimiddle

20
Impact of change
Interface
:IS_DESCRIBED_BY

XML Group
:USES_ELMS

WSDL

:NAMES

XML Element

:DEFINES_OPS

Namespace

XML Schema

:REQUESTS

19/11/2013

:DECLARES_ELEMENT

:DEFINES

:USES_ELM

XML Type

:NAMES

Operation

:RECEIVES

:USES

Message

:DECLARES_TYPE

:IS_DEFINED_BY

Archimiddle

21
Impact of change
Interface
:IS_DESCRIBED_BY

XML Group
:USES_ELMS

WSDL

:NAMES

XML Element

:DEFINES_OPS

Namespace

XML Schema

:REQUESTS

19/11/2013

:DECLARES_ELEMENT

:DEFINES

:USES_ELM

XML Type

:NAMES

Operation

:RECEIVES

:USES

Message

:DECLARES_TYPE

:IS_DEFINED_BY

Archimiddle

22
Impact of change
Interface
:IS_DESCRIBED_BY

XML Group
:USES_ELMS

WSDL

:NAMES

XML Element

:DEFINES_OPS

Namespace

XML Schema

:REQUESTS

19/11/2013

:DECLARES_ELEMENT

:DEFINES

:USES_ELM

XML Type

:NAMES

Operation

:RECEIVES

:USES

Message

:DECLARES_TYPE

:IS_DEFINED_BY

Archimiddle

23
Impact of a small change
Interface
:IS_DESCRIBED_BY

WSDL

Impact
can be large

XML Element
Namespace

:USES

:DECLARES_ELEMENT

:DEFINES

:USES_ELM

XML Type

:NAMES

Operation

XML Schema

:REQUESTS

19/11/2013

:USES_ELMS

:NAMES

:DEFINES_OPS

:RECEIVES

XML Group

Message

:DECLARES_TYPE

:IS_DEFINED_BY

Archimiddle

24
Introducing Meteorite

19/11/2013

Archimiddle

25
Meteorite version 1.0
Build the technical graph
•

Read the technical contract
– WSDL
– XML schema

•
•
•

Parse it
Build the graph
Store the graph

Perform impact analysis
•
•
•
•

Pick a point of change
Traverse the graph “upward”
Build the “impact graph”
Make it available off-line

– In embedded Neo4J

19/11/2013

Archimiddle

26
Meteorite version 1.0

https://meteorite.archimiddle.com/
Test set:
http://www.archimiddle.com/wp-content/uploads/2013/08/meteorite-test.rar
Step-by-step guide:
http://ignazw.blogspot.be/2013/08/meteorite-test-set.html

Collection of WSDL and
XML schema files
19/11/2013

Archimiddle

27
Meteorite Practical Usage
•

Logon
– Google or LinkedIn account

•

Upload data
– Zip and rar supported

•

Search the node you want to analyse
– Go down the tree or use the search box

•

Start the impact analysis
– View or download the results
• Visual graph
• Textual path data

19/11/2013

Archimiddle

28
Sample impact graph

19/11/2013

Archimiddle

29
Sample impact graph

Impacted

To be changed

19/11/2013

Archimiddle

30
SERVICE VERSIONING
19/11/2013

Archimiddle

31
A change in the service contract

API CHANGE
NEW
SERVICE
VERSION
19/11/2013

Archimiddle

32
Complexity: resource versioning
Interface
:IS_DESCRIBED_BY
:CONTAINS
:FIRST_VERSION

WSDL
:LAST_VERSION

WSDL v1

WSDL v3

XML Schema
:USES_SCHEMA
:FIRST_VERSION

:NEXT_VERSION

WSDL v2

:NEXT_VERSION

XML Schema v2

:USES_SCHEMA

:NEXT_VERSION

:USES_SCHEMA

19/11/2013

:LAST_VERSION

XML Schema v1

Archimiddle

33
METEORITE ROADMAP
19/11/2013

Archimiddle

34
Meteorite Roadmap
•

Version 1.1
– Add automatic change discovery

•

Version 1.2
– Add versioning strategies

•

Version 2.0
– Add functional SOA graph
• User Interface
• Resource API

•

Version 3.0
– Service repository

19/11/2013

Archimiddle

35
FINAL WORDS
19/11/2013

Archimiddle

36
Final words

A Graph DB is excellent for performing impact
analysis of events on highly connected
systems
Events can be anything: a change, a failure,
an addition, …
Thousands of use cases exist
19/11/2013

Archimiddle

37
Contact
Ignaz.Wanders@Archimiddle.com
@ignazw

Contenu connexe

En vedette

Web valley talk - usability, visualization and mobile app development
Web valley talk - usability, visualization and mobile app developmentWeb valley talk - usability, visualization and mobile app development
Web valley talk - usability, visualization and mobile app developmentEamonn Maguire
 
Visualization of Publication Impact
Visualization of Publication ImpactVisualization of Publication Impact
Visualization of Publication ImpactEamonn Maguire
 
Modelling Game Economy with Neo4j
Modelling Game Economy with Neo4jModelling Game Economy with Neo4j
Modelling Game Economy with Neo4jYan Cui
 
Cdc up business_impact_analysis_template
Cdc up business_impact_analysis_templateCdc up business_impact_analysis_template
Cdc up business_impact_analysis_templatedimakarmi
 
BIA - Example of Business Impact Analysis and Dependencies
BIA - Example of Business Impact Analysis and DependenciesBIA - Example of Business Impact Analysis and Dependencies
BIA - Example of Business Impact Analysis and DependenciesRamiro Cid
 
Scope or: How to Manage Projects for Organization Success
Scope or: How to Manage Projects for Organization SuccessScope or: How to Manage Projects for Organization Success
Scope or: How to Manage Projects for Organization SuccessToby Elwin
 
The Five Graphs of Government: How Federal Agencies can Utilize Graph Technology
The Five Graphs of Government: How Federal Agencies can Utilize Graph TechnologyThe Five Graphs of Government: How Federal Agencies can Utilize Graph Technology
The Five Graphs of Government: How Federal Agencies can Utilize Graph TechnologyNeo4j
 
The A to Z Guide to Business Continuity and Disaster Recovery
The A to Z Guide to Business Continuity and Disaster RecoveryThe A to Z Guide to Business Continuity and Disaster Recovery
The A to Z Guide to Business Continuity and Disaster RecoverySirius
 
Seven Habits of Highly Effective Jenkins Users (2014 edition!)
Seven Habits of Highly Effective Jenkins Users (2014 edition!)Seven Habits of Highly Effective Jenkins Users (2014 edition!)
Seven Habits of Highly Effective Jenkins Users (2014 edition!)Andrew Bayer
 
The State of Financial Presentations 2014 Survey Results
The State of Financial Presentations 2014 Survey ResultsThe State of Financial Presentations 2014 Survey Results
The State of Financial Presentations 2014 Survey ResultsDave Paradi
 

En vedette (10)

Web valley talk - usability, visualization and mobile app development
Web valley talk - usability, visualization and mobile app developmentWeb valley talk - usability, visualization and mobile app development
Web valley talk - usability, visualization and mobile app development
 
Visualization of Publication Impact
Visualization of Publication ImpactVisualization of Publication Impact
Visualization of Publication Impact
 
Modelling Game Economy with Neo4j
Modelling Game Economy with Neo4jModelling Game Economy with Neo4j
Modelling Game Economy with Neo4j
 
Cdc up business_impact_analysis_template
Cdc up business_impact_analysis_templateCdc up business_impact_analysis_template
Cdc up business_impact_analysis_template
 
BIA - Example of Business Impact Analysis and Dependencies
BIA - Example of Business Impact Analysis and DependenciesBIA - Example of Business Impact Analysis and Dependencies
BIA - Example of Business Impact Analysis and Dependencies
 
Scope or: How to Manage Projects for Organization Success
Scope or: How to Manage Projects for Organization SuccessScope or: How to Manage Projects for Organization Success
Scope or: How to Manage Projects for Organization Success
 
The Five Graphs of Government: How Federal Agencies can Utilize Graph Technology
The Five Graphs of Government: How Federal Agencies can Utilize Graph TechnologyThe Five Graphs of Government: How Federal Agencies can Utilize Graph Technology
The Five Graphs of Government: How Federal Agencies can Utilize Graph Technology
 
The A to Z Guide to Business Continuity and Disaster Recovery
The A to Z Guide to Business Continuity and Disaster RecoveryThe A to Z Guide to Business Continuity and Disaster Recovery
The A to Z Guide to Business Continuity and Disaster Recovery
 
Seven Habits of Highly Effective Jenkins Users (2014 edition!)
Seven Habits of Highly Effective Jenkins Users (2014 edition!)Seven Habits of Highly Effective Jenkins Users (2014 edition!)
Seven Habits of Highly Effective Jenkins Users (2014 edition!)
 
The State of Financial Presentations 2014 Survey Results
The State of Financial Presentations 2014 Survey ResultsThe State of Financial Presentations 2014 Survey Results
The State of Financial Presentations 2014 Survey Results
 

Similaire à Impact Analysis using Graph DB

Impact Analysis of Web Service and Cloud Integrations - Ignaz Wanders @ Graph...
Impact Analysis of Web Service and Cloud Integrations - Ignaz Wanders @ Graph...Impact Analysis of Web Service and Cloud Integrations - Ignaz Wanders @ Graph...
Impact Analysis of Web Service and Cloud Integrations - Ignaz Wanders @ Graph...Neo4j
 
MOdel-Driven Approach for design and execution of applications on multiple Cl...
MOdel-Driven Approach for design and execution of applications on multiple Cl...MOdel-Driven Approach for design and execution of applications on multiple Cl...
MOdel-Driven Approach for design and execution of applications on multiple Cl...Marcos Almeida
 
Oracle 12c ilm_customer_experience
Oracle 12c ilm_customer_experienceOracle 12c ilm_customer_experience
Oracle 12c ilm_customer_experienceJacques Kostic
 
It's all about Integration - Developing with Oracle Cloud Services
It's all about Integration - Developing with Oracle Cloud ServicesIt's all about Integration - Developing with Oracle Cloud Services
It's all about Integration - Developing with Oracle Cloud ServicesOPITZ CONSULTING Deutschland
 
TIMES cloud Service TIMES/MIRO App
TIMES cloud Service  TIMES/MIRO AppTIMES cloud Service  TIMES/MIRO App
TIMES cloud Service TIMES/MIRO AppIEA-ETSAP
 
Infrastructure as a Service - ready for Mission Critical ERP ?
Infrastructure as a Service - ready for Mission Critical ERP ?Infrastructure as a Service - ready for Mission Critical ERP ?
Infrastructure as a Service - ready for Mission Critical ERP ?Ravi Madabhushanam
 
MarkLogic User Group - Best of MLW and Search + Semantics
MarkLogic User Group - Best of MLW and Search + SemanticsMarkLogic User Group - Best of MLW and Search + Semantics
MarkLogic User Group - Best of MLW and Search + SemanticsMatt Turner
 
Architecture and Practices on Cloud Interoperability and Portability
Architecture and Practices on Cloud Interoperability and PortabilityArchitecture and Practices on Cloud Interoperability and Portability
Architecture and Practices on Cloud Interoperability and PortabilityThomas Lee
 
Gc vit sttp cc december 2013
Gc vit sttp cc december 2013Gc vit sttp cc december 2013
Gc vit sttp cc december 2013Seema Shah
 
Constellation: a Multi-Cloud Application Designed with the MODAClouds Integra...
Constellation: a Multi-Cloud Application Designed with the MODAClouds Integra...Constellation: a Multi-Cloud Application Designed with the MODAClouds Integra...
Constellation: a Multi-Cloud Application Designed with the MODAClouds Integra...Marcos Almeida
 
Comparative studies of Serverless architecture
Comparative studies of Serverless architectureComparative studies of Serverless architecture
Comparative studies of Serverless architectureIRJET Journal
 
System engineering capabilities of 3 dexperience platform for nuclear market ...
System engineering capabilities of 3 dexperience platform for nuclear market ...System engineering capabilities of 3 dexperience platform for nuclear market ...
System engineering capabilities of 3 dexperience platform for nuclear market ...Capgemini
 
Mini-course at VFU - Architecting modern digital systems - 4
Mini-course at VFU - Architecting modern digital systems - 4Mini-course at VFU - Architecting modern digital systems - 4
Mini-course at VFU - Architecting modern digital systems - 4Alexander SAMARIN
 
Thwack camp 2013 news from npm nta vnqm toolset ntm latest
Thwack camp 2013 news from npm nta vnqm toolset ntm latestThwack camp 2013 news from npm nta vnqm toolset ntm latest
Thwack camp 2013 news from npm nta vnqm toolset ntm latestMichal Hrncirik
 
Building reliable apps with cdk
Building reliable apps with cdkBuilding reliable apps with cdk
Building reliable apps with cdkRaphaelManke1
 
OGF Standards Overview - Globus World 2013
OGF Standards Overview - Globus World 2013OGF Standards Overview - Globus World 2013
OGF Standards Overview - Globus World 2013Alan Sill
 
Living objects network performance_management_v2
Living objects network performance_management_v2Living objects network performance_management_v2
Living objects network performance_management_v2Yoan SMADJA
 
IBM Bluemix and Docker Guest Lecture at Cork Institute of Technology
IBM Bluemix and Docker Guest Lecture at Cork Institute of TechnologyIBM Bluemix and Docker Guest Lecture at Cork Institute of Technology
IBM Bluemix and Docker Guest Lecture at Cork Institute of TechnologySanjay Nayak
 
Let's integrate CAD/BIM/GIS on the same platform: A practical approach in rea...
Let's integrate CAD/BIM/GIS on the same platform: A practical approach in rea...Let's integrate CAD/BIM/GIS on the same platform: A practical approach in rea...
Let's integrate CAD/BIM/GIS on the same platform: A practical approach in rea...SANGHEE SHIN
 

Similaire à Impact Analysis using Graph DB (20)

Impact Analysis of Web Service and Cloud Integrations - Ignaz Wanders @ Graph...
Impact Analysis of Web Service and Cloud Integrations - Ignaz Wanders @ Graph...Impact Analysis of Web Service and Cloud Integrations - Ignaz Wanders @ Graph...
Impact Analysis of Web Service and Cloud Integrations - Ignaz Wanders @ Graph...
 
MOdel-Driven Approach for design and execution of applications on multiple Cl...
MOdel-Driven Approach for design and execution of applications on multiple Cl...MOdel-Driven Approach for design and execution of applications on multiple Cl...
MOdel-Driven Approach for design and execution of applications on multiple Cl...
 
Oracle 12c ilm_customer_experience
Oracle 12c ilm_customer_experienceOracle 12c ilm_customer_experience
Oracle 12c ilm_customer_experience
 
It's all about Integration - Developing with Oracle Cloud Services
It's all about Integration - Developing with Oracle Cloud ServicesIt's all about Integration - Developing with Oracle Cloud Services
It's all about Integration - Developing with Oracle Cloud Services
 
TIMES cloud Service TIMES/MIRO App
TIMES cloud Service  TIMES/MIRO AppTIMES cloud Service  TIMES/MIRO App
TIMES cloud Service TIMES/MIRO App
 
Infrastructure as a Service - ready for Mission Critical ERP ?
Infrastructure as a Service - ready for Mission Critical ERP ?Infrastructure as a Service - ready for Mission Critical ERP ?
Infrastructure as a Service - ready for Mission Critical ERP ?
 
MarkLogic User Group - Best of MLW and Search + Semantics
MarkLogic User Group - Best of MLW and Search + SemanticsMarkLogic User Group - Best of MLW and Search + Semantics
MarkLogic User Group - Best of MLW and Search + Semantics
 
Architecture and Practices on Cloud Interoperability and Portability
Architecture and Practices on Cloud Interoperability and PortabilityArchitecture and Practices on Cloud Interoperability and Portability
Architecture and Practices on Cloud Interoperability and Portability
 
Gc vit sttp cc december 2013
Gc vit sttp cc december 2013Gc vit sttp cc december 2013
Gc vit sttp cc december 2013
 
Constellation: a Multi-Cloud Application Designed with the MODAClouds Integra...
Constellation: a Multi-Cloud Application Designed with the MODAClouds Integra...Constellation: a Multi-Cloud Application Designed with the MODAClouds Integra...
Constellation: a Multi-Cloud Application Designed with the MODAClouds Integra...
 
Comparative studies of Serverless architecture
Comparative studies of Serverless architectureComparative studies of Serverless architecture
Comparative studies of Serverless architecture
 
System engineering capabilities of 3 dexperience platform for nuclear market ...
System engineering capabilities of 3 dexperience platform for nuclear market ...System engineering capabilities of 3 dexperience platform for nuclear market ...
System engineering capabilities of 3 dexperience platform for nuclear market ...
 
Mini-course at VFU - Architecting modern digital systems - 4
Mini-course at VFU - Architecting modern digital systems - 4Mini-course at VFU - Architecting modern digital systems - 4
Mini-course at VFU - Architecting modern digital systems - 4
 
Thwack camp 2013 news from npm nta vnqm toolset ntm latest
Thwack camp 2013 news from npm nta vnqm toolset ntm latestThwack camp 2013 news from npm nta vnqm toolset ntm latest
Thwack camp 2013 news from npm nta vnqm toolset ntm latest
 
Building reliable apps with cdk
Building reliable apps with cdkBuilding reliable apps with cdk
Building reliable apps with cdk
 
OGF Standards Overview - Globus World 2013
OGF Standards Overview - Globus World 2013OGF Standards Overview - Globus World 2013
OGF Standards Overview - Globus World 2013
 
Living objects network performance_management_v2
Living objects network performance_management_v2Living objects network performance_management_v2
Living objects network performance_management_v2
 
Clean Architecture (Alt.Net Meetup on 26/06/2013)
Clean Architecture (Alt.Net Meetup on 26/06/2013)Clean Architecture (Alt.Net Meetup on 26/06/2013)
Clean Architecture (Alt.Net Meetup on 26/06/2013)
 
IBM Bluemix and Docker Guest Lecture at Cork Institute of Technology
IBM Bluemix and Docker Guest Lecture at Cork Institute of TechnologyIBM Bluemix and Docker Guest Lecture at Cork Institute of Technology
IBM Bluemix and Docker Guest Lecture at Cork Institute of Technology
 
Let's integrate CAD/BIM/GIS on the same platform: A practical approach in rea...
Let's integrate CAD/BIM/GIS on the same platform: A practical approach in rea...Let's integrate CAD/BIM/GIS on the same platform: A practical approach in rea...
Let's integrate CAD/BIM/GIS on the same platform: A practical approach in rea...
 

Dernier

Advanced Computer Architecture – An Introduction
Advanced Computer Architecture – An IntroductionAdvanced Computer Architecture – An Introduction
Advanced Computer Architecture – An IntroductionDilum Bandara
 
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
 
"Debugging python applications inside k8s environment", Andrii Soldatenko
"Debugging python applications inside k8s environment", Andrii Soldatenko"Debugging python applications inside k8s environment", Andrii Soldatenko
"Debugging python applications inside k8s environment", Andrii SoldatenkoFwdays
 
The Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptx
The Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptxThe Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptx
The Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptxLoriGlavin3
 
What's New in Teams Calling, Meetings and Devices March 2024
What's New in Teams Calling, Meetings and Devices March 2024What's New in Teams Calling, Meetings and Devices March 2024
What's New in Teams Calling, Meetings and Devices March 2024Stephanie Beckett
 
WordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your BrandWordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your Brandgvaughan
 
The Ultimate Guide to Choosing WordPress Pros and Cons
The Ultimate Guide to Choosing WordPress Pros and ConsThe Ultimate Guide to Choosing WordPress Pros and Cons
The Ultimate Guide to Choosing WordPress Pros and ConsPixlogix Infotech
 
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
 
Digital Identity is Under Attack: FIDO Paris Seminar.pptx
Digital Identity is Under Attack: FIDO Paris Seminar.pptxDigital Identity is Under Attack: FIDO Paris Seminar.pptx
Digital Identity is Under Attack: FIDO Paris Seminar.pptxLoriGlavin3
 
What is DBT - The Ultimate Data Build Tool.pdf
What is DBT - The Ultimate Data Build Tool.pdfWhat is DBT - The Ultimate Data Build Tool.pdf
What is DBT - The Ultimate Data Build Tool.pdfMounikaPolabathina
 
Rise of the Machines: Known As Drones...
Rise of the Machines: Known As Drones...Rise of the Machines: Known As Drones...
Rise of the Machines: Known As Drones...Rick Flair
 
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
 
unit 4 immunoblotting technique complete.pptx
unit 4 immunoblotting technique complete.pptxunit 4 immunoblotting technique complete.pptx
unit 4 immunoblotting technique complete.pptxBkGupta21
 
"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr Bagan"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr BaganFwdays
 
"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
 
How to write a Business Continuity Plan
How to write a Business Continuity PlanHow to write a Business Continuity Plan
How to write a Business Continuity PlanDatabarracks
 
Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptx
Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptxUse of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptx
Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptxLoriGlavin3
 
Time Series Foundation Models - current state and future directions
Time Series Foundation Models - current state and future directionsTime Series Foundation Models - current state and future directions
Time Series Foundation Models - current state and future directionsNathaniel Shimoni
 
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
 
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
 

Dernier (20)

Advanced Computer Architecture – An Introduction
Advanced Computer Architecture – An IntroductionAdvanced Computer Architecture – An Introduction
Advanced Computer Architecture – An Introduction
 
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
 
"Debugging python applications inside k8s environment", Andrii Soldatenko
"Debugging python applications inside k8s environment", Andrii Soldatenko"Debugging python applications inside k8s environment", Andrii Soldatenko
"Debugging python applications inside k8s environment", Andrii Soldatenko
 
The Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptx
The Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptxThe Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptx
The Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptx
 
What's New in Teams Calling, Meetings and Devices March 2024
What's New in Teams Calling, Meetings and Devices March 2024What's New in Teams Calling, Meetings and Devices March 2024
What's New in Teams Calling, Meetings and Devices March 2024
 
WordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your BrandWordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your Brand
 
The Ultimate Guide to Choosing WordPress Pros and Cons
The Ultimate Guide to Choosing WordPress Pros and ConsThe Ultimate Guide to Choosing WordPress Pros and Cons
The Ultimate Guide to Choosing WordPress Pros and Cons
 
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.
 
Digital Identity is Under Attack: FIDO Paris Seminar.pptx
Digital Identity is Under Attack: FIDO Paris Seminar.pptxDigital Identity is Under Attack: FIDO Paris Seminar.pptx
Digital Identity is Under Attack: FIDO Paris Seminar.pptx
 
What is DBT - The Ultimate Data Build Tool.pdf
What is DBT - The Ultimate Data Build Tool.pdfWhat is DBT - The Ultimate Data Build Tool.pdf
What is DBT - The Ultimate Data Build Tool.pdf
 
Rise of the Machines: Known As Drones...
Rise of the Machines: Known As Drones...Rise of the Machines: Known As Drones...
Rise of the Machines: Known As Drones...
 
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
 
unit 4 immunoblotting technique complete.pptx
unit 4 immunoblotting technique complete.pptxunit 4 immunoblotting technique complete.pptx
unit 4 immunoblotting technique complete.pptx
 
"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr Bagan"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr Bagan
 
"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
 
How to write a Business Continuity Plan
How to write a Business Continuity PlanHow to write a Business Continuity Plan
How to write a Business Continuity Plan
 
Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptx
Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptxUse of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptx
Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptx
 
Time Series Foundation Models - current state and future directions
Time Series Foundation Models - current state and future directionsTime Series Foundation Models - current state and future directions
Time Series Foundation Models - current state and future directions
 
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)
 
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
 

Impact Analysis using Graph DB