Local Setup

Preparing your local development environment

To prepare your local development environment you must:

  1. Set up Neo4j Desktop on your system.

  2. Install the APOC and GDSL plugin libraries for your database.

  3. Install the Graph Data Science Playground (NEuler).

Step 1: Set up Neo4j Desktop on your system

To perform the exercises of this course you must have downloaded and installed Neo4j Desktop on your system.

These videos show how to install and get started using Neo4j Desktop. For your environment you must:

  1. Download the latest version of Neo4j Desktop.

  2. Create a project in Neo4j Desktop named Graph Algos.

  3. Create a local 4.1.x database in this Graph Algos project.

Example 1. If using OS X
Example 2. If using Linux
Example 3. If using Windows

Step 2: Install APOC and GDSL for your database

  1. Click the Manage area for the database.

  2. Select the Plugins tab.

  3. Install the APOC plugin.

  4. Install the Graph Data Science plugin.

APOC and GDSL installed

Step 3: Install Graph Data Science Playground (NEuler)

local and global graph analytics

NEuler is a project of Neo4j Labs and is an excellent way to explore smaller graphs.

  1. Open the Graph Apps pane in the left panel.

  2. Double-click Graph Apps Gallery, a new window opens.

  3. Click the link for the Graph Data Science Playground install as shown here:

Graph Data Science Playground Install
  1. A new browser tab will open for this address.

  2. Copy this address to your clipboard. It will be: https://neo.jfrog.io/neo/api/npm/npm/neuler.

  3. In the left Graph Apps panel, paste this address in the Install field at the bottom.

  4. Click Install.

  5. The Graph Data Science Graph Playground Graph App will now appear in the left pane.

Summary

You have now prepared your development environment for performing the dataset import for this course.