Note: This documentation was written for Neo4j version: community-3.5.x .

Download Neo4j (for free) here. The download on Windows machines is quite straightforward, for Linux see here.

Run Neo4j on Windows:

Run Neo4j on Linux

(read the README.txt for updated instructions, when using a different version):

Use Neo4j as Docker

Load pre-existing database

Data Download

Find a copy of the graph.db file here and unzip the file.

Unzip the file called ‘DSMN_releaseDate.graph.db’ after downloading.

Windows

(Note: you can also use the command line for the steps listed below; see section ‘3.2 Linux’ for more detailed instructions or the Neo4j documentation for Windows ).

Linux

For first time users, first start your neo4j instance:

cd PATH/TO/NEO4J
./bin/neo4j console

Then, view the user interface of Neo4j in your internetbrowser by adding this location in the search bar: http://localhost:7474/ . Login the first time with the username ‘neo4j’ and password ‘neo4j’; after this you will be prompted to submit a personal password. For next usages (also in Cytoscape with the CyNeo4j app), you will use the username ‘neo4j’, and the personal password you picked.

After the initial setup (setting your personal password), you can follow the following instructions:

cd PATH/TO/NEO4J/data/databases
rm -r graph.db
cp -r /PATH/TO/DOWNLOADED_DATA/DSMN_MONTHYEAR.graph.db/graph.db/ /PATH/TO/NEO4J/data/databases/
cd ../..
./bin/neo4j console

Open the remote interface (hhtp://localhost:7474) and login with your personal password.

Mac/Apple:

Our approach has not been tested on a Mac, however the steps provided above for Linux should suffice. Consult the Neo4j macOS installation guidelines for additional information.

Windows + Linux: visualise and interact with data