Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Is it possible to connect SQID to your own SPARQL endpoint? #141

Closed
szeke opened this issue Apr 26, 2019 · 4 comments
Closed

Is it possible to connect SQID to your own SPARQL endpoint? #141

szeke opened this issue Apr 26, 2019 · 4 comments
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@szeke
Copy link

szeke commented Apr 26, 2019

We have our own sparql endpoint running wikidata, and would like to connect SQID to it. Is this possible?

Also, we are adding more items and statements to our sparql endpoint. Will SQID recognize them?

@mmarx
Copy link
Member

mmarx commented Apr 27, 2019

It's certainly possible, although currently not trivial to accomplish: you'll have to change all references to API/SPARQL endpoints in SQID to point to your wikibase installation. Unfortunately, those are scattered all over the source code (though they should be easy enough to find). I plan on moving all endpoint URIs to a central location in a future release, but there is no timeline for when that might happen.

Since almost all data is fetched from the API and the SPARQL endpoint, once you point them at your data, SQID will pick up any changes you make there, and you can also use wikidata-toolkit to generate statistics data files for your instance.

@szeke
Copy link
Author

szeke commented Apr 27, 2019 via email

@mmarx mmarx self-assigned this Aug 20, 2019
@mmarx mmarx added the enhancement New feature or request label Aug 20, 2019
@mmarx mmarx added this to To do in General Development via automation Aug 20, 2019
@mmarx mmarx added this to the New Features milestone Aug 20, 2019
@mmarx
Copy link
Member

mmarx commented Aug 20, 2019

Done in 153b24d.

@mmarx mmarx closed this as completed Aug 20, 2019
General Development automation moved this from To do to Done Aug 20, 2019
@szeke
Copy link
Author

szeke commented Aug 30, 2019

Thanks for solving this issue

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Development

No branches or pull requests

2 participants