Skip to content

Commit

Permalink
rename repo
Browse files Browse the repository at this point in the history
  • Loading branch information
clezag committed Apr 8, 2024
1 parent 4178af7 commit 68f0a75
Show file tree
Hide file tree
Showing 34 changed files with 55 additions and 58 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/meteorology-eurac-dc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ env:
AWS_ACCESS_SECRET_KEY : ${{ secrets.AWS_ACCESS_SECRET_KEY }}
JAVA_VERSION: 17
WORKING_DIRECTORY: collectors/meteorology-eurac
DOCKER_IMAGE: ghcr.io/noi-techpark/odh-v2-playground/meteorology-eurac-dc
DOCKER_IMAGE: ghcr.io/noi-techpark/opendatahub-collectors/meteorology-eurac-dc
DOCKER_TAG: ${{ github.sha }}
KUBERNETES_NAMESPACE: collector

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/meteorology-eurac-tr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ env:
AWS_ACCESS_SECRET_KEY : ${{ secrets.AWS_ACCESS_SECRET_KEY }}
JAVA_VERSION: 17
WORKING_DIRECTORY: transformers/meteorology-eurac
DOCKER_IMAGE: ghcr.io/noi-techpark/odh-v2-playground/meteorology-eurac-tr
DOCKER_IMAGE: ghcr.io/noi-techpark/opendatahub-collectors/meteorology-eurac-tr
DOCKER_TAG: ${{ github.sha }}
KUBERNETES_NAMESPACE: collector

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Get raw data from a data provider and put it onto a message queue as is. The Ope
Listen on the message queue for new data events. They fetch the raw data from the db, transform it and push the result to the Open Data Hub main database.

