monarch-initiative / monarch-solr

Solr Indexing for the new Monarch graph
0 stars 0 forks source link

Monarch Solr

A Dockerized instance of the Monarch KG as a Solr database.

It is assumed that you have already installed Docker and Compose or perhaps have the Docker Desktop running on your local system.

Running the System

First, make sure that Docker (or the Docker Desktop) is running then Docker Compose is used to build the local Monarch Solr system. Note that since we are simply directly using a standard Solr Docker image from DockerHub, there is no 'build' step needed.

docker-compose up -d

To monitor the logs:

docker-compose logs -f

To stop the server:

docker-compose down

The Solr instances with Monarch data loaded should now be visible at http://localhost:8983.