Module
Building Your Graph
In this module, you will learn graph fundamentals, understand how to use the Import tool, and import your first Full definition for node (opens in a new tab)A vertex in a graph. In a property graph it can carry labels and properties..
By the end of the module, you will:
- Understand the building blocks of a graph (nodes, Full 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., Full definition for property (opens in a new tab)A named value stored on a node or a relationship., Full 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.)
- Learn enough Full definition for Cypher (opens in a new tab)Neo4j's implementation of GQL, the ISO standard query language for graph databases. It is declarative: you describe the pattern to find, and the database decides how to find it. to query your data
- Know how to identify what should be a node in your graph model
- Learn how to use the Import tool to map data to your graph model
- Import Product nodes into your graph - the foundation of your recommendation system