Sign inSign up

barthanssens/test-best-api

By barthanssens

Updated over 4 years ago

Very experimental stand-alone version of BeST-address (Belgian Streets and Addresses) data and API.

Image
0

313

barthanssens/test-best-api repository overview

Description

Very experimental stand-alone version of BeST-address (Belgian Streets and Addresses) data and API. Not all features are working yet, existing API may change at any time.

Running:

docker run -p8080:8080 \ 
    --env quarkus.log.file.path=/tmp/quarkus.log \
   --env quarkus.swagger-ui.always-include=true  \
   --env be.bosa.dt.best.webservice.url=http://your-server:8080 \
   -d  barthanssens/test-best-api

The webservice.url is the base URL of your server

The API will be available on port your-server:8080 , the Swagger/OpenAPI interface on http://your-server:8080/q/swagger-ui

A volume will be created automatically, to remove the docker image and its volume: docker rm -v

System requirements

12-16 GB of RAM and 4-12 vCores + 5 GB of free disk space

Source code

See https://github.com/Fedict/best-tools/tree/master/java

Tag summary

Content type

Image

Digest

Size

977.7 MB

Last updated

over 4 years ago

docker pull barthanssens/test-best-api