gbv / jskos-server

Web service to access JSKOS data
https://coli-conc.gbv.de/api/
MIT License
6 stars 4 forks source link

Extend CSV download format #63

Open nichtich opened 5 years ago

nichtich commented 5 years ago

CSV download format does not include creator and labels. This requires https://github.com/gbv/jskos-tools/issues/6.

stefandesu commented 5 years ago

Not only that, jskos-server needs to become "aware" of the sources to load the labels for those concepts that are not server by the instance (i.e. most of them probably). This is definitely not a trivial thing to implemented and it might become problematic if large sets of mappings are requested (because every single label has to be loaded). We could get around the latter problem by introducing some kind of label cache.