Hi all,
I would like to better control over my public SPARQL Endpoints (using
Fuseki) due to some harmless looking, but expensive queries coming in.
My initial thoughts were, and not necessarily the ones I want to take:
* Block the IP or agent
* Use default query timeout values
* Start using API keys or other authentication
* Catch the exact queries from httpd and block it off
* Handle certain query types from Fuseki or TDB
But, more importantly, I'd love to her some of the actions you all take
on your endpoints. If you can point me to any documentation or some of
the common practices out there, that'd be awesome as well.
-Sarven