data61 / anonlink-encoding-service

A simple REST api for clkhash

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Anonlink Encoding Service

Set up

The Anonlink Encoding Service can be run in Docker. Ensure you have both Docker and Docker Compose installed. To build the container, run:

$ ./build.sh

Then to run the service with Docker Compose:

$ docker-compose up

The address of the web server can be found with:

$ docker-compose port encoding_app 8080

API

The API is documented with a v3.0 OpenAPI specification. There is a Jupyter notebook with an example in docs/demo.ipynb.

About

A simple REST api for clkhash

License:Apache License 2.0


Languages

Language:Python 94.3%Language:Smarty 4.1%Language:Dockerfile 1.3%Language:Shell 0.3%