In this module, you will analyze a relational database schema and design a graph data model for it.
You will work with the Northwind database and learn to:
-
Analyze the relational schema and understand table relationships
-
Identify which tables should become nodes in the graph
-
Map foreign key relationships to graph relationships
-
Design node and relationship properties
-
Plan constraints and indexes for data integrity and performance