-
Notifications
You must be signed in to change notification settings - Fork 0
TODOs
List of TODO in the Music Graph Explorer project, in no order of priority:
-
In
DataAccess, cleanup connection properties to read from a config file -
Compute Artist relevance within a Genre.
-
Create a helper method which creates an
ArtistorGenreobject from an Neo4jIRecordorINode -
Add
Artistrelevance within aGenrein theDataAccess.GetArtistForSpotifyIdmethod. This can only be done once we compute Artist relevance within a genre. -
Add
Artistrelevance within aGenrein theDataAccess.GetAllArtistsForGenresmethod. This can only be done once we compute Artist relevance within a genre. -
Need a
DataAccess.GetRelatedGenresForGenre(string name)method -
Figure out a way to speed up computation of relevance scores between artists and between artist and genre. Think of parallelizing the process.