This builds upon the empty database example by adding a small Apache Solr cluster for testing.
Add data in AMBIT at http://127.0.0.1:8080/ambit or directly import to the RDBMS, which is exposed on 127.0.0.1:3306
. Solr is accessible behind a HAProxy load balancer on http://127.0.0.1:8983/.
Consult the Solr documentation on how to upload data to Solr and send queries.
AMBIT specific documentation on working with Solr TBA.
- Install Docker Compose if you haven't already.
git clone https://github.com/ideaconsult/ambit-docker.git
cd ambit-docker/examples/empty-db-solr
docker-compose pull
docker-compose up
- Open http://127.0.0.1:8080/ambit in your browser.
- Open http://127.0.0.1:8983/ in your browser
- Press Ctrl+C in the console, where
docker-compose up
is running, to stop it.
See the main README.md for more information.