Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 810 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 810 Bytes

RDBMS2Neo4j

Tool for converting an existing relational database into a Neo4j property graph.

Usage

Note: This makes use of the csv firehose project to generate and execute Cypher scripts for importing data from a relational database to Neo4j.

  1. Install the csv firehose project. For simplicity, simply unzip and save these jar files in the Neo4j plugins directory and then restart Neo4j.
  2. git clone https://github.com/johnymontana/RDBMS2Neo4j.git
  3. cd RDBMS2Neo4j
  4. git submodule init
  5. git submodule update
  6. npm install
  7. npm start