Extend the Graph

Introduction

Your challenge is to extend the graph data model, importing nodes and relationships from the Northwind dataset:

  1. Review the source data.

  2. Identify at least one new node label and one new relationship type.

  3. Create the node

  4. Create a relationship that connects the new node to an existing node.

  5. Run the import

  6. Write a Cypher query to view the new nodes and relationships.

Lesson Summary

In this challenge, you identified data useful to the graph, extended the data model, and imported the data.

In the next lesson, you will review a complete Northwind data model, and decide whether you want to import it.

Chatbot

How can I help you today?