Building your movie knowledge graph with code examples
In this section, we will import your normalized datasets into Neo4j and transform them into a fully functional knowledge graph.
Setting up your AuraDB free instance
To start building your knowledge graph with Neo4j, you will first need to set up an AuraDB Free instance. AuraDB Free is a cloud-hosted Neo4j database that allows you to quickly get started without worrying about local installations or infrastructure management.
Follow these steps to create your instance:
- Visit https://console.neo4j.io.
- Log in with your Google account or with email.
- Click Create Free Instance.
- While the instance is being provisioned, a pop-up window will appear showing the connection credentials for your database.
Make sure to download and securely save the following details from the popup—these are essential for connecting your application to Neo4j:
NEO4J_URI=neo4j+s://<your-instance...