-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
0f753fb
commit 8284e80
Showing
17 changed files
with
23 additions
and
9,593 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,6 @@ | ||
{ | ||
"endpointUrl": "http://127.0.0.1:3030/nilea/sparql", | ||
"endpointUrl": "http://127.0.0.1:8080/query", | ||
"sparqlConsoleUrl": "http://127.0.0.1:8080/sparql/#query", | ||
"graphExplorerUrl": "http://127.0.0.1:8080/graph-explorer/?resource" | ||
"graphExplorerUrl": "http://127.0.0.1:8080/graph-explorer/?resource", | ||
"fullTextSearchDialect": "fuseki" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,22 +1,20 @@ | ||
version: "3" | ||
|
||
services: | ||
# add k8s demo data (for those who don't have a Kubernetes cluster) | ||
# Add k8s demo data (for those who don't have a Kubernetes cluster) | ||
add-demo-k8s-data: | ||
build: | ||
context: ./alpine-curl/ | ||
dockerfile: Dockerfile | ||
restart: "no" | ||
command: 'curl -vvv --fail-with-body -u admin:admin http://store:3030/nilea/data?graph=urn:graph:k8s --data-binary @data.ttl --header "Content-Type: text/turtle"' | ||
command: 'curl -vvv --fail-with-body -u admin:admin http://store:3030/blueprint/data?graph=urn:graph:k8s --data-binary @data.ttl --header "Content-Type: text/turtle"' | ||
volumes: | ||
- ./demo-data/k8s.ttl:/app/data.ttl:ro | ||
|
||
# add custom k8s data generated locally (will not be in the git history) | ||
# Add custom k8s data generated locally (will not be in the git history) | ||
add-custom-k8s-data: | ||
build: | ||
context: ./alpine-curl/ | ||
dockerfile: Dockerfile | ||
restart: "no" | ||
command: 'curl -vvv --fail-with-body -u admin:admin http://store:3030/nilea/data?graph=urn:graph:k8s --data-binary @data.ttl --header "Content-Type: text/turtle"' | ||
command: 'curl -vvv --fail-with-body -u admin:admin http://store:3030/blueprint/data?graph=urn:graph:k8s --data-binary @data.ttl --header "Content-Type: text/turtle"' | ||
volumes: | ||
- ./volumes/k8s-data/data.ttl:/app/data.ttl:ro |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.