sql2graph icon indicating copy to clipboard operation
sql2graph copied to clipboard

creating csv files

Open doobybug opened this issue 7 years ago • 1 comments

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" does not exist, skipping DROP TABLE

I am concerned whether this takes a very long time to execute or if the script is halted. It seems that the script is sleeping when I check the processes. Any insight pls?

doobybug avatar Mar 26 '18 10:03 doobybug

hey @doobybug , sorry for the late reply. I'm really not sure if the current steps are still compatible with MusicBrainz current schema or neo4j import tools. I have started updating sql2graph to use another approach using ID spaces which make this whole import much simpler (without the need for entity mapping). I hope I'll have some time soon to resume that work.

redapple avatar Apr 23 '18 08:04 redapple