### Infrastructure
For more details on the infrastructure, including source code and configuration for the event system, see [our infrastructure repo](https://github.com/noi-techpark/odh-infrastructure-v2)
For more details on the infrastructure, including source code and configuration for the event system, see [our infrastructure repo](https://github.com/noi-techpark/infrastructure-v2)

### Migrated code
Data collectors are initially migrated from [bdp-commons](https://github.com/noi-techpark/bdp-commons)
4 changes: 2 additions & 2 deletions collectors/google-spreadsheet/deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
RELEASETIME=`date +%s`
(cd ../lib/ingress-mq; mvn clean install) \
&& mvn clean compile package \
&& docker build -t ghcr.io/noi-techpark/odh-v2-playground/google-spreadsheet:0.0.0 . -f infrastructure/docker/Dockerfile \
&& docker image push ghcr.io/noi-techpark/odh-v2-playground/google-spreadsheet:0.0.0 \
&& docker build -t ghcr.io/noi-techpark/opendatahub-collectors/google-spreadsheet:0.0.0 . -f infrastructure/docker/Dockerfile \
&& docker image push ghcr.io/noi-techpark/opendatahub-collectors/google-spreadsheet:0.0.0 \
&& helm upgrade --namespace collector --install dc-spreadsheets-google-sta-echarging ../../helm/generic-collector --values infrastructure/helm/sta_echarging.yaml --set-string podAnnotations.releaseTime=$RELEASETIME \
&& helm upgrade --namespace collector --install dc-spreadsheets-google-centro-trevi ../../helm/generic-collector --values infrastructure/helm/centro_trevi.yaml --set-string podAnnotations.releaseTime=$RELEASETIME \
&& helm upgrade --namespace collector --install dc-spreadsheets-google-creative-industries ../../helm/generic-collector --values infrastructure/helm/creative_industries.yaml --set-string podAnnotations.releaseTime=$RELEASETIME \
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ nameOverride: dc-spreadsheets-google-centro-trevi
fullnameOverride: dc-spreadsheets-google-centro-trevi

image:
repository: ghcr.io/noi-techpark/odh-v2-playground/google-spreadsheet
repository: ghcr.io/noi-techpark/opendatahub-collectors/google-spreadsheet
pullPolicy: Always
tag: "0.0.0" # Set this when upgrading chart with --set-value

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ nameOverride: dc-spreadsheets-google-creative-industries
fullnameOverride: dc-spreadsheets-google-creative-industries

image:
repository: ghcr.io/noi-techpark/odh-v2-playground/google-spreadsheet
repository: ghcr.io/noi-techpark/opendatahub-collectors/google-spreadsheet
pullPolicy: Always
tag: "0.0.0" # Set this when upgrading chart with --set-value

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ nameOverride: dc-spreadsheets-google-parking-offstreet-mebo
fullnameOverride: dc-spreadsheets-google-parking-offstreet-mebo

image:
repository: ghcr.io/noi-techpark/odh-v2-playground/google-spreadsheet
repository: ghcr.io/noi-techpark/opendatahub-collectors/google-spreadsheet
pullPolicy: Always
tag: "0.0.0" # Set this when upgrading chart with --set-value

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ nameOverride: dc-spreadsheets-google-sta-echarging
fullnameOverride: dc-spreadsheets-google-sta-echarging

image:
repository: ghcr.io/noi-techpark/odh-v2-playground/google-spreadsheet
repository: ghcr.io/noi-techpark/opendatahub-collectors/google-spreadsheet
pullPolicy: Always
tag: "0.0.0" # Set this when upgrading chart with --set-value

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ nameOverride: dc-spreadsheets-google-traffic-bluetooth
fullnameOverride: dc-spreadsheets-google-traffic-bluetooth

image:
repository: ghcr.io/noi-techpark/odh-v2-playground/google-spreadsheet
repository: ghcr.io/noi-techpark/opendatahub-collectors/google-spreadsheet
pullPolicy: Always
tag: "0.0.0" # Set this when upgrading chart with --set-value

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ nameOverride: dc-spreadsheets-google-umadumm
fullnameOverride: dc-spreadsheets-google-umadumm

image:
repository: ghcr.io/noi-techpark/odh-v2-playground/google-spreadsheet
repository: ghcr.io/noi-techpark/opendatahub-collectors/google-spreadsheet
pullPolicy: Always
tag: "0.0.0" # Set this when upgrading chart with --set-value

Expand Down
4 changes: 2 additions & 2 deletions collectors/meteorology-eurac/deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
RELEASETIME=`date +%s`
(cd ../lib/ingress-mq; mvn clean install) \
&& mvn clean install \
&& docker build -t ghcr.io/noi-techpark/odh-v2-playground/dc-meteorology-eurac:0.0.0 . -f infrastructure/docker/Dockerfile \
&& docker image push ghcr.io/noi-techpark/odh-v2-playground/dc-meteorology-eurac:0.0.0 \
&& docker build -t ghcr.io/noi-techpark/opendatahub-collectors/dc-meteorology-eurac:0.0.0 . -f infrastructure/docker/Dockerfile \
&& docker image push ghcr.io/noi-techpark/opendatahub-collectors/dc-meteorology-eurac:0.0.0 \
&& helm upgrade --namespace collector --install dc-meteorology-eurac ../../helm/generic-collector --values infrastructure/helm/values.yaml --set-string podAnnotations.releaseTime=$RELEASETIME
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ nameOverride: dc-meteorology-eurac
fullnameOverride: dc-meteorology-eurac

image:
repository: ghcr.io/noi-techpark/odh-v2-playground/dc-meteorology-eurac
repository: ghcr.io/noi-techpark/opendatahub-collectors/dc-meteorology-eurac
pullPolicy: Always
tag: "0.0.0" # Set this when upgrading chart with --set-value

Expand Down
4 changes: 2 additions & 2 deletions collectors/parking-offstreet-meranobolzano/deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
RELEASETIME=`date +%s`
(cd ../lib/ingress-mq; mvn clean install) \
&& mvn clean install \
&& docker build -t ghcr.io/noi-techpark/odh-v2-playground/parking-offstreet-bolzano:0.0.0 . -f infrastructure/docker/Dockerfile \
&& docker image push ghcr.io/noi-techpark/odh-v2-playground/parking-offstreet-bolzano:0.0.0 \
&& docker build -t ghcr.io/noi-techpark/opendatahub-collectors/parking-offstreet-bolzano:0.0.0 . -f infrastructure/docker/Dockerfile \
&& docker image push ghcr.io/noi-techpark/opendatahub-collectors/parking-offstreet-bolzano:0.0.0 \
&& helm upgrade --namespace collector --install dc-parking-offstreet-bolzano ../../helm/generic-collector --values infrastructure/helm/values.yaml --set-string podAnnotations.releaseTime=$RELEASETIME \
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ nameOverride: dc-parking-offstreet-bolzano
fullnameOverride: dc-parking-offstreet-bolzano

image:
repository: ghcr.io/noi-techpark/odh-v2-playground/parking-offstreet-bolzano
repository: ghcr.io/noi-techpark/opendatahub-collectors/parking-offstreet-bolzano
pullPolicy: Always
tag: "0.0.0" # Set this when upgrading chart with --set-value

Expand Down
13 changes: 13 additions & 0 deletions collectors/rest-poller/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@


=== How to build

To build this project use

mvn install

=== How to run

You can run this example using

mvn camel:run
18 changes: 0 additions & 18 deletions collectors/rest-poller/ReadMe.txt

This file was deleted.

6 changes: 4 additions & 2 deletions collectors/rest-poller/deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,10 @@
RELEASETIME=`date +%s`
(cd ../lib/ingress-mq; mvn clean install) \
&& mvn clean compile package \
&& docker build -t ghcr.io/noi-techpark/odh-v2-playground/rest-poller:0.2.0 . -f infrastructure/docker/Dockerfile \
&& docker image push ghcr.io/noi-techpark/odh-v2-playground/rest-poller:0.2.0 \
&& docker build -t ghcr.io/noi-techpark/opendatahub-collectors/rest-poller:0.2.0 . \
-f infrastructure/docker/Dockerfile \
--label "org.opencontainers.image.source=https://github.com/noi-techpark/opendatahub-collectors" \
&& docker image push ghcr.io/noi-techpark/opendatahub-collectors/rest-poller:0.2.0 \
&& helm upgrade --namespace collector --install dc-echarging-alperia ../../helm/generic-collector --values infrastructure/helm/alperia.yaml --set-string podAnnotations.releaseTime=$RELEASETIME \
&& helm upgrade --namespace collector --install dc-echarging-driwe ../../helm/generic-collector --values infrastructure/helm/driwe.yaml --set-string podAnnotations.releaseTime=$RELEASETIME \
&& helm upgrade --namespace collector --install dc-echarging-route220 ../../helm/generic-collector --values infrastructure/helm/route220.yaml --set-string podAnnotations.releaseTime=$RELEASETIME \
Expand Down
2 changes: 1 addition & 1 deletion collectors/rest-poller/infrastructure/helm/alperia.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
nameOverride: dc-echarging-alperia
fullnameOverride: dc-echarging-alperia
image:
repository: ghcr.io/noi-techpark/odh-v2-playground/rest-poller
repository: ghcr.io/noi-techpark/opendatahub-collectors/rest-poller
pullPolicy: Always
tag: "0.2.0" # Set this when upgrading chart with --set-value

Expand Down
2 changes: 1 addition & 1 deletion collectors/rest-poller/infrastructure/helm/driwe.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
nameOverride: dc-echarging-driwe
fullnameOverride: dc-echarging-driwe
image:
repository: ghcr.io/noi-techpark/odh-v2-playground/rest-poller
repository: ghcr.io/noi-techpark/opendatahub-collectors/rest-poller
pullPolicy: Always
tag: "0.2.0" # Set this when upgrading chart with --set-value

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
nameOverride: dc-parking-offstreet-merano
fullnameOverride: dc-parking-offstreet-merano
image:
repository: ghcr.io/noi-techpark/odh-v2-playground/rest-poller
repository: ghcr.io/noi-techpark/opendatahub-collectors/rest-poller
pullPolicy: Always
tag: "0.2.0" # Set this when upgrading chart with --set-value

Expand Down
2 changes: 1 addition & 1 deletion collectors/rest-poller/infrastructure/helm/route220.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
nameOverride: dc-echarging-route220
fullnameOverride: dc-echarging-route220
image:
repository: ghcr.io/noi-techpark/odh-v2-playground/rest-poller
repository: ghcr.io/noi-techpark/opendatahub-collectors/rest-poller
pullPolicy: Always
tag: "0.2.0" # Set this when upgrading chart with --set-value

Expand Down
4 changes: 2 additions & 2 deletions transformers/emobility-echarging/deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
RELEASETIME=`date +%s`
(cd ../lib/rabbit-mongo-listener; mvn clean install) \
&& mvn clean compile package \
&& docker build -t ghcr.io/noi-techpark/odh-v2-playground/emobility-echarging:0.1.0 . -f infrastructure/docker/Dockerfile \
&& docker image push ghcr.io/noi-techpark/odh-v2-playground/emobility-echarging:0.1.0 \
&& docker build -t ghcr.io/noi-techpark/opendatahub-collectors/emobility-echarging:0.1.0 . -f infrastructure/docker/Dockerfile \
&& docker image push ghcr.io/noi-techpark/opendatahub-collectors/emobility-echarging:0.1.0 \
&& helm upgrade --namespace collector --install tr-echarging-alperia ../../helm/generic-collector --values infrastructure/helm/alperia_values.yaml --set-string podAnnotations.releaseTime=$RELEASETIME \
&& helm upgrade --namespace collector --install tr-echarging-driwe ../../helm/generic-collector --values infrastructure/helm/driwe_values.yaml --set-string podAnnotations.releaseTime=$RELEASETIME \
&& helm upgrade --namespace collector --install tr-echarging-route220 ../../helm/generic-collector --values infrastructure/helm/route220_values.yaml --set-string podAnnotations.releaseTime=$RELEASETIME
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
nameOverride: tr-echarging-alperia
fullnameOverride: tr-echarging-alperia
image:
repository: ghcr.io/noi-techpark/odh-v2-playground/emobility-echarging
repository: ghcr.io/noi-techpark/opendatahub-collectors/emobility-echarging
pullPolicy: Always
tag: "0.1.0"

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
nameOverride: tr-echarging-driwe
fullnameOverride: tr-echarging-driwe
image:
repository: ghcr.io/noi-techpark/odh-v2-playground/emobility-echarging
repository: ghcr.io/noi-techpark/opendatahub-collectors/emobility-echarging
pullPolicy: Always
tag: "0.1.0"

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
nameOverride: tr-echarging-route220
fullnameOverride: tr-echarging-route220
image:
repository: ghcr.io/noi-techpark/odh-v2-playground/emobility-echarging
repository: ghcr.io/noi-techpark/opendatahub-collectors/emobility-echarging
pullPolicy: Always
tag: "0.1.0"

Expand Down
4 changes: 2 additions & 2 deletions transformers/google-spreadsheet/deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
RELEASETIME=`date +%s`
(cd ../lib/rabbit-mongo-listener; mvn clean install) \
&& mvn clean compile package \
&& docker build -t ghcr.io/noi-techpark/odh-v2-playground/tr-google-spreadsheet:0.1.0 . -f infrastructure/docker/Dockerfile \
&& docker image push ghcr.io/noi-techpark/odh-v2-playground/tr-google-spreadsheet:0.1.0 \
&& docker build -t ghcr.io/noi-techpark/opendatahub-collectors/tr-google-spreadsheet:0.1.0 . -f infrastructure/docker/Dockerfile \
&& docker image push ghcr.io/noi-techpark/opendatahub-collectors/tr-google-spreadsheet:0.1.0 \
&& helm upgrade --namespace collector --install tr-spreadsheet-google-sta-echarging ../../helm/generic-collector --values infrastructure/helm/sta_echarging.yaml --set-string podAnnotations.releaseTime=$RELEASETIME \
&& helm upgrade --namespace collector --install tr-spreadsheet-google-centro-trevi ../../helm/generic-collector --values infrastructure/helm/centro_trevi.yaml --set-string podAnnotations.releaseTime=$RELEASETIME \
&& helm upgrade --namespace collector --install tr-spreadsheet-google-creative-industries ../../helm/generic-collector --values infrastructure/helm/creative_industries.yaml --set-string podAnnotations.releaseTime=$RELEASETIME \
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
nameOverride: tr-spreadsheets-google-centro-trevi
fullnameOverride: tr-spreadsheets-google-centro-trevi
image:
repository: ghcr.io/noi-techpark/odh-v2-playground/tr-google-spreadsheet
repository: ghcr.io/noi-techpark/opendatahub-collectors/tr-google-spreadsheet
pullPolicy: Always
tag: "0.1.0"

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
nameOverride: tr-spreadsheets-google-creative-industries
fullnameOverride: tr-spreadsheets-google-creative-industries
image:
repository: ghcr.io/noi-techpark/odh-v2-playground/tr-google-spreadsheet
repository: ghcr.io/noi-techpark/opendatahub-collectors/tr-google-spreadsheet
pullPolicy: Always
tag: "0.1.0"

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
nameOverride: tr-spreadsheets-google-sta-echarging
fullnameOverride: tr-spreadsheets-google-sta-echarging
image:
repository: ghcr.io/noi-techpark/odh-v2-playground/tr-google-spreadsheet
repository: ghcr.io/noi-techpark/opendatahub-collectors/tr-google-spreadsheet
pullPolicy: Always
tag: "0.1.0"

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
nameOverride: tr-spreadsheets-google-umadumm
fullnameOverride: tr-spreadsheets-google-umadumm
image:
repository: ghcr.io/noi-techpark/odh-v2-playground/tr-google-spreadsheet
repository: ghcr.io/noi-techpark/opendatahub-collectors/tr-google-spreadsheet
pullPolicy: Always
tag: "0.1.0"

Expand Down
4 changes: 2 additions & 2 deletions transformers/meteorology-eurac/deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
RELEASETIME=`date +%s`
(cd ../lib/rabbit-mongo-listener; mvn clean install) \
&& mvn clean compile package \
&& docker build -t ghcr.io/noi-techpark/odh-v2-playground/tr-meteorology-eurac:0.1.0 . -f infrastructure/docker/Dockerfile \
&& docker image push ghcr.io/noi-techpark/odh-v2-playground/tr-meteorology-eurac:0.1.0 \
&& docker build -t ghcr.io/noi-techpark/opendatahub-collectors/tr-meteorology-eurac:0.1.0 . -f infrastructure/docker/Dockerfile \
&& docker image push ghcr.io/noi-techpark/opendatahub-collectors/tr-meteorology-eurac:0.1.0 \
&& helm upgrade --namespace collector --install tr-meteorology-eurac ../../helm/generic-collector --values infrastructure/helm/values.yaml --set-string podAnnotations.releaseTime=$RELEASETIME
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
nameOverride: tr-meteorology-eurac
fullnameOverride: tr-meteorology-eurac
image:
repository: ghcr.io/noi-techpark/odh-v2-playground/tr-meteorology-eurac
repository: ghcr.io/noi-techpark/opendatahub-collectors/tr-meteorology-eurac
pullPolicy: Always
tag: "0.1.0"

Expand Down
4 changes: 2 additions & 2 deletions transformers/parking-offstreet-meranobolzano/deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
RELEASETIME=`date +%s`
(cd ../lib/rabbit-mongo-listener; mvn clean install) \
&& mvn clean compile package \
&& docker build -t ghcr.io/noi-techpark/odh-v2-playground/tr-parking-offstreet-meranobolzano:0.1.0 . -f infrastructure/docker/Dockerfile \
&& docker image push ghcr.io/noi-techpark/odh-v2-playground/tr-parking-offstreet-meranobolzano:0.1.0 \
&& docker build -t ghcr.io/noi-techpark/opendatahub-collectors/tr-parking-offstreet-meranobolzano:0.1.0 . -f infrastructure/docker/Dockerfile \
&& docker image push ghcr.io/noi-techpark/opendatahub-collectors/tr-parking-offstreet-meranobolzano:0.1.0 \
&& helm upgrade --namespace collector --install tr-parking-offstreet-meranobolzano ../../helm/generic-collector --values infrastructure/helm/values.yaml --set-string podAnnotations.releaseTime=$RELEASETIME \
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
nameOverride: tr-parking-offstreet-meranobolzano
fullnameOverride: tr-parking-offstreet-meranobolzano
image:
repository: ghcr.io/noi-techpark/odh-v2-playground/tr-parking-offstreet-meranobolzano
repository: ghcr.io/noi-techpark/opendatahub-collectors/tr-parking-offstreet-meranobolzano
pullPolicy: Always
tag: "0.1.0"

Expand Down

0 comments on commit 68f0a75

Please sign in to comment.