https://github.com/jzonthemtn/search-toolbox
Various scripts for search.
https://github.com/jzonthemtn/search-toolbox
solr solrcloud
Last synced: 24 days ago
JSON representation
Various scripts for search.
- Host: GitHub
- URL: https://github.com/jzonthemtn/search-toolbox
- Owner: jzonthemtn
- License: apache-2.0
- Created: 2021-05-06T15:18:33.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-05-13T15:15:15.000Z (about 5 years ago)
- Last Synced: 2025-03-15T07:53:46.406Z (about 1 year ago)
- Topics: solr, solrcloud
- Language: Shell
- Homepage:
- Size: 9.77 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Search Toolbox
This repository was created as a means to allow for learning and experimenting with search features and tools on things like Apache Solr and Elasticsearch.
## Solr Containers
Scripts for working with Solr Cloud in containers. Run `docker-compose up` to create a 3 node Solr Cloud cluster with a 3 node ZooKeeper cluster. When up, Solr can be accessed at http://localhost:8981.
Adapted from https://examples.javacodegeeks.com/apache-solr-on-docker-example/.
## Elasticsearch Containers
Scripts for working with Elasticsearch in containers. Run `up.sh` to create a 3 node Elasticsearch cluster. When up, Elasticsearch can be accessed at http://localhost:9200 and Kibana can be accessed at http://localhost:5601.
Adapted from https://www.elastic.co/guide/en/elastic-stack-get-started/current/get-started-docker.html.