gbv / subjects-api

JSKOS Concept Occurrences Provider implementation
https://coli-conc.gbv.de/subjects/
MIT License
0 stars 0 forks source link

Add backend for live date #34

Open nichtich opened 1 year ago

nichtich commented 1 year ago

At least simple occurences and subjects can be queried live via SRU for exact up-to-date data.

nichtich commented 4 months ago

To get subjects of a known record, unAPI can be used and extraction of subjects as implemeted at https://github.com/gbv/k10plus-subjects/blob/main/extract-subjects.pl

To search for records with known subject, SRU is needed.

stefandesu commented 3 months ago

The code has since been merged into dev and deployed to https://coli-conc.gbv.de/subjects-k10plus/. I think the extractSubjects code should be reviewed and tested, though: https://github.com/gbv/subjects-api/blob/dev/src/extract-subjects.js