Skip to content

Does Fuseki support conditional GSP requests? #3011

Answered by rvesse
namedgraph asked this question in Q&A
Discussion options

You must be logged in to vote

No

Mainly because the underlying storage doesn't typically have any way of easily determining whether or not a graph has changed other than loading the whole graph at which point you've already done 90% of the work (bar serialising the graph back to the client)

Such a feature could conceivably be implemented with a change aware wrapper DatasetGraph implementation, and by extending request handling

Replies: 3 comments 5 replies

Comment options

You must be logged in to vote
1 reply
@namedgraph
Comment options

Answer selected by afs
Comment options

You must be logged in to vote
3 replies
@namedgraph
Comment options

@afs
Comment options

afs Feb 20, 2025
Collaborator

@namedgraph
Comment options

Comment options

You must be logged in to vote
1 reply
@namedgraph
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants