weso / rdfshape-client

Web client for RDFShape API with human-friendly validations and visualizations.
https://rdfshape.weso.es
MIT License
10 stars 5 forks source link

Generating permalinks only on demand #44

Closed ulitol97 closed 3 years ago

ulitol97 commented 3 years ago

We are now using our own permalink service (see https://github.com/weso/rdfshape/pull/195), hence we should only generate permalinks when the user requests them instead of generating them beforehand as we did before.

This way, links are still generated quickly and our database won't become bloated with unused data.

Additionally: