Progress listener for SHACL validation? #3744
Unanswered
fkleedorfer
asked this question in
Q&A
Replies: 1 comment 2 replies
-
At the moment there isn't any functionality for this. You could enable performance logging, that way you would see what is currently being executed. Would be useful to be able to attach a listener to a connection to see progress for validation as well as queries and reasoning. Something generic that could be used for many things. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
We're using a ShaclSail for validating data, which works as expected. For long-running tasks (resulting in large commits), we show users a progress bar, so they don't get the impression that something went wrong. However, such large commits can take a long time in SHACL-validation (30 seconds or longer), so the impression for users might still be that the process is stuck at the end when actually everything is fine. If we could show them the progress of shacl validation, that problem would be solved for us.
Is there a way to obtain feedback from the validation process (ideally: expected steps and steps done - even if the expected steps increase over time)?
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions