TriplyDB / Yasgui

Yet Another Sparql GUI
https://yasgui.triply.cc
MIT License
185 stars 55 forks source link

Querying multiple endpoints from the ame YasQE, and aggregating results in YasR #231

Open tfrancart opened 10 months ago

tfrancart commented 10 months ago

Hello there !

This is a question / use-case, not a bug report.

I am in a situation where I would like the same query in YasQE to be sent to multiple endpoints, wait for all endpoints to return their results, aggregate the results into a single result set, and pass the result set for display to YasR. I would like if anyone had a similar use-case before, and had some idea or guidance on how to do that. Do you think it is theoretically possible ?

Thanks !