Page MenuHomePhabricator

Expose LDF API endpoint of WDQS in WBStack
Open, Needs TriagePublicFeature

Description

Feature summary (what you would like to be able to do and where):

I would like to use the LDF API endpoint of WDQS in WBStack.

Use case(s) (list the steps that you performed to discover that problem, and describe the actual underlying problem which you want to solve. Do not describe only a solution):

I would expect /query/ldf to be available just like /query/sparql and like both are available in Wikidata.

Benefits (why should this be implemented?):

This would enable data access more performant than Sparql and compatible with Wikidata's existing https://query.wikidata.org/bigdata/ldf

Event Timeline

Looking at the current nginx configuration, this might be a change as small as changing
(sparql.*) to (sparql.*|ldf.*) at https://github.com/wbstack/deploy/blob/4f6acaf/k8s/helm/platform-nginx/nginx.conf#L81-L117