SlideShare a Scribd company logo
@ldellaquila#VoxxedBerlin #OrientDB
Platinum Sponsor
- the 2nd generation
of
(Multi-Model) NoSQL
And why GraphDB are the starting point
of this revolution
@ldellaquila#VoxxedBerlin #OrientDB
Luigi Dell’Aquila
Director of Consulting
OrientDB LTD
Twitter: @ldellaquila
http://www.orientdb.com
@ldellaquila#VoxxedBerlin #OrientDB
“90% of the data 

in the world today 

has been created 

in the last two years alone.”
- IBM
@ldellaquila#VoxxedBerlin #OrientDB
Order #134
(Order) John
(Provider)
Commodore
Amiga 1200
(Product)
Frank
(Customer)
Monitor 40”
(Product)
Mouse
(Product)
Bruno
(Provider)
@ldellaquila#VoxxedBerlin #OrientDB
Order #134
(Order) John
(Provider)
Commodore
Amiga 1200
(Product)
Frank
(Customer)
Monitor 40”
(Product)
Mouse
(Product)
Bruno
(Provider)
Data by itself has little value, it’s the
relationship
between data that gives it
incredible value
@ldellaquila#VoxxedBerlin #OrientDB
Order #134
(Order) John
(Provider)
Commodore
Amiga 1200
(Product)
(Sells)
Frank
(Customer)
(Has)
(Makes)
Monitor 40”
(Product)
(Sells)
(Has)
Mouse
(Product)
Bruno
(Provider)
(Sells)
(Has)
@ldellaquila#VoxxedBerlin #OrientDB
Key/Value Databases
Document Databases
Graph Databases
Column Databases
@ldellaquila#VoxxedBerlin #OrientDB
Key/Value Databases
Document Databases Graph Databases
Column Databases
@ldellaquila#VoxxedBerlin #OrientDB
Why do most NoSQL products
avoid
managing relationships?
@ldellaquila#VoxxedBerlin #OrientDB
ID Name
10 John
11 John
24 Mike
28 Mike
ID Address
10 24
10 33
32 44
ID Location
24 Milan
33 London
18 Paris
18 Madrid
44 Moscow
Customer CustomerAddress Address
Is this
familiar?
@ldellaquila#VoxxedBerlin #OrientDB
What’s	wrong	
with	JOIN?
@ldellaquila#VoxxedBerlin #OrientDB
A-Z
A-L M-Z
Imagine	an		
Address	Book	
where	we	want	to	find	
Luigi’s	phone	number
Index Lookup: how does it work?
@ldellaquila#VoxxedBerlin #OrientDB
A-Z
A-L M-Z
A-L
A-D E-L
M-Z
M-R S-Z
Index Lookup: how does it work?
@ldellaquila#VoxxedBerlin #OrientDB
A-Z
A-L M-Z
A-L
A-D E-L
M-Z
M-R S-Z
A-D
A-B C-D
E-L
E-G H-L
Index Lookup: how does it work?
@ldellaquila#VoxxedBerlin #OrientDB
A-Z
A-L M-Z
A-L
A-D E-L
M-Z
M-R S-Z
A-D
A-B C-D
E-L
E-G H-L
E-G
E-F G
H-L
H-J K-L
Index Lookup: how does it work?
@ldellaquila#VoxxedBerlin #OrientDB
Index Lookup: how does it work?
A-Z
A-L M-Z
A-L
A-D E-L
M-Z
M-R S-Z
A-D
A-B C-D
E-L
E-G H-L
E-G
E-F G
H-L
H-J K-L
Luigi
Found!		
This	lookup	took	5	steps.	
With	millions	of	indexed	
records,	the	tree	depth	
could	be	1000’s	of	levels!
@ldellaquila#VoxxedBerlin #OrientDB
ID Name
10 John
11 John
24 Mike
28 Mike
ID Address
10 24
10 33
32 44
ID Location
24 Milan
33 London
18 Paris
18 Madrid
44 Moscow
Customer CustomerAddress Address
Joins are executed every time
you cross relationships
Querying million of records
joining 3-4 tables could
generate billions of
combinations
@ldellaquila#VoxxedBerlin #OrientDB
This is why the database
query performance
suffers as the database
increases in size
O(Log N)
@ldellaquila#VoxxedBerlin #OrientDB
PERFORMANCE
DATABASE SIZE
RDBMS performance on traversal
@ldellaquila#VoxxedBerlin #OrientDB
Solution: Graph Database!
@ldellaquila#VoxxedBerlin #OrientDB
“A graph database is any
storage system
that provides
index-free adjacency”
- Marko Rodriguez
(author of TinkerPop Blueprints)
@ldellaquila#VoxxedBerlin #OrientDB
Back to school:
Graph Theory crash course
@ldellaquila#VoxxedBerlin #OrientDB
Basic Graph
Luigi Berlin
Visited
@ldellaquila#VoxxedBerlin #OrientDB
Vertices	and	Edges	can	
have	properties
Vertices	are	directed
*	https://github.com/tinkerpop/blueprints/wiki/Property-Graph-Model
Property Graph Model*
Berlin	
country:	Germany
Luigi	
company:	OrientDB
Vertices	and	Edges	can	
have	properties
Vertices	and	Edges	can	
have	properties
Visited	
year:	2016
@ldellaquila#VoxxedBerlin #OrientDB
Luigi Berlin
Visited	
year:	2016
An	Edge	connects	only	2	vertices		
Use	multiple	edges	to	represent	1-N	and	
N-M	relationships
Worked	
year:	2016
1-N and N-M Relationships
@ldellaquila#VoxxedBerlin #OrientDB
Congrats! This is your diploma in
«Graph Theory»
@ldellaquila#VoxxedBerlin #OrientDB
How does a true*
Graph Database
manage relationships?
*a “Graph” layer on top of a DBMS doesn’t qualify as a true GraphDB
@ldellaquila#VoxxedBerlin #OrientDB
Luigi Berlin
Visited	
year:	2015
#13:55
#15:99
Each element in the
Graph has own immutable
Record ID
#22:11
(Edge)
(Vertex)
(Vertex)
Each element in the
Graph has own immutable
Record ID
Each element in the
Graph has own immutable
Record ID
@ldellaquila#VoxxedBerlin #OrientDB
Connections use
persistent pointers
Luigi Antwerp
Visited	
on:	2015
#13:55
#15:99out = #22:11
in = #22:11
#22:11
(Edge)
(Vertex)
(Vertex)
out = #13:55
in = #15:99
@ldellaquila#VoxxedBerlin #OrientDB
Luigi Antwerp
Visited	
on:	2015
#13:55
#15:99out = #22:11
in = #22:11
#22:11
(Edge)
(Vertex)
(Vertex)
out = #13:55
in = #15:99
@ldellaquila#VoxxedBerlin #OrientDB
Luigi Antwerp
Visited	
on:	2015
#13:55
#15:99out = #22:11
in = #22:11
#22:11
(Edge)
(Vertex)
(Vertex)
out = #13:55
in = #15:99
@ldellaquila#VoxxedBerlin #OrientDB
A Graph Database creates the
relationship just once
(when the edge is created)
VS
RDBMS computes the
relationship every time
you query a database
@ldellaquila#VoxxedBerlin #OrientDB
When you move from a RDBMS
to a Graph Database you jump
from a O(log N) speed to a near O(1)
With a Graph Database, the
traversing time is
not affected by database size!
This is huge in the BigData age
@ldellaquila#VoxxedBerlin #OrientDB
No costs to traverse relationships:
• Recommendation engines
• Social Applications
• Spatial Apps
• Master Data Management
• Information Clustering
John
Thriller
Comedy
Pulp
Fiction
Mr Bean
Theater
B
Theater
A
Theater C
NYC
San Josè
Lives in
Likes
@ldellaquila#VoxxedBerlin #OrientDB
So the Graph Model
Is the only solution to efficiently
manage relationships
But what about data complexity?
And data consistency?
And scaling?
@ldellaquila#VoxxedBerlin #OrientDB
RelationshipsComplexity>
Data Complexity >
Relational
Key Value
Column
Graph
Document
First generation NoSQL
@ldellaquila#VoxxedBerlin #OrientDB
Oracle
(RDBMS)
Redis or
Memcache
(Key/Value)
MongoDB
(DocDB)
Neo4j
(GraphDB)
Application
ETL
Primary
DB
@ldellaquila#VoxxedBerlin #OrientDB
Oracle
(RDBMS)
Redis or
Memcache
(Key/Value)
MongoDB
(DocDB)
Neo4j
(GraphDB)
Application
ETL
- No standard between NoSQL
products
- Multiple vendors = multiple skills
- ETL + synchronization code
is costly to write and maintain
- Performance and Reliability is
hard to predict
@ldellaquila#VoxxedBerlin #OrientDB
2nd Generation NoSQL
is
Multi-Model
2nd Generation NoSQL
is
Multi-model
@ldellaquila#VoxxedBerlin #OrientDB
GraphDocument
Object
Key/Value
Multi Model represents the
intersection
of multiple models in just one
product
What’s Multi-Model DBMS?
@ldellaquila#VoxxedBerlin #OrientDB
GraphDocument
Object
Key/Value
Multi Model represents the
intersection
of multiple models in just one
product
What’s Multi-Model DBMS?
- Just one product to learn and maintain
- Just one vendor relationship to manage
- No ETL, no synchronization required
- Performance and Reliability is easy to test from the beginning
@ldellaquila#VoxxedBerlin #OrientDB
`
{
”@rid": “12:382”,
”@class": ”Customer",
“name”: “Frank”,
“surname” : “Raggio”,
“phone” : “+39 33123212”,
“details”: {
“city”:”London",
“tags”:”millennial”
}
}
Frank
Order
M
akes
General purpose solution:
• JSON
• Schema-less
• Schema-full
• Schema-hybrid
• Nested documents
• Rich indexing and querying
• Developer friendly
@ldellaquila#VoxxedBerlin #OrientDB
RelationshipsComplexity>
Data Complexity >
Relational
Key Value
Column
Graph Multi-Model
Document
Second Generation NoSQL
@ldellaquila#VoxxedBerlin #OrientDB
With a true Graph, Document,
Key/Value and Object Oriented engine
@ldellaquila#VoxxedBerlin #OrientDB
FEATURES ORIENTDB)) MONGODB NEO4J
MYSQL)
(RDBMS)
Operational Database X X X
Graph Database X X
Document Database X X
Object-Oriented Concepts X
Schema-full, Schema-less, Schema mix X
User and Role & Record Level Security X
Record Level Locking X X X
SQL X X
ACID Transaction X X X
Relationships (Linked Documents) X X X
Custom Data Types X X X
Embedded Documents X X
Multi-Master Zero Configuration Replication X
Sharding X X
Server Side Functions X X X
Native HTTP Rest/ JSON X X
Embeddable with No Restrictions X
X
X
@ldellaquila#VoxxedBerlin #OrientDB
• Support for TinkerPop standard for
Graph DB: Gremlin language and
Blueprints API
• SQL + extensions for graphs
• JDBC driver to connect any BI tool
• HTTP/JSON support
• Drivers in Java, Node.js, Python,
PHP, .NET, Perl, C/C++ and more
API & Standards
@ldellaquila#VoxxedBerlin #OrientDB
Master Node Master Node
C
C C C
CC
C
Multi-master
Replication
Atomic, Consistent, Isolated and Durable (ACID) multi-statement transactions
@ldellaquila#VoxxedBerlin #OrientDB
Master Node Master Node
C
C C C
CC
C
Auto-
Discovered
Node
@ldellaquila#VoxxedBerlin #OrientDB
DEMO
@ldellaquila#VoxxedBerlin #OrientDB
50,000
Downloads per
Month from 200+
countries.
70+
Committers
contributing to
the product
1000s
Users from SMBs
to Fortune 10
Companies.
17+
Years of Research
have been put in
the product
@ldellaquila#VoxxedBerlin #OrientDB
Graph DBMS increased their popularity by 500% within the last 2 years
Document DBMS are the 3rd fastest growing category
@ldellaquila#VoxxedBerlin #OrientDB
@ldellaquila#VoxxedBerlin #OrientDB
Udemy Getting Started Training is
and Free
http://www.orientechnologies.com/getting-started
OrientDB Enterprise is Free for
Development
OrientDB Community is FREE for any
purpose (APACHE 2 license)
@ldellaquila#VoxxedBerlin #OrientDB
Thank you!
Luigi Dell’Aquila
@ldellaquila
http://www.orientdb.com
Q/A

More Related Content

PDF
OrientDB - Voxxed Days Berlin 2016
Luigi Dell'Aquila
 
PDF
OrientDB - the 2nd generation of (Multi-Model) NoSQL - Devoxx Belgium 2015
Luigi Dell'Aquila
 
PDF
OrientDB - Perché le tue applicazioni meritano un DB Multi-Model
DevDay
 
PDF
How Graph Databases started the Multi Model revolution
Luca Garulli
 
PDF
Rigorous Cassandra Data Modeling for the Relational Data Architect
Artem Chebotko
 
PDF
Serverless flow programming a new perspective (py web meetup, sept 2nd, 2019...
Asher Sterkin
 
PPTX
Dev-In-Town:Linq To Sql by Chan Ming Man
Quek Lilian
 
PDF
Intro to Neo4j and Graph Databases
Neo4j
 
OrientDB - Voxxed Days Berlin 2016
Luigi Dell'Aquila
 
OrientDB - the 2nd generation of (Multi-Model) NoSQL - Devoxx Belgium 2015
Luigi Dell'Aquila
 
OrientDB - Perché le tue applicazioni meritano un DB Multi-Model
DevDay
 
How Graph Databases started the Multi Model revolution
Luca Garulli
 
Rigorous Cassandra Data Modeling for the Relational Data Architect
Artem Chebotko
 
Serverless flow programming a new perspective (py web meetup, sept 2nd, 2019...
Asher Sterkin
 
Dev-In-Town:Linq To Sql by Chan Ming Man
Quek Lilian
 
Intro to Neo4j and Graph Databases
Neo4j
 

What's hot (12)

PDF
GraphConnect 2014 SF: From Zero to Graph in 120: Model
Neo4j
 
PDF
Building a Knowledge Graph using NLP and Ontologies
Neo4j
 
PDF
R2DBC JEEConf 2019 by Igor Lozynskyi
Igor Lozynskyi
 
PPTX
A whirlwind tour of graph databases
jexp
 
PDF
How Graph Databases efficiently store, manage and query connected data at s...
jexp
 
PDF
Training Week: Build APIs with Neo4j GraphQL Library
Neo4j
 
PDF
Graph Data Modeling in DataStax Enterprise
Artem Chebotko
 
PDF
Training Series: Build APIs with Neo4j GraphQL Library
Neo4j
 
PDF
Visual, scalable, and manageable data loading to and from Neo4j with Apache Hop
Neo4j
 
PDF
Traversing Graphs with Gremlin
Artem Chebotko
 
PDF
Developing cloud serverless components in Python: DDD Perspective
Asher Sterkin
 
PDF
Neo4j: What's Under the Hood
Neo4j
 
GraphConnect 2014 SF: From Zero to Graph in 120: Model
Neo4j
 
Building a Knowledge Graph using NLP and Ontologies
Neo4j
 
R2DBC JEEConf 2019 by Igor Lozynskyi
Igor Lozynskyi
 
A whirlwind tour of graph databases
jexp
 
How Graph Databases efficiently store, manage and query connected data at s...
jexp
 
Training Week: Build APIs with Neo4j GraphQL Library
Neo4j
 
Graph Data Modeling in DataStax Enterprise
Artem Chebotko
 
Training Series: Build APIs with Neo4j GraphQL Library
Neo4j
 
Visual, scalable, and manageable data loading to and from Neo4j with Apache Hop
Neo4j
 
Traversing Graphs with Gremlin
Artem Chebotko
 
Developing cloud serverless components in Python: DDD Perspective
Asher Sterkin
 
Neo4j: What's Under the Hood
Neo4j
 
Ad

Viewers also liked (10)

PDF
Size does matter - How to cut (micro-)services correctly
OPEN KNOWLEDGE GmbH
 
PDF
Rise of the Machines - Automate your Development
Sven Peters
 
PDF
Microservices with Java, Spring Boot and Spring Cloud
Eberhard Wolff
 
PDF
Voxxed berlin2016profilers|
Grzegorz Duda
 
PDF
Paolucci voxxed-days-berlin-2016-age-of-orchestration
Grzegorz Duda
 
PDF
Spring 4.3-component-design
Grzegorz Duda
 
PDF
Docker orchestration voxxed days berlin 2016
Grzegorz Duda
 
PDF
The internet of (lego) trains
Grzegorz Duda
 
PDF
Cassandra and materialized views
Grzegorz Duda
 
PDF
Advanced akka features
Grzegorz Duda
 
Size does matter - How to cut (micro-)services correctly
OPEN KNOWLEDGE GmbH
 
Rise of the Machines - Automate your Development
Sven Peters
 
Microservices with Java, Spring Boot and Spring Cloud
Eberhard Wolff
 
Voxxed berlin2016profilers|
Grzegorz Duda
 
Paolucci voxxed-days-berlin-2016-age-of-orchestration
Grzegorz Duda
 
Spring 4.3-component-design
Grzegorz Duda
 
Docker orchestration voxxed days berlin 2016
Grzegorz Duda
 
The internet of (lego) trains
Grzegorz Duda
 
Cassandra and materialized views
Grzegorz Duda
 
Advanced akka features
Grzegorz Duda
 
Ad

Similar to OrientDB - Voxxed Days Berlin 2016 (20)

PDF
OrientDB - the 2nd generation of (Multi-Model) NoSQL - Codemotion Warsaw 2016
Luigi Dell'Aquila
 
PDF
OrientDB - the 2nd generation of (Multi-Model) NoSQL - J On The Beach 2016
Luigi Dell'Aquila
 
PPTX
OrientDB - the 2nd generation of (Multi-Model) NoSQL
Luigi Dell'Aquila
 
PDF
OrientDB - the 2nd generation of (MultiModel) NoSQL - Luigi Dell Aquila - Cod...
Codemotion
 
PDF
Change RelationalDB to GraphDB with OrientDB
Apaichon Punopas
 
PPTX
Graph Databases & OrientDB
Arpit Poladia
 
PDF
Dove sono i tuoi vertici e di cosa stanno parlando?
Codemotion
 
PDF
OrientDB & Node.js Overview - JS.Everywhere() KW
gmccarvell
 
PDF
OrientDB: Unlock the Value of Document Data Relationships
Fabrizio Fortino
 
PDF
OrientDB - The 2nd generation of (multi-model) NoSQL
Roberto Franchini
 
PPTX
Where are yours vertexes and what are they talking about?
Roberto Franchini
 
PPTX
Intoduction to OrientDB
Abdelmawla Mohamed
 
PDF
01 nosql and multi model database
Mahdi Atawneh
 
PPT
Soffri di patologie da "domini complessi con tante relazioni"? C'è una nuova ...
Luca Garulli
 
PPTX
OrientDB: a Document-Graph Database ready for the Cloud - Dell'Aquila
Codemotion
 
PPTX
OrientDB Codemotion 2014
Luigi Dell'Aquila
 
PDF
Go fast in a graph world
Andrea Giuliano
 
PDF
Works with persistent graphs using OrientDB
graphdevroom
 
ODP
Perchè potresti aver bisogno di un database NoSQL anche se non sei Google o F...
Codemotion
 
PDF
Scalable database, Scalable language @ JDC 2013
Maciek Próchniak
 
OrientDB - the 2nd generation of (Multi-Model) NoSQL - Codemotion Warsaw 2016
Luigi Dell'Aquila
 
OrientDB - the 2nd generation of (Multi-Model) NoSQL - J On The Beach 2016
Luigi Dell'Aquila
 
OrientDB - the 2nd generation of (Multi-Model) NoSQL
Luigi Dell'Aquila
 
OrientDB - the 2nd generation of (MultiModel) NoSQL - Luigi Dell Aquila - Cod...
Codemotion
 
Change RelationalDB to GraphDB with OrientDB
Apaichon Punopas
 
Graph Databases & OrientDB
Arpit Poladia
 
Dove sono i tuoi vertici e di cosa stanno parlando?
Codemotion
 
OrientDB & Node.js Overview - JS.Everywhere() KW
gmccarvell
 
OrientDB: Unlock the Value of Document Data Relationships
Fabrizio Fortino
 
OrientDB - The 2nd generation of (multi-model) NoSQL
Roberto Franchini
 
Where are yours vertexes and what are they talking about?
Roberto Franchini
 
Intoduction to OrientDB
Abdelmawla Mohamed
 
01 nosql and multi model database
Mahdi Atawneh
 
Soffri di patologie da "domini complessi con tante relazioni"? C'è una nuova ...
Luca Garulli
 
OrientDB: a Document-Graph Database ready for the Cloud - Dell'Aquila
Codemotion
 
OrientDB Codemotion 2014
Luigi Dell'Aquila
 
Go fast in a graph world
Andrea Giuliano
 
Works with persistent graphs using OrientDB
graphdevroom
 
Perchè potresti aver bisogno di un database NoSQL anche se non sei Google o F...
Codemotion
 
Scalable database, Scalable language @ JDC 2013
Maciek Próchniak
 

More from Luigi Dell'Aquila (9)

PDF
Geospatial Graphs made easy with OrientDB - Codemotion Milan 2016
Luigi Dell'Aquila
 
PDF
Geospatial Graphs made easy with OrientDB - Codemotion Spain
Luigi Dell'Aquila
 
PDF
GeeCON Prague 2016 - Geospatial Graphs made easy with OrientDB
Luigi Dell'Aquila
 
PDF
Geospatial Graphs made easy with OrientDB - Codemotion Warsaw 2016
Luigi Dell'Aquila
 
PPT
​Fully Reactive - from Data to UI with OrientDB + Node.js + Socket.io
Luigi Dell'Aquila
 
PPTX
OrientDB - Time Series and Event Sequences - Codemotion Milan 2014
Luigi Dell'Aquila
 
PPTX
OrientDB meetup roma 2014
Luigi Dell'Aquila
 
PPTX
OrientDB - cloud barcamp Libero Cloud
Luigi Dell'Aquila
 
PPTX
Orient DB on the cloud - Cloud Party 2013
Luigi Dell'Aquila
 
Geospatial Graphs made easy with OrientDB - Codemotion Milan 2016
Luigi Dell'Aquila
 
Geospatial Graphs made easy with OrientDB - Codemotion Spain
Luigi Dell'Aquila
 
GeeCON Prague 2016 - Geospatial Graphs made easy with OrientDB
Luigi Dell'Aquila
 
Geospatial Graphs made easy with OrientDB - Codemotion Warsaw 2016
Luigi Dell'Aquila
 
​Fully Reactive - from Data to UI with OrientDB + Node.js + Socket.io
Luigi Dell'Aquila
 
OrientDB - Time Series and Event Sequences - Codemotion Milan 2014
Luigi Dell'Aquila
 
OrientDB meetup roma 2014
Luigi Dell'Aquila
 
OrientDB - cloud barcamp Libero Cloud
Luigi Dell'Aquila
 
Orient DB on the cloud - Cloud Party 2013
Luigi Dell'Aquila
 

Recently uploaded (20)

PDF
How Open Source Changed My Career by abdelrahman ismail
a0m0rajab1
 
PDF
Responsible AI and AI Ethics - By Sylvester Ebhonu
Sylvester Ebhonu
 
PDF
AI-Cloud-Business-Management-Platforms-The-Key-to-Efficiency-Growth.pdf
Artjoker Software Development Company
 
PDF
Economic Impact of Data Centres to the Malaysian Economy
flintglobalapac
 
PDF
The Future of Mobile Is Context-Aware—Are You Ready?
iProgrammer Solutions Private Limited
 
PDF
Using Anchore and DefectDojo to Stand Up Your DevSecOps Function
Anchore
 
PPTX
What-is-the-World-Wide-Web -- Introduction
tonifi9488
 
PDF
The Evolution of KM Roles (Presented at Knowledge Summit Dublin 2025)
Enterprise Knowledge
 
PDF
Data_Analytics_vs_Data_Science_vs_BI_by_CA_Suvidha_Chaplot.pdf
CA Suvidha Chaplot
 
PPTX
AI and Robotics for Human Well-being.pptx
JAYMIN SUTHAR
 
PPTX
Applied-Statistics-Mastering-Data-Driven-Decisions.pptx
parmaryashparmaryash
 
PDF
Unlocking the Future- AI Agents Meet Oracle Database 23ai - AIOUG Yatra 2025.pdf
Sandesh Rao
 
PPTX
The-Ethical-Hackers-Imperative-Safeguarding-the-Digital-Frontier.pptx
sujalchauhan1305
 
PDF
Automating ArcGIS Content Discovery with FME: A Real World Use Case
Safe Software
 
PDF
Security features in Dell, HP, and Lenovo PC systems: A research-based compar...
Principled Technologies
 
PDF
Research-Fundamentals-and-Topic-Development.pdf
ayesha butalia
 
PPTX
New ThousandEyes Product Innovations: Cisco Live June 2025
ThousandEyes
 
PPTX
Dev Dives: Automate, test, and deploy in one place—with Unified Developer Exp...
AndreeaTom
 
PDF
Oracle AI Vector Search- Getting Started and what's new in 2025- AIOUG Yatra ...
Sandesh Rao
 
PDF
Accelerating Oracle Database 23ai Troubleshooting with Oracle AHF Fleet Insig...
Sandesh Rao
 
How Open Source Changed My Career by abdelrahman ismail
a0m0rajab1
 
Responsible AI and AI Ethics - By Sylvester Ebhonu
Sylvester Ebhonu
 
AI-Cloud-Business-Management-Platforms-The-Key-to-Efficiency-Growth.pdf
Artjoker Software Development Company
 
Economic Impact of Data Centres to the Malaysian Economy
flintglobalapac
 
The Future of Mobile Is Context-Aware—Are You Ready?
iProgrammer Solutions Private Limited
 
Using Anchore and DefectDojo to Stand Up Your DevSecOps Function
Anchore
 
What-is-the-World-Wide-Web -- Introduction
tonifi9488
 
The Evolution of KM Roles (Presented at Knowledge Summit Dublin 2025)
Enterprise Knowledge
 
Data_Analytics_vs_Data_Science_vs_BI_by_CA_Suvidha_Chaplot.pdf
CA Suvidha Chaplot
 
AI and Robotics for Human Well-being.pptx
JAYMIN SUTHAR
 
Applied-Statistics-Mastering-Data-Driven-Decisions.pptx
parmaryashparmaryash
 
Unlocking the Future- AI Agents Meet Oracle Database 23ai - AIOUG Yatra 2025.pdf
Sandesh Rao
 
The-Ethical-Hackers-Imperative-Safeguarding-the-Digital-Frontier.pptx
sujalchauhan1305
 
Automating ArcGIS Content Discovery with FME: A Real World Use Case
Safe Software
 
Security features in Dell, HP, and Lenovo PC systems: A research-based compar...
Principled Technologies
 
Research-Fundamentals-and-Topic-Development.pdf
ayesha butalia
 
New ThousandEyes Product Innovations: Cisco Live June 2025
ThousandEyes
 
Dev Dives: Automate, test, and deploy in one place—with Unified Developer Exp...
AndreeaTom
 
Oracle AI Vector Search- Getting Started and what's new in 2025- AIOUG Yatra ...
Sandesh Rao
 
Accelerating Oracle Database 23ai Troubleshooting with Oracle AHF Fleet Insig...
Sandesh Rao
 

OrientDB - Voxxed Days Berlin 2016