Skip to content

johnymontana/RDBMS2Neo4j

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Easily import data into Neo4j from a relational database

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published