💡 Conversion from JSON album liner note data to Cypher graph data
JSON information about each project added to the encyclopedia is in the form of song-based primitives, published in a batch called a "Release." Each project JSON has:
a number of Groups consisting of members who are artists with one or more roles
a number of guests who are artists with one or more roles
💡 Conversion from JSON album liner note data to Cypher graph data
JSON information about each project added to the encyclopedia is in the form of song-based primitives, published in a batch called a "Release." Each project JSON has:
The structure of the Graph database is:
Artists who participated in the creation of a song should be connected in the graph.
Backend
Testing
Documentation