Wiki

Clone wiki

neo4j-databridge / 1.2 Installation

1.2 Installation

Databridge runs on MAC OS/X and Linux/Unix. It is not currently supported on Windows because it relies extensively on Bash. If you want to use Windows, you have two options:

  1. Install Cygwin
  2. Run inside a guest VM

Installing from binaries

Please contact GraphAware if you would like to use a pre-built binary

Building from source

You must have purchased a commercial licence in order to obtain access to Databridge source code.

Ensure you have Maven and Java 8 installed.

Databridge must be compiled against the specific version of Neo4j you want to use it with. To do this, download the source and invoke the make command as described below:

$ git clone https://vbickers@bitbucket.org/vbickers/neo4j-databridge.git
$ cd neo4j-databridge
$ ./make 3.3.3

Updated