We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da58791 commit 67a5ff3Copy full SHA for 67a5ff3
1 file changed
providers/provider-idearium/README.md
@@ -0,0 +1,20 @@
1
+# Idearium Provider
2
+
3
+## Installation
4
5
+This provider requires docker and python.
6
7
+## Execution
8
+The execution assumes there is a common postgresql BD container running
9
+First start the containers
10
+```shell
11
+docker compose up
12
+```
13
14
+Then start the python virtual environment, install the dependencies and run the script to load the datasets:
15
16
+python3 -m venv ./venv
17
+source venv/bin/activate
18
+pip install -r scripts/requirements.txt
19
+python3 scripts/main.py
20
0 commit comments