sql2graph icon indicating copy to clipboard operation
sql2graph copied to clipboard

helper module to export data from a relational database to a graph database (through CSV files)

Results 2 sql2graph issues
Sort by recently updated
recently updated
newest added

Hi I have been following the steps to create the csv files for musicbrainz. Currently my script has only outputted the following lines `UPDATE 0 UPDATE 0 NOTICE: table "entity_mapping"...

Hi there, I imported the musicbrainz database to Neo4j using the following approach, helped by @jexp: Define 2 indexes (one `mbid` exact, for MBIDs and one `mb` fulltext, for everything...

enhancement