You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 15, 2020. It is now read-only.
The createGraphStoreConfig method had Blazegraph hardcoded. I had to modify it to have Virtuoso hardcoded, along with authenticaion, user and pass fields for our local instance. It worked inside docker-compose with vrituoso running inside docker-compose after applying this change.
I am not entirely familiar with discovery codebase, but is there a feature that would allow to pass which repository I want to use during sbt run ?
There is a couple of other hotfixes that we had to apply, please refer to commit history on lpapps_fixes branch for more details. @jirihelmich
The text was updated successfully, but these errors were encountered:
The
createGraphStoreConfig
method hadBlazegraph
hardcoded. I had to modify it to haveVirtuoso
hardcoded, along with authenticaion, user and pass fields for our local instance. It worked inside docker-compose with vrituoso running inside docker-compose after applying this change.I am not entirely familiar with discovery codebase, but is there a feature that would allow to pass which repository I want to use during
sbt run
?There is a couple of other hotfixes that we had to apply, please refer to commit history on
lpapps_fixes
branch for more details. @jirihelmichThe text was updated successfully, but these errors were encountered: