Skip to content

Translating JSON into Solr requests with support for sharding, mtas, caching and query expansion

License

Notifications You must be signed in to change notification settings

textexploration/broker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

75 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Broker

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.