Open claus-zinn opened 7 years ago
In the VCR beta I am working on integrating with the LRS. Currently I use the following endpoint: https://switchboard.clarin.eu/#/vlo/<url>
where <url>
is an url pointing to a resource from the VCR.
Two changes required for this integration:
/#/vcr
instead of /#/vlo
. Or make this more generic in some other way./#/vlo
endpoint. This should be VCR specific when using the vcr endpoint (/#/vcr
)Question:
Currently I add a lrs link to each resource of a collection. I send a single resource to the switchboard. Would there be a use-case for sending the full collection (containing references to n resources) to the switchboard?
For the VCR, the endpoint should be https://switchboard.clarin.eu/#/vcr/
On the switchboard side, everything's ready for the simple case.
Confirmed this is working, thanks.
For the FCS integration we discussed today one option of LRS-FCS integration: the dictionary search could be forwarded to the FCS "simple search" URL, as in https://contentsearch.clarin.eu/?query=sand
(at the moment this just enters the search text in the search box, but work is on the way to actually also start the search operation)
So far, the CLARIN VCR and the CLARIN FCS have not been connected to the LRS. The LRS is prepared to accept calls from both services, but the VCR and the FCS lack functionality to initiate LRS calls. There is some integration work required, potentially also on the LRS side once things are fleshed out in more detail.