https://github.com/famousdraw

Cypher Fundamentals-Writing Data to Neo4j

Writing Data to Neo4j

In this module you will learn how to update the graph using Cypher and the Movies example dataset.

You will learn to:

  • Use MERGE to create nodes in the graph.

  • Use MERGE to create relationships in the graph.

  • Create, update and remove properties for nodes and relationships in the graph.

  • Perform conditional MERGE processing, depending on what is in the graph.

  • Delete nodes and relationships from the graph.

Domain model for this course

Again, here is the domain model and how it is represented in our graph:

Movie Graph
 

posted on 2022-05-05 00:12  红色MINI  阅读(18)  评论(0编辑  收藏  举报

导航