Module 2
Modeling Nodes
In this module, you will learn how to identify and create Full definition for node (opens in a new tab)A vertex in a graph. In a property graph it can carry labels and properties. in your Full definition for data model (opens in a new tab)The labels, relationship types and properties chosen to represent a domain.. Nodes are the fundamental building blocks that represent the entities in your domain, and understanding how to model them correctly is essential for creating an effective graph database.
You will learn about:
- Identifying the entities from your use cases and understanding their Full definition for property (opens in a new tab)A named value stored on a node or a relationship..
- Creating nodes in the graph in support of the data model with appropriate 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. and attributes.