trifid icon indicating copy to clipboard operation
trifid copied to clipboard

Lightweight Linked Data Server and Proxy

Results 78 trifid issues
Sort by recently updated
recently updated
newest added

Trifid should use the new config system that will be define in #108

Related to #49: `/health` is currently responding a plain text content `ok` with the wrong content type header `Content-Type: text/html`, it should be `Content-Type: text/plain` instead.

bug
backend

Add OpenTelemetry support

enhancement

Of all the packages defined in the [wiki](https://github.com/zazuko/trifid/wiki/Packages) we should define a list of packages that are used to test new concepts like #112 #111 #109 .

Based on the outcome of #98 the core plugins should be converted to plain middlewares.

The main reason the plugin interface was established is the easy access to the express application object. Access to the application object is required for use cases like registering the...

At the moment handlers are loaded by the core/handler plugin. Handlers are just middlwares that rely on the `req.absoluteUrl()` method. The structure could be simplified in the same way it's...

enhancement
backend

In order to facilitate debugging of configuration and infrastructure issues, the current handling of errors and status codes != `HTTP 2xx` received from the Triplestores SPARQL-Endpoint could be improved. (sparqlProxy...

backend

https://github.com/wikimedia/wikidata-query-gui Configure to use the trifid /query endpoint. - [ ] Investigate which functionalities can and/or need to be deactivated. - [ ] Investigate which functionalities need additional tools running....

enhancement
frontend query
low priority

Add https://github.com/VisualDataWeb/LD-VOWL as a plugin which automatically loads the configured /query SPARQL endpoint of trifid.

enhancement
frontend
low priority