其他分享
首页 > 其他分享> > Cypher Fundamentals-Reading Data from Neo4j

Cypher Fundamentals-Reading Data from Neo4j

作者:互联网

Cypher Fundamentals

Reading Data from Neo4j

Writing Data to Neo4j

Reading Data from Neo4j

In this module you will learn how to write Cypher code to retrieve data from the graph.

You will learn how to:

Using the Movies example dataset, you will create and execute Cypher code to find actors and movies in our graph.

Domain model for this course

Here is the data model used in this course. The graph contains nodes with the labels Person and MoviePerson nodes have several types of relationships to Movie nodes. A Person node can have a FOLLOWS relationship to another Person node.

movie-schema-image   5% Introduction to Cypher

标签:Cypher,Creating,Fundamentals,graph,Movie,nodes,Data
来源: https://www.cnblogs.com/z-cm/p/16221039.html