OpenBioLink / Explorer

MIT License
18 stars 1 forks source link

Local label graph workflow #3

Closed nomisto closed 2 years ago

nomisto commented 3 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: