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
The parameters: STARDOG_URL, STARDOG_USERNAME, STARDOG_PASSWORD include the name STARDOG, but as I understand, the pipeline can work with any other triplestore.
Suggestion: replace STARDOG_ with TRIPLESTORE_
The text was updated successfully, but these errors were encountered:
@Perevalov Actually the parameters are specific to the triplestore connectors within the Qanary system. In general, you are correct that the endpoint name might be reused. However, given a very clear context via the parameter prefixes might help the developers to know exactly what they are configuring and how the parameters are intended to work together. Additionally, most of the parameters might be quite different regarding the used system. For example, currently a triplestore connector is provided for Stardog and Openlink Virtuoso (and an experimental TBD-based In-Memory Triplestore). While some of the parameters have equal semantics, other ones are only used in one specific triplestore (e.g., stardog.reasoningType).
When running the pipeline e.g., via Docker Compose, one needs to specify the parameters:
The parameters:
STARDOG_URL, STARDOG_USERNAME, STARDOG_PASSWORD
include the nameSTARDOG
, but as I understand, the pipeline can work with any other triplestore.Suggestion: replace
STARDOG_
withTRIPLESTORE_
The text was updated successfully, but these errors were encountered: