MusicConnectionMachine / StructuredData

In this project we will be scanning structured online resources such as DBPedia, Worldcat, MusicBrainz, IMSLP and other databases
GNU General Public License v3.0
4 stars 3 forks source link

Populate db in correct order #73

Closed TimHenkelmann closed 7 years ago

TimHenkelmann commented 7 years ago

Populate db in the following order:

  1. musicbrainz artists
  2. musicbrainz works/releases (as seperate input files)
  3. dbpedia artists
  4. dbpedia works/releases (as array in the artists input)

...along with a few small changes

TimHenkelmann commented 7 years ago

You can test it by executing

node cli.js -s test

(This will simply populate the db with the existing files in scrapedoutput/musicbrainz and scrapedoutput/dbpedia)