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

Provide a "raw" sparql query operation #206

Open
tpluscode opened this issue Nov 17, 2023 · 1 comment
Open

Provide a "raw" sparql query operation #206

tpluscode opened this issue Nov 17, 2023 · 1 comment

Comments

@tpluscode
Copy link
Contributor

tpluscode commented Nov 17, 2023

that would mean to use a generic http fetch instead of the barnard59-sparql operations? Because my understanding is that the 'construct' operation returns a stream of quads

Originally posted by @giacomociti in #202 (comment)

A hypothetical operation would use RawQuery from the sparql-http-client which does not parse. Maybe

@prefix sparql-raw: <https://barnard59.zazuko.com/operations/sparql/raw/> .

sparql-raw:construct ...
@tpluscode tpluscode mentioned this issue Nov 17, 2023
@giacomociti
Copy link
Contributor

I added a raw/construct but in the cube fetch pipeline there is no perf gain at all (sometimes it's even slower without the parsing/serialize roundtrip)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants