Skip to content

kuczera/mein_erster_Graph

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 

Repository files navigation

mein_erster_Graph

Erste Schritte in Graphdatenbanken

In diesem GraphGist sollen die grundlegenden Eigenschaften von Graphen erläutert werden. Dabei wird die Graphdatenbank https://www.neo4j.com[neo4j] genutzt.

[source,cypher]

CREATE (p1:Person {name:'Karl der Große'}); CREATE (p2:Person {name:'Karl der Große'}); CREATE (b1:Buch {Titel:'Vita Karoli Magni'}); CREATE (p1)-[:KENNT]->(p2); CREATE (p1)-[:KOMMT_VOR_IN]->(b1); CREATE (p2)-[:SCHRIEB_CA_828-830]->(b1);


//graph

About

Erste Schritte in Graphdatenbanken

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published