-
Book Overview & Buying
-
Table Of Contents
-
Feedback & Rating

Graph Data Processing with Cypher
By :

In this section, we will take a look at how we can use Neo4j Desktop to create a Neo4j instance and manage it.
Let’s go through the steps to create a local DBMS:
Figure 1.17 – Creating a local DBMS
Figure 1.18 – Select the Neo4j version
Next, we will take a look at how we can manage the instance we have created.
Once we have created the local database instance, we can then manage that instance. We can start/stop the instance, change the configuration, and add plugins. Here, we will take a look at how to manage the local Neo4j instance we created.
Once the instance is created, an entry is shown in the selected project. The following screenshot shows the instance details:
Figure 1.19 – Local instance details
When you click on the name of the instance, it shows the details on the right-hand side. The description box can be used to add details about this DBMS instance. If you need to change the password, it can be done under the Reset DBMS password option.
For this instance, we can add or remove plugins. To do this, click on the Plugins tab. It displays all the installed plugins and the available plugins to install. The following screenshot captures this aspect:
Figure 1.20 – Plugins installation
The list of the plugins available is dependent on the version of the Neo4j instance. When you click on the name of the plugin, it shows the details of that plugin and any related links. You can click on the Install button to install a plugin. Neo4j Desktop will install the plugin and make the required changes to the server configuration.
It is possible to upgrade the version of the instance we have created. When you click on the Upgrade tab, it shows the options available. The following screenshot captures this aspect:
Figure 1.21 – Upgrade options
Here, you will find a dropdown of all possible versions of this instance that can be upgraded. When a version is selected, the release notes for that version are shown. By clicking the Upgrade button, you can upgrade the selected DBMS instance.