Module 1
Install
In this module, you will set up a working Neo4j environment. You will:
- Explore the options for installing Neo4j.
- Spin up a Neo4j instance in a Docker container.
- Use the
neo4j-admintool to manage your instance. - Import an existing dataset into Neo4j.
- Connect to Neo4j Browser and run a 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. statement.
- Review how to deploy Neo4j on Kubernetes.
Let's get started!