sql2graph
sql2graph copied to clipboard
creating csv files
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?
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.