Skip to content

Latest commit

 

History

History

empty-db-solr

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

Empty database plus Solr

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.

Quick Start

  1. Install Docker Compose if you haven't already.
  2. git clone https://github.com/ideaconsult/ambit-docker.git
  3. cd ambit-docker/examples/empty-db-solr
  4. docker-compose pull
  5. docker-compose up
  6. Open http://127.0.0.1:8080/ambit in your browser.
  7. Open http://127.0.0.1:8983/ in your browser
  8. Press Ctrl+C in the console, where docker-compose up is running, to stop it.

See the main README.md for more information.