Skip to content

Commit 67a5ff3

Browse files
committed
Added README to provider-idearium
1 parent da58791 commit 67a5ff3

1 file changed

Lines changed: 20 additions & 0 deletions

File tree

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
```shell
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

Comments
 (0)