Skip to content

neoxygen/neo4j-toolkit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

CLI Toolkit for the Neo4j Graph Database

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages