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

Move to httpx for SPARQL query execution #168

Open
lu-pl opened this issue Dec 11, 2024 · 1 comment
Open

Move to httpx for SPARQL query execution #168

lu-pl opened this issue Dec 11, 2024 · 1 comment
Assignees
Labels
discussion wanted enhancement New feature or request

Comments

@lu-pl
Copy link
Contributor

lu-pl commented Dec 11, 2024

Currently, RDFProxy uses SPARQLWrapper for query execution. SPARQLWrapper uses urllib for HTTP operations and therefore isn't entirely trivial to mock and does not support asyncio.

Also, for some complex queries, SPARQLWrapper has very long retrieval times for unknown reasons, the same queries with httpx return almost instantly.

@lu-pl lu-pl added the enhancement New feature or request label Dec 11, 2024
@lu-pl lu-pl self-assigned this Dec 11, 2024
@lu-pl
Copy link
Contributor Author

lu-pl commented Dec 11, 2024

Related to #169 .

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

No branches or pull requests

2 participants