AtomGraph / LinkedDataHub

The low-code Knowledge Graph application platform. Apache license.
https://atomgraph.github.io/LinkedDataHub/
Apache License 2.0
483 stars 120 forks source link

Frontend proxy cache #167

Closed namedgraph closed 1 year ago

namedgraph commented 1 year ago

Add proxy cache for RDF and HTML results by refactoring

nginx -> linkeddatahub -> varnish -> fuseki

into

nginx -> varnish -> linkeddatahub -> varnish -> fuseki

This should increase performance for requests that do not require authentication (authenticated requests are not cacheable) by hitting proxy cache before even reaching LinkedDataHub.

namedgraph commented 1 year ago

Fixed by #169