comunica
comunica copied to clipboard
Refactor HttpServiceSparqlEndpoint
Issue type:
- :heavy_plus_sign: Feature request
Description:
Currently, HttpServiceSparqlEndpoint(which exposes Comunica as a SPARQL endpoint), is a bit of an entangled mess.
One the one hand, this makes it very hard to maintain, but it also makes testing very difficult.
We should decouple main parts such as CLI invocation, HTTP serving, query handling, service description creation, ...