SlideShare a Scribd company logo
Internet Programming II
Yildiz Technical University 2015
Graph Databases
{
"name” : "Omer Taskin",
"company” : "eBay Inc.",
"title” : "Software Engineer"
}
OUTLINE
•NoSQL
•Graph
•Graph Algorithms
•Graph DBs
•Neo4j
Data is
everything!
in the
Data is getting bigger day by day
Database
is a thing where data is kept and managed!
Database
is a thing where data is kept and managed!
files are databases too
Relational Database(s)
RDBMS
supports JOIN(s) between tables
invented @IBM in 1970
•SQL became a standard;
–American National Standards Institute (ANSI) in 1986
–International Organization for Standardization (ISO) in 1987
GraphDB
Relational Database(s)
RDBMS
Every table has to be in a schema
Data has to be stored into table(s)
NoSQL
•means Not Only SQL
•Started to use in 2009 @ last.fm
•A Database Management System
•Non-relational!
•No Joins!
•Mostly non-transactional
GraphDB
Graph Theory
History
Seven bridges of Königsberg (Germany)
Found @in 1736
Graph Theory
Node Edge And Property
Graphs usually are not small like that 
GraphDB
Graph Theory
GraphDB vs RDBMS
fetching by Join
Graph database
Graph Algorithms
Shortest Path
GraphDB
Graph Algorithms
Graph Traversal
GraphDB
Network
Recommendations
Social
Security
Graph Databases
Use Cases
Network and IT Operations Management
The interconnected physical, virtual, and application layers of a network are
perfectly modeled in a comprehensive graph.
Queries:
Quality-of-Service Mapping,
Impact Analysis,
Root Cause Analysis,
Asset Management
Graph Databases
Use Cases
Social
Family, friends and followers extend into a social graph which reveals
patterns of similar behavior, influence, and implicit groups.
Queries:
Friend Recommendations,
Sharing & Collaboration,
Influencer Analysis
Graph Databases
Use Cases
Recommendations
Connect the dots of seemingly unrelated interests and relationships to make
recommendations that balance fresh with familiar.
Queries :
Professional Recommendations
Product,
Social,
Service
Graph Databases
Use Cases
Identity and Access Management
Who you are, how you belong, and what you’re permitted depends upon the
relationships between you, an organization, and a system.
Queries :
Interconnected Group Organization,
Access Management,
Provenance
Graph Databases
Use Cases
Graph Databases
Most popular graph database
Open source
Implemented in Java
Neo4j
Neo4j
Cypher is query language of Neo4j
Cypher
Neo4j
Finding nodes
MATCH (node : Person) RETURN node
Creating node
CREATE (person : Person {name = “Omer”})
Cypher
Neo4j
Creating relation for existing node
MATCH (me : Person {name = “Omer”})
CREATE (me)-[:FRIEND]->(friend : Person {name = “Seda”})
Cypher
Neo4j
Fetching friends of me
MATCH (me : Person {name = “Omer”})-[:FRIEND]->(friend : Person)
RETURN me, friend;
Cypher
Neo4j
Fetching friends of friends of fiends of me
MATCH (me : Person {name = “Omer”})-[f1:FRIEND] -[f2:FRIEND] -[f3:FRIEND]->(f4:
Person)
RETURN me, f1, f2, f3, f4;
Cypher
GraphDB
GraphDB

More Related Content

PDF
Transforming Your Data with GraphDB: GraphDB Fundamentals, Jan 2018
PDF
[Conference] Cognitive Graph Analytics on Company Data and News
PDF
The Bounties of Semantic Data Integration for the Enterprise
PDF
Property graph vs. RDF Triplestore comparison in 2020
PDF
Reasoning with Big Knowledge Graphs: Choices, Pitfalls and Proven Recipes
PPTX
Analytics on Big Knowledge Graphs Deliver Entity Awareness and Help Data Linking
PPT
The Power of Semantic Technologies to Explore Linked Open Data
PDF
[Webinar] FactForge Debuts: Trump World Data and Instant Ranking of Industry ...
Transforming Your Data with GraphDB: GraphDB Fundamentals, Jan 2018
[Conference] Cognitive Graph Analytics on Company Data and News
The Bounties of Semantic Data Integration for the Enterprise
Property graph vs. RDF Triplestore comparison in 2020
Reasoning with Big Knowledge Graphs: Choices, Pitfalls and Proven Recipes
Analytics on Big Knowledge Graphs Deliver Entity Awareness and Help Data Linking
The Power of Semantic Technologies to Explore Linked Open Data
[Webinar] FactForge Debuts: Trump World Data and Instant Ranking of Industry ...

