You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7-23Lines changed: 7 additions & 23 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -51,31 +51,15 @@ This repository contains the necessary files to deploy the OMOP database using K
51
51
| VOCAB_PG_PASSWORD | Password of the administration user of the database | mysecretpassword *(must be the same as in database service)*|
52
52
| VOCAB_PG_SCHEMA | Schema where the vocabulary will be loaded | omopcdm |
53
53
54
-
3. In order to load the vocabularies when the database is ready, the [vocab_loader](https://gitlab.lst.tfo.upm.es/idea4rc/omop-deploy/-/blob/main/vocab_script/scripts/vocab_loader.sh) script is used. This script uses the CSV files downloaded from [OHDSI ATHENA](https://athena.ohdsi.org/vocabulary/list) and its part of [OHDSI BROADSEA repository](https://github.com/OHDSI/Broadsea). To load the vocabularies, you must download the CSV files from ATHENA and put them in the [vocab_script/files](https://gitlab.lst.tfo.upm.es/idea4rc/omop-deploy/-/tree/main/vocab_script/files) folder. Don't change the files names, because the script uses them to load the vocabularies.
54
+
3. In order to load the vocabularies when the database is ready, the [vocab_loader]() script is used. This script uses the CSV files downloaded from [OHDSI ATHENA]() and its part of [OHDSI BROADSEA repository](https://github.com/OHDSI/Broadsea). To load the vocabularies, you must download the CSV files from ATHENA and put them in the [vocab_script/files]() folder. Don't change the files names, because the script uses them to load the vocabularies.
55
55
56
-
4. When everything is ready, you must execute the [docker-compose.yaml](https://gitlab.lst.tfo.upm.es/idea4rc/omop-deploy/-/tree/main/docker-compose.yaml) using this command:
56
+
4. When everything is ready, you must execute the [docker-compose.yaml]() using this command:
57
57
58
58
```bash
59
59
docker compose up -d
60
60
```
61
61
62
-
### Bare Kubernetes
63
62
64
-
This method is for a vanilla Kubernetes cluster without any additional software. If you want to deploy the OMOP database in a Kubernetes cluster with Istio, you can use the [Istio Kubernetes](#istio-kubernetes) deployment method.
2. In Kubernetes you should change all args variables and environment variables to the values you want. These are displayed in this format:
73
-
74
-
```yaml
75
-
env:
76
-
- name: VARIABLE_NAME
77
-
value: VARIABLE_VALUE
78
-
```
79
63
80
64
The variables used and its locations are:
81
65
@@ -104,9 +88,9 @@ The variables used and its locations are:
104
88
105
89
**THIS VARIABLES SHOULD BE PUT ON THE ARGS SECTION AND THE ENV SECTION**
106
90
107
-
3. In order to load the vocabularies when the database is ready, the [vocab_loader](https://gitlab.lst.tfo.upm.es/idea4rc/omop-deploy/-/blob/main/vocab_script/scripts/vocab_loader.sh) script is used. This script uses the CSV files downloaded from [OHDSI ATHENA](https://athena.ohdsi.org/vocabulary/list) and its part of [OHDSI BROADSEA repository](https://github.com/OHDSI/Broadsea) To load the vocabularies, you must download the CSV files from ATHENA and put them in the [vocab_script/files](https://gitlab.lst.tfo.upm.es/idea4rc/omop-deploy/-/tree/main/vocab_script/files) folder. Don't change the files names, because the script uses them to load the vocabularies.
91
+
3. In order to load the vocabularies when the database is ready, the [vocab_loader]() script is used. This script uses the CSV files downloaded from [OHDSI ATHENA](https://athena.ohdsi.org/vocabulary/list) and its part of [OHDSI BROADSEA repository](https://github.com/OHDSI/Broadsea) To load the vocabularies, you must download the CSV files from ATHENA and put them in the [vocab_script/files]() folder. Don't change the files names, because the script uses them to load the vocabularies.
108
92
109
-
4. When everything is ready, you must execute the [kubernetes.yaml](https://gitlab.lst.tfo.upm.es/idea4rc/omop-deploy/-/tree/main/kubernetes.yaml) using this command:
93
+
4. When everything is ready, you must execute the [kubernetes.yaml]() using this command:
@@ -171,10 +155,10 @@ This tutorial deploys a new namespace called Datamesh, with a policy that only a
171
155
172
156
**THIS VARIABLES SHOULD BE PUT ON THE ARGS SECTION AND THE ENV SECTION**
173
157
174
-
4. In order to load the vocabularies when the database is ready, the [vocab_loader](https://gitlab.lst.tfo.upm.es/idea4rc/omop-deploy/-/blob/main/vocab_script/scripts/vocab_loader.sh) script is used. This script uses the CSV files downloaded from [OHDSI ATHENA](https://athena.ohdsi.org/vocabulary/list) and its part of [OHDSI BROADSEA repository](https://github.com/OHDSI/Broadsea). To load the vocabularies, you must download the CSV files from ATHENA and put them in the [vocab_script/files](https://gitlab.lst.tfo.upm.es/idea4rc/omop-deploy/-/tree/main/vocab_script/files) folder. Don't change the files names, because the script uses them to load the vocabularies.
158
+
4. In order to load the vocabularies when the database is ready, the [vocab_loader]() script is used. This script uses the CSV files downloaded from [OHDSI ATHENA](https://athena.ohdsi.org/vocabulary/list) and its part of [OHDSI BROADSEA repository](https://github.com/OHDSI/Broadsea). To load the vocabularies, you must download the CSV files from ATHENA and put them in the [vocab_script/files]() folder. Don't change the files names, because the script uses them to load the vocabularies.
175
159
176
160
177
-
5. When everything is ready, you must execute the [kubernetes.yaml](https://gitlab.lst.tfo.upm.es/idea4rc/omop-deploy/-/tree/main/kubernetes.yaml) using this command:
161
+
5. When everything is ready, you must execute the [kubernetes.yaml]() using this command:
0 commit comments