Om te werken met de maximum geneesmiddelen prijzen
cd docker && docker-compose build
docker-compose up -d
The actual data files are the json files in the data
directory. The instructions below are to rebuild these files.
docker exec -it docker_geneesmiddelen_1 bash
cd /opt/gm/bin
./get_urls.py >../urls.txt
./fetch.py
./parse.py
Breyten Ernsting ([email protected])