https://github.com/wbstack/queryservice
Queryservice, based on the Wikidata query service, with very few modifications.
https://github.com/wbstack/queryservice
blazegraph sparql wbstack wdqs wikibase
Last synced: 14 days ago
JSON representation
Queryservice, based on the Wikidata query service, with very few modifications.
- Host: GitHub
- URL: https://github.com/wbstack/queryservice
- Owner: wbstack
- License: gpl-3.0
- Created: 2020-11-22T11:31:22.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2026-03-03T16:13:36.000Z (20 days ago)
- Last Synced: 2026-03-03T18:27:26.627Z (20 days ago)
- Topics: blazegraph, sparql, wbstack, wdqs, wikibase
- Language: Dockerfile
- Homepage:
- Size: 108 KB
- Stars: 0
- Watchers: 6
- Forks: 2
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Query Service
> ℹ️ Issues for this repository are tracked on [Phabricator](https://phabricator.wikimedia.org/project/board/5563/) - ([Click here to open a new one](https://phabricator.wikimedia.org/maniphest/task/edit/form/1/?tags=wikibase_cloud
))
## Allowlist
The allowlist determines which query services can be used for federated queries. This list is provided at runtime by mounting a newline-delimited text file of endpoints to `/wdqs/allowlist.txt`. It should include all instances hosted by Wikibase Cloud.
Example for `allowlist.txt`:
```
https://query.wikidata.org/bigdata/namespace/dcatap/sparql
https://query.wikidata.org/bigdata/namespace/wdq/sparql
https://query.wikidata.org/sparql
```