Introduction
Creating your own Neo4j database instance is a great way continue learning.
In this challenge, you will:
-
Create your own Neo4j database instance on Aura.
-
Explore the Neo4j Aura console.
Create an Aura Instance
Create an account on Neo4j Aura and complete the onboarding process.
Single Sign-On
You can use the same account as you used for GraphAcademy.
Create an instance
To create a new database instance:
-
Select
Instancesin the navigation menu. -
Click
Create Instance.
-
Select AuraDB Free to create a new free instance or start a free trial of AuraDB Professional.
Saving your credentials
A modal window will appear with the username and password for the database.
Credentials
Make sure to Download and continue and keep the file safe. The file contains the credentials needed to connect to your new database.
You will need it to continue with the workshop.
Instance creation
You will then see the new instance listed on the instances page with a status of Creating.
Once the database is ready, the status will change to Running.
Instance creation time
It will take a few minutes for the instance to be created and become available.
Can’t create an Aura instance?
If you can’t create an Aura instance, you can add the Sandbox you have been using during the course as a Self-managed instance in the Aura console.
-
Goto Instances, Self-managed, and click Add deployment.
-
Select Unmonitored, give the instance a name (for example,
My Sandbox), and click Connect.
-
Enter the following connection details for your sandbox:
- Connection URL
-
bolt+s://{instance-host}:{instance-boltPort}
- Username
-
{instance-username}
- Password
-
{instance-password}
- Database
-
{instance-database}
-
Click Add to add the instance to your Aura console.
You can now use your sandbox instance in the Aura console to complete the workshop.
Make a note of your username, password, and database as you will need them to connect to the database in the next module.
Aura Fundamentals
You can learn more about Neo4j Aura in the GraphAcademy Aura Fundamentals course.
Next
Summary
In this challenge, you created your own Neo4j Aura instance.