-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- add Pub/Sub workflow for reporting - fix record links updates (enumerating all GBs)
- Loading branch information
1 parent
0a266e5
commit 29ba2da
Showing
8 changed files
with
107 additions
and
20 deletions.
There are no files selected for viewing
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,4 +1,5 @@ | ||
user everyone | ||
topic read # | ||
topic read gdc-reports/# | ||
|
||
user _USERNAME | ||
|
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 |
---|---|---|
|
@@ -26,7 +26,8 @@ LABEL maintainer="Tom Kralidis <[email protected]>" | |
ENV PYGEOAPI_CONFIG=/pygeoapi/local.config.yml | ||
ENV PYGEOAPI_OPENAPI=/pygeoapi/local.openapi.yml | ||
|
||
RUN pip3 install pywcmp && \ | ||
RUN pip3 install "pywcmp>=0.7" && \ | ||
pywcmp --version && \ | ||
pywcmp bundle sync | ||
|
||
COPY ./wis2-gdc.yml /pygeoapi/local.config.yml | ||
|
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,6 +1,12 @@ | ||
export WIS2_GDC_API_URL=http://localhost | ||
export WIS2_GDC_API_URL_DOCKER=http://wis2-gdc-api | ||
export WIS2_GDC_BACKEND_TYPE=Elasticsearch | ||
export WIS2_GDC_BACKEND_CONNECTION=http://elasticsearch:9200/wis2-discovery-metadata | ||
export WIS2_GDC_BROKER_URL=mqtt://wis2-gdc:wis2-gdc@mosquitto:1883 | ||
export WIS2_GDC_GB=mqtts://everyone:[email protected]:8883 | ||
export WIS2_GDC_CENTRE_ID=ca-eccc-msc-gdc | ||
export WIS2_GDC_GB=mqtt://everyone:everyone@mosquitto:1883 | ||
export WIS2_GDC_GB_TOPIC=origin/a/wis2/+/+/metadata/# | ||
|
||
# global broker links | ||
export WIS2_GDC_GB_LINK_METEOFRANCE=Météo-France,mqtts://everyone:[email protected]:8883 | ||
export WIS2_GDC_GB_LINK_CMA=China Meteorological Agency,mqtts://everyone:[email protected]:8883 |
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,6 +1,12 @@ | ||
export WIS2_GDC_API_URL=http://localhost | ||
export WIS2_GDC_API_URL_DOCKER=http://wis2-gdc-api | ||
export WIS2_GDC_BACKEND_TYPE=Elasticsearch | ||
export WIS2_GDC_BACKEND_CONNECTION=http://localhost:9200/wis2-discovery-metadata | ||
export WIS2_GDC_BROKER_URL=mqtt://wis2-gdc:wis2-gdc@localhost:1883 | ||
export WIS2_GDC_CENTRE_ID=ca-eccc-msc-gdc | ||
export WIS2_GDC_GB=mqtt://everyone:everyone@localhost:1883 | ||
export WIS2_GDC_GB_TOPIC=origin/a/wis2/+/+/metadata/# | ||
|
||
# global broker links | ||
export WIS2_GDC_GB_LINK_METEOFRANCE=Météo-France,mqtts://everyone:[email protected]:8883 | ||
export WIS2_GDC_GB_LINK_CMA=China Meteorological Agency,mqtts://everyone:[email protected]:8883 |
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 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