the next generation of free Search Quality Evaluation Tools for Elasticsearch/Apache Solr search engines
This repository contains the docker compose instructions to pull RRE-Enterprise from docker-hub and run it locally. For additional information and for a free product-key:
Rated Ranking Evaluator Enterprise
To start the RRE-Enterprise ecosystem:
docker-compose up
Now you need to insert the product-key you received by e-mail after the registration: Didn't register yet? Do it now!
curl -X POST -F 'user=<userMail>' -F 'productKey=<productKey>' http://localhost:8081/1.0/rre-enterprise-api/license-api/activate
- RRE-Enterprise runs at http://localhost:3001
For more information on how to use RRE-Enterprise we have prepared this Blog Post series:
• How to Manage Your Ratings
• How to Setup Your Target Search Engine
• How to Manage Your Data Collections
• How to Run an Evaluation
• Evaluation Overview Dashboard
• Evaluation Explore/Compare Dashboard
• Make Explicit Ratings Easy
• Query Discovery
• ID Discovery
To destroy your environment (including any volumes created like the mysql db), just run:
docker-compose down -v