SlideShare a Scribd company logo
Presentation about graph database
A graph is composed of two elements: a node and
a relationship.
•
•
•
Presentation about graph database
Presentation about graph database
•
•
•
•
•
GITHUB
DESKTOP APPLICATION DOWNLOAD
HTTPS://NEO4J.COM/
Presentation about graph database
Presentation about graph database
Presentation about graph database
Presentation about graph database
Presentation about graph database
Presentation about graph database
Presentation about graph database
Presentation about graph database
Presentation about graph database
Presentation about graph database
Presentation about graph database
1-Create a Record for Yourself
CREATE (you:Person {name:"You"})
RETURN you
2-Let’s find ourselves and add a new relationship to a new node.
MATCH (you:Person {name:"You"})
CREATE (you)-[like:LIKE]->(neo:Database {name:"Neo4j" })
RETURN you,like,neo
3-Create Your Friends
MATCH (you:Person {name:"You"})
FOREACH (name in
["Johan","Rajesh","Anna","Julia","Andrew"] |
Presentation about graph database

More Related Content

KEY
C# Development (Sam Corder)
PDF
Bettereditors
PDF
KeeeX Simple Tutorial 20150106-lh-keeex-xovek-zidec-bocyk
PPTX
FridayPresentation
PDF
FIFA fails, Guy Kawasaki and real estate in SF - find out about all three by ...
PPTX
Mongo db
PPTX
Strings in c plus plus
PDF
Introduction to mongoDB
C# Development (Sam Corder)
Bettereditors
KeeeX Simple Tutorial 20150106-lh-keeex-xovek-zidec-bocyk
FridayPresentation
FIFA fails, Guy Kawasaki and real estate in SF - find out about all three by ...
Mongo db
Strings in c plus plus
Introduction to mongoDB

Recently uploaded (20)

PPT
ISS -ESG Data flows What is ESG and HowHow
PPTX
Business Acumen Training GuidePresentation.pptx
PPTX
1_Introduction to advance data techniques.pptx
PPTX
iec ppt-1 pptx icmr ppt on rehabilitation.pptx
PDF
Galatica Smart Energy Infrastructure Startup Pitch Deck
PDF
annual-report-2024-2025 original latest.
PDF
22.Patil - Early prediction of Alzheimer’s disease using convolutional neural...
PPTX
Data_Analytics_and_PowerBI_Presentation.pptx
PDF
Foundation of Data Science unit number two notes
PPTX
01_intro xxxxxxxxxxfffffffffffaaaaaaaaaaafg
PDF
“Getting Started with Data Analytics Using R – Concepts, Tools & Case Studies”
PPTX
Introduction to Firewall Analytics - Interfirewall and Transfirewall.pptx
PPTX
MODULE 8 - DISASTER risk PREPAREDNESS.pptx
PPTX
Microsoft-Fabric-Unifying-Analytics-for-the-Modern-Enterprise Solution.pptx
PDF
BF and FI - Blockchain, fintech and Financial Innovation Lesson 2.pdf
PPTX
Database Infoormation System (DBIS).pptx
PPT
Miokarditis (Inflamasi pada Otot Jantung)
PDF
Lecture1 pattern recognition............
PDF
Fluorescence-microscope_Botany_detailed content
ISS -ESG Data flows What is ESG and HowHow
Business Acumen Training GuidePresentation.pptx
1_Introduction to advance data techniques.pptx
iec ppt-1 pptx icmr ppt on rehabilitation.pptx
Galatica Smart Energy Infrastructure Startup Pitch Deck
annual-report-2024-2025 original latest.
22.Patil - Early prediction of Alzheimer’s disease using convolutional neural...
Data_Analytics_and_PowerBI_Presentation.pptx
Foundation of Data Science unit number two notes
01_intro xxxxxxxxxxfffffffffffaaaaaaaaaaafg
“Getting Started with Data Analytics Using R – Concepts, Tools & Case Studies”
Introduction to Firewall Analytics - Interfirewall and Transfirewall.pptx
MODULE 8 - DISASTER risk PREPAREDNESS.pptx
Microsoft-Fabric-Unifying-Analytics-for-the-Modern-Enterprise Solution.pptx
BF and FI - Blockchain, fintech and Financial Innovation Lesson 2.pdf
Database Infoormation System (DBIS).pptx
Miokarditis (Inflamasi pada Otot Jantung)
Lecture1 pattern recognition............
Fluorescence-microscope_Botany_detailed content
Ad
Ad

Presentation about graph database