dice-group / ida-pg

GNU Affero General Public License v3.0
6 stars 4 forks source link

Fuseki backed relational data access layer #159

Open Cortys opened 5 years ago

Cortys commented 5 years ago

Right now all data is read from CSVs and provided via a relational interface to the rest of the application.

This data access layer should be reimplemented to retrieve the data from Fuseki instead and provide the read data via the existing relational interface.

That way all existing visualizations and data analysis will still be working.

In the future new visualizations might also access the RDF data directly. The relational access layer is meant to keep compatibility with the existing components of IDA.