›Building an Import Process
4.1 · Lesson
Building an Import Process
During this course, you have created queries which complete the following tasks:
- Create
PersonandMovieiFull definition for constraint (opens in a new tab)A rule the database enforces on every node or relationship with a given label or type, rejecting any write that breaks it. - Import data from
persons.csvand createPersoniFull definition for node (opens in a new tab)A vertex in a graph. In a property graph it can carry labels and properties. - Import data from
movies.csvand createMovienodes - Create
ACTED_INandDIRECTEDiFull definition for relationship (opens in a new tab)A named, directed connection between two nodes. Every relationship has a type, a start node and an end node. betweenPersonandMovienodes - Create additional
ACTORandDIRECTORiFull definition for label (opens in a new tab)A tag on a node that groups it with other nodes of the same kind. A node can carry more than one. onPersonnodes
Join GraphAcademy to keep learning
Create your account to unlock 80+ hours of hands-on Neo4j courses, track your progress, and earn a certificate when you complete the course.
Sign in or register