gbv / cocoda-sdk

SDK for Cocoda and coli-conc services
https://gbv.github.io/cocoda-sdk/
MIT License
5 stars 1 forks source link

Create PICA-Backend to store/edit mappings in a PICA database #59

Open nichtich opened 3 years ago

nichtich commented 3 years ago

DNB manages mappings between GND and other vocabularies in Tc records of their PICA database. We should support a backend to directly create and modify these Tc records in the GND database. Likely requires authentification against CBS so only people with write-access to GND can write to this backend.

stefandesu commented 3 years ago

Shouldn't this be implemented in cocoda-sdk? We would also need to implement the CBS login in login-server.

(We could keep this issue as the overview issue and create more specific issues in those repositories.)

nichtich commented 2 years ago

See https://wiki.dnb.de/display/GND/GND-mul for background information. Tc records will be introduced in DNB PICA database in spring 2022, we can start with read-access.

nichtich commented 1 year ago

This may better be solved with (yet) another proxy implementing a subset of JSKOS API or a webservice with its own API to fully wrap PICA handling. I move this issue to cocoda-sdk although it will probably not be a simple provider.