Skip to content

Commit

Permalink
merge prs
Browse files Browse the repository at this point in the history
  • Loading branch information
valentinedwv committed Nov 15, 2024
1 parent d9538ed commit f856c42
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 0 deletions.
1 change: 1 addition & 0 deletions build/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ ADD ./cmd/nabu/nabu /nabu/
ADD ./assets /nabu/assets

RUN mkdir /assets
# just in case thin
#ADD ./assets/schemaorg-current-https.jsonld /assets/schemaorg-current-https.jsonld
#ADD ./assets/schemaorg-current-http.jsonld /assets/schemaorg-current-http.jsonld
RUN curl https://schema.org/version/latest/schemaorg-current-https.jsonld --output /assets/schemaorg-current-https.jsonld
Expand Down
20 changes: 20 additions & 0 deletions config/nabu
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,25 @@ sparql:
authenticate: false
username: ""
password: ""
endpoints:
- service: blazegraph_local
baseurl: http://localhost/blazegraph/namespace/earthcube/sparql
type: blazegraph
authenticate: false
username: admin
password: jfpwd
modes:
- action: sparql
suffix: /sparql
accept: application/sparql-results+json
method: GET
- action: update
suffix: /sparql
accept: application/sparql-update
method: POST
- action: bulk
suffix: /sparql
accept: text/x-nquads
method: POST
txtaipkg:
endpoint: http://0.0.0.0:8000

0 comments on commit f856c42

Please sign in to comment.