This repo contains a docker-compose configuration of a single Elastic service to be able to index all the data produced by kontrata
Install Docker and docker-compose to be able to start it.
Then start it:
In foreground:
docker-compose up
or in background:
docker-compose up -d
In another terminal, run the provided shell scripts to delete the index and create a new one. You will need to have curl installed.
./create_index.sh
./delete_index.sh
This is a work in progress. The index structure may change in the future, according to the produced data structure and the requirements of the search frontend
GPLv3