Module

Writing Data to Neo4j

Introduction

In this module you will learn how to update the graph using 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. and the Movies example dataset.

What You Will Learn

You will learn to:

Domain model for this course

Again, here is the domain model and how it is represented in our graph:

Ready, let's go!