Compare commits
5 Commits
5a49f5beda
...
feat--run-
Author | SHA1 | Date | |
---|---|---|---|
be9e7e302b | |||
36319ea002 | |||
f7dd45450b | |||
db493301c8 | |||
746c7d493c |
3
.gitmodules
vendored
Normal file
3
.gitmodules
vendored
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
[submodule "datatourisme"]
|
||||||
|
path = datatourisme
|
||||||
|
url = https://git.lab-ouest.org/Epitech/fork-open-data-tourism
|
@ -1 +1,4 @@
|
|||||||
Original repo : https://git.lab-ouest.org/Epitech/ratrapage_T-WEB
|
Original repo : https://git.lab-ouest.org/Epitech/ratrapage_T-WEB
|
||||||
|
|
||||||
|
|
||||||
|
Submodule repo : https://git.lab-ouest.org/Epitech/fork-open-data-tourism/
|
5
bruno/OpenData datatourisme/bruno.json
Normal file
5
bruno/OpenData datatourisme/bruno.json
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
{
|
||||||
|
"version": "1",
|
||||||
|
"name": "OpenData datatourisme",
|
||||||
|
"type": "collection"
|
||||||
|
}
|
6
bruno/OpenData datatourisme/environments/dev.bru
Normal file
6
bruno/OpenData datatourisme/environments/dev.bru
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
vars {
|
||||||
|
URL: http://localhost:8080
|
||||||
|
}
|
||||||
|
vars:secret [
|
||||||
|
app_key
|
||||||
|
]
|
3
bruno/OpenData datatourisme/environments/prod.bru
Normal file
3
bruno/OpenData datatourisme/environments/prod.bru
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
vars:secret [
|
||||||
|
URL
|
||||||
|
]
|
11
bruno/OpenData datatourisme/test opendata.bru
Normal file
11
bruno/OpenData datatourisme/test opendata.bru
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
meta {
|
||||||
|
name: test opendata
|
||||||
|
type: http
|
||||||
|
seq: 1
|
||||||
|
}
|
||||||
|
|
||||||
|
get {
|
||||||
|
url: https://diffuseur.datatourisme.fr/webservice/adb00e7893763e3196afe9a3da1c9e41/{{app_key}}
|
||||||
|
body: none
|
||||||
|
auth: none
|
||||||
|
}
|
15
bruno/OpenData datatourisme/test pays de la loire.bru
Normal file
15
bruno/OpenData datatourisme/test pays de la loire.bru
Normal file
@ -0,0 +1,15 @@
|
|||||||
|
meta {
|
||||||
|
name: test pays de la loire
|
||||||
|
type: graphql
|
||||||
|
seq: 2
|
||||||
|
}
|
||||||
|
|
||||||
|
post {
|
||||||
|
url: {{URL}}
|
||||||
|
body: graphql
|
||||||
|
auth: none
|
||||||
|
}
|
||||||
|
|
||||||
|
body:graphql {
|
||||||
|
{poi() {results{dc_identifier, lastUpdate}}}
|
||||||
|
}
|
1
datatourisme
Submodule
1
datatourisme
Submodule
Submodule datatourisme added at af7db7d7a5
@ -8,3 +8,22 @@ services:
|
|||||||
- ./.pb/pocketbase-hooks:/app/pb_hooks
|
- ./.pb/pocketbase-hooks:/app/pb_hooks
|
||||||
ports:
|
ports:
|
||||||
- 3001:8080
|
- 3001:8080
|
||||||
|
|
||||||
|
blazegraph:
|
||||||
|
image: conjecto/blazegraph:2.1.5
|
||||||
|
ports:
|
||||||
|
- 9999:9999
|
||||||
|
environment:
|
||||||
|
JAVA_OPTS: "-Xms6G -Xmx6G"
|
||||||
|
volumes:
|
||||||
|
- ./datatourisme/dataset:/docker-entrypoint-initdb.d
|
||||||
|
ulimits:
|
||||||
|
nofile:
|
||||||
|
soft: 65536
|
||||||
|
hard: 65536
|
||||||
|
datatourisme:
|
||||||
|
build: datatourisme/docker
|
||||||
|
ports:
|
||||||
|
- "8080:80"
|
||||||
|
depends_on:
|
||||||
|
- blazegraph
|
||||||
|
20
docker-compose.yml
Normal file
20
docker-compose.yml
Normal file
@ -0,0 +1,20 @@
|
|||||||
|
services:
|
||||||
|
|
||||||
|
blazegraph:
|
||||||
|
image: conjecto/blazegraph:2.1.5
|
||||||
|
# ports:
|
||||||
|
# - 9999:9999
|
||||||
|
environment:
|
||||||
|
JAVA_OPTS: "-Xms6G -Xmx6G"
|
||||||
|
volumes:
|
||||||
|
- ./datatourisme/dataset:/docker-entrypoint-initdb.d
|
||||||
|
ulimits:
|
||||||
|
nofile:
|
||||||
|
soft: 65536
|
||||||
|
hard: 65536
|
||||||
|
datatourisme:
|
||||||
|
image: git.lab-ouest.org/epitech/fork-open-data-tourism:master
|
||||||
|
# ports:
|
||||||
|
# - "8080:80"
|
||||||
|
depends_on:
|
||||||
|
- blazegraph
|
Reference in New Issue
Block a user