Closed nomisto closed 2 years ago
Currently the flow for a user that does not want to publish a dataset/label graph is:
(The workflow is the same for explainations right now, however db files could be easily acessed locally via sql.js.)
This is done as browser javascript implementations of rdf stores seem to be either slow or require a lot of in memory.
Another problem with in-memory stores is that the graph has to be reloaded if the user reloads the page.
Libraries investigated:
Currently the flow for a user that does not want to publish a dataset/label graph is:
(The workflow is the same for explainations right now, however db files could be easily acessed locally via sql.js.)
This is done as browser javascript implementations of rdf stores seem to be either slow or require a lot of in memory.
Another problem with in-memory stores is that the graph has to be reloaded if the user reloads the page.
Libraries investigated: