polifonia-project / sonar2021_demo

This repository is created for the documentation of the Polifonia demo that is going to be presented to SONAR2021
https://polifonia-project.github.io/sonar2021_demo/
2 stars 0 forks source link

ETL: data from Polifonia KG to Sonar APP - Songs #36

Closed ccolonna closed 2 years ago

ccolonna commented 2 years ago

We need an ETL process to transform data from the Polifonia KG into what is needed by SONAR application.

Specifically we need to extract song and related song attributs like artist and youtubeID.

This is current Song interface consumed by the application:

export interface Song {
  id: string;
  name: string;
  artist: string;
  youtubeID: string;
}

Here an example file with static data.

ccolonna commented 2 years ago

This is solved by this: https://github.com/polifonia-project/sonar2021_data_transformation/commit/d5a7d896522088554217abd7458808e6614ab133