Introduction
This article is going to describe step by step how to import our great Graph Database dump file into Neo4j Desktop
Download
Neo4j Desktop
Install Neo4j Desktop following the official documentation website.
Importing Graph Database
- Create new Project
- Add reactome.graphdb.dump
- Click on the Open button next to the file you have added and select "Create new DBMS from Dump".
- Choose a name, password and version (preferably >4.x.x)
- Not mandatory, open Neo4j Settings, edit "dbms.allow_upgrade=true
- This step is only needed if you are using Reactome Graph Database which is not compatible with v4.X.X.
- Now Click on `Start` and you are ready to explore the Neo4j Browser or Neo4j Bloom. http://localhost:7474
Adding a different version of the Reactome database
* Only Neo4j >4.x supports multiple DMBS, make sure you installed Neo4j 4.x.x
- Add reactome.previous.graphdb.dump
- Click on the Open button next to the file you have added and select "Import dump into existing DBMS".
- Select Reactome and create database "reactome"
- Open Neo4j Settings
- Not mandatory, open Neo4j Settings, edit "dbms.allow_upgrade=true
- This step is only needed if you are using Reactome Graph Database which is not compatible with v4.X.X.
- If you want this database to be your default, then use its name in the settings file.
- Now Click on `Start` and you are ready to explore the Neo4j Browser or Neo4j Bloom.