Skip to content

Latest commit

 

History

History
65 lines (42 loc) · 896 Bytes

README.md

File metadata and controls

65 lines (42 loc) · 896 Bytes

Neo4j CLI Toolkit

Work In Progress

Manage multiple Neo4j instances from the command line.

img

Requirements

  • PHP5.4+
  • Composer

Installation

Clone this repository somewhere on your computer :

git clone git@github.com/neoxygen/neo4j-toolkit

Install the dependencies :

cd neo4j-toolkit
composer install

Add the bin folder of the repository to your path (will be soon available as a phar package)

export PATH=~/Users/you/path/to/neo4j-toolkit/bin:$PATH

Usage

List the registered databases

neo db:list

Install a new database

neo db:new testgraph

Specify version to install

neo db:new social 2.1.4

Switch from one db to another

neo db:switch recommendation

Todo: Better error handling Start/stop ....

Author: Christophe Willemsen