molgenis / vibe

Variant Interpretation using Biomedical literature Evidence
GNU Lesser General Public License v3.0
0 stars 5 forks source link

Allow concurrent usage of database among separate JVMs #59

Closed svandenhoek closed 3 years ago

svandenhoek commented 4 years ago

Currently it's not possible to run multiple concurrent vibe-jobs using a single database (TDB). To allow for concurrency, currently multiple identical TDBs are needed for each individual concurrent JVM. To enable concurrent usage, support for Apache Jena Fuseki could be added. Alternatively, SPARQL queries could be used only for the initial export of data and then be migrated to a different type of database.

svandenhoek commented 3 years ago

Fixed in #64.