What's hot (20)

PPTX
First Steps in Semantic Data Modelling and Search & Analytics in the Cloud
PDF
GraphDB Cloud: Enterprise Ready RDF Database on Demand
PPTX
Developing Linked Data and Semantic Web-based Applications (Expotec 2015)
PPT
Semantic web an overview and projects
PPTX
Enterprise knowledge graphs
PDF
Building Knowledge Graphs in 10 steps
PPTX
Diving in Panama Papers and Open Data to Discover Emerging News
KEY
Linking Open, Big Data Using Semantic Web Technologies - An Introduction
PPTX
Gain Super Powers in Data Science: Relationship Discovery Across Public Data
PPTX
Knowledge Graph Introduction
PDF
Linked Data Experiences at Springer Nature
PDF
LDOW2015 Position Talk and Discussion
PDF
Beyond 2022 project presentation 2021
PDF
HyperGraphQL
PDF
Explicit Semantics in Graph DBs Driving Digital Transformation With Neo4j
PDF
Linked Data, Ontologies and Inference
PPTX
RDF data model
PPTX
Das Semantische Daten Web für Unternehmen
PDF
How to Reveal Hidden Relationships in Data and Risk Analytics
PDF
Semantic Technologies and Triplestores for Business Intelligence
First Steps in Semantic Data Modelling and Search & Analytics in the Cloud
GraphDB Cloud: Enterprise Ready RDF Database on Demand
Developing Linked Data and Semantic Web-based Applications (Expotec 2015)
Semantic web an overview and projects
Enterprise knowledge graphs
Building Knowledge Graphs in 10 steps
Diving in Panama Papers and Open Data to Discover Emerging News
Linking Open, Big Data Using Semantic Web Technologies - An Introduction
Gain Super Powers in Data Science: Relationship Discovery Across Public Data
Knowledge Graph Introduction
Linked Data Experiences at Springer Nature
LDOW2015 Position Talk and Discussion
Beyond 2022 project presentation 2021
HyperGraphQL
Explicit Semantics in Graph DBs Driving Digital Transformation With Neo4j
Linked Data, Ontologies and Inference
RDF data model
Das Semantische Daten Web für Unternehmen
How to Reveal Hidden Relationships in Data and Risk Analytics
Semantic Technologies and Triplestores for Business Intelligence
Ad

Similar to GraphDB (20)

PDF
Graph Database Use Cases - StampedeCon 2015
PDF
Graph database Use Cases
PDF
Gerry McNicol Graph Databases
PPTX
Introduction to graph databases in term of neo4j
PDF
Intro to Neo4j 2.0
PDF
Introduction to Graph databases and Neo4j (by Stefan Armbruster)
PDF
Graph database in sv meetup
PPTX
GraphDatabase.pptx
PPT
Graph db
PPTX
Graph all the things - PRathle
PPTX
Intro to Neo4j with Ruby
PDF
5.17 - IntroductionToNeo4j-allSlides_1_2022_DanMc.pdf
PDF
Neo4j GraphTalk Helsinki - Introduction and Graph Use Cases
PPTX
GraphTalks Rome - Selecting the right Technology
PDF
OUTCOME ANALYSIS IN ACADEMIC INSTITUTIONS USING NEO4J
PDF
Graph based data models
PPT
Graph Database and Neo4j
PPTX
Graph Databases
PDF
Intro to Neo4j and Graph Databases
PPTX
no sql ppt.pptx
Graph Database Use Cases - StampedeCon 2015
Graph database Use Cases
Gerry McNicol Graph Databases
Introduction to graph databases in term of neo4j
Intro to Neo4j 2.0
Introduction to Graph databases and Neo4j (by Stefan Armbruster)
Graph database in sv meetup
GraphDatabase.pptx
Graph db
Graph all the things - PRathle
Intro to Neo4j with Ruby
5.17 - IntroductionToNeo4j-allSlides_1_2022_DanMc.pdf
Neo4j GraphTalk Helsinki - Introduction and Graph Use Cases
GraphTalks Rome - Selecting the right Technology
OUTCOME ANALYSIS IN ACADEMIC INSTITUTIONS USING NEO4J
Graph based data models
Graph Database and Neo4j
Graph Databases
Intro to Neo4j and Graph Databases
no sql ppt.pptx
Ad

More from Ömer Taşkın (9)

PPTX
Unit testing and junit
PPTX
No sql and mongodb
PDF
Dependency management
PPTX
Oop basics
PPTX
Web Programming - Git basics
PDF
PDF
Unit testing and junit
No sql and mongodb
Dependency management
Oop basics
Web Programming - Git basics

Recently uploaded (20)

PDF
Pre independence Education in Inndia.pdf
PPTX
Pharma ospi slides which help in ospi learning
PDF
BÀI TẬP BỔ TRỢ 4 KỸ NĂNG TIẾNG ANH 9 GLOBAL SUCCESS - CẢ NĂM - BÁM SÁT FORM Đ...
PDF
O5-L3 Freight Transport Ops (International) V1.pdf
PPTX
Cell Structure & Organelles in detailed.
PDF
Complications of Minimal Access Surgery at WLH
PPTX
PPT- ENG7_QUARTER1_LESSON1_WEEK1. IMAGERY -DESCRIPTIONS pptx.pptx
PDF
ANTIBIOTICS.pptx.pdf………………… xxxxxxxxxxxxx
PPTX
Lesson notes of climatology university.
PPTX
IMMUNITY IMMUNITY refers to protection against infection, and the immune syst...
PPTX
Microbial diseases, their pathogenesis and prophylaxis
PDF
Supply Chain Operations Speaking Notes -ICLT Program
PDF
01-Introduction-to-Information-Management.pdf
PPTX
human mycosis Human fungal infections are called human mycosis..pptx
PDF
Sports Quiz easy sports quiz sports quiz
PPTX
1st Inaugural Professorial Lecture held on 19th February 2020 (Governance and...
PDF
Chapter 2 Heredity, Prenatal Development, and Birth.pdf
PPTX
master seminar digital applications in india
PPTX
Final Presentation General Medicine 03-08-2024.pptx
PPTX
Introduction_to_Human_Anatomy_and_Physiology_for_B.Pharm.pptx
Pre independence Education in Inndia.pdf
Pharma ospi slides which help in ospi learning
BÀI TẬP BỔ TRỢ 4 KỸ NĂNG TIẾNG ANH 9 GLOBAL SUCCESS - CẢ NĂM - BÁM SÁT FORM Đ...
O5-L3 Freight Transport Ops (International) V1.pdf
Cell Structure & Organelles in detailed.
Complications of Minimal Access Surgery at WLH
PPT- ENG7_QUARTER1_LESSON1_WEEK1. IMAGERY -DESCRIPTIONS pptx.pptx
ANTIBIOTICS.pptx.pdf………………… xxxxxxxxxxxxx
Lesson notes of climatology university.
IMMUNITY IMMUNITY refers to protection against infection, and the immune syst...
Microbial diseases, their pathogenesis and prophylaxis
Supply Chain Operations Speaking Notes -ICLT Program
01-Introduction-to-Information-Management.pdf
human mycosis Human fungal infections are called human mycosis..pptx
Sports Quiz easy sports quiz sports quiz
1st Inaugural Professorial Lecture held on 19th February 2020 (Governance and...
Chapter 2 Heredity, Prenatal Development, and Birth.pdf
master seminar digital applications in india
Final Presentation General Medicine 03-08-2024.pptx
Introduction_to_Human_Anatomy_and_Physiology_for_B.Pharm.pptx

GraphDB