The Anonlink Encoding Service can be run in Docker. Ensure you have both Docker and Docker Compose installed. To build the container, run:
$ ./build.shThen to run the service with Docker Compose:
$ docker-compose upThe address of the web server can be found with:
$ docker-compose port encoding_app 8080The API is documented with a v3.0 OpenAPI specification. There is a Jupyter notebook with an example in docs/demo.ipynb.