The broker provides an easy configurable JSON interface translating JSON into Solr requests with support for caching and query expansion. Support for Mtas is integrated in the Broker. See textexploration.github.io/broker/ for more documentation and instructions.
A docker image is available. To build and run
docker build -t broker https://raw.githubusercontent.com/textexploration/broker/master/docker/Dockerfile
docker run -t -i -p 8080:80 --name broker broker
This will provide a website on port 8080 on the ip of your docker host with a running Broker.
This project builds upon the latest commit from April 12, 2018 for meertensinstituut/mtas. See also the related mtas project, another continuation of previous work.