Modeling Relationships

In this module, you will learn about relationships and create your first connections in the graph.

By the end of the module, you will:

  • Understand what relationships are and why they’re powerful

  • Learn how graph traversals outperform SQL JOINs

  • Import Customer and Order nodes (if not already done)

  • Create PLACED relationships between customers and their orders

  • Write queries that traverse from customers to their orders

Ready? Let’s go →

Chatbot

How can I help you today?

Data Model

Your data model will appear here.