Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Current config needs manual rework #10

Closed
EnnoMeijers opened this issue Oct 28, 2022 · 2 comments · May be fixed by #11
Closed

Current config needs manual rework #10

EnnoMeijers opened this issue Oct 28, 2022 · 2 comments · May be fixed by #11
Assignees

Comments

@EnnoMeijers
Copy link
Collaborator

In the current config map.sh writes the result RDF set back to the $DATADIR. This needs to be the 'fuseki/databases' dir in order to make it available through Fuseki.

@ddeboer
Copy link
Member

ddeboer commented Oct 28, 2022

The import script (map.sh) should not depend on the SPARQL server used for publication (Fuseki). Have a look at our infrastructure config to find out how you can parameterise Fuseki to look at the data in a custom place:

      args: ["--file=/data/geonames.nt", "/geonames"]
      ports:
        - containerPort: 3030
      volumeMounts:
        - name: data
          mountPath: /data

You should be able to change this in server.sh.

@ddeboer ddeboer closed this as completed Oct 28, 2022
@ddeboer ddeboer reopened this Oct 28, 2022
@ddeboer ddeboer closed this as not planned Won't fix, can't repro, duplicate, stale Oct 28, 2022
@EnnoMeijers
Copy link
Collaborator Author

Ok clear! But this doesn't work for local deployment because the output file can not be reached by the container unless it is on the available on the mounted volume. Let discuss this offline sometime.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants