https://github.com/fullstorydev/gosolr
golang tools for Apache Solr
https://github.com/fullstorydev/gosolr
golang solr solrcloud
Last synced: about 1 year ago
JSON representation
golang tools for Apache Solr
- Host: GitHub
- URL: https://github.com/fullstorydev/gosolr
- Owner: fullstorydev
- License: apache-2.0
- Created: 2016-10-09T19:51:59.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2024-09-06T16:32:03.000Z (over 1 year ago)
- Last Synced: 2024-09-06T19:22:07.913Z (over 1 year ago)
- Topics: golang, solr, solrcloud
- Language: Go
- Homepage:
- Size: 513 KB
- Stars: 27
- Watchers: 29
- Forks: 4
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# gosolr
FullStory open-source golang tools for Apache Solr
## solrman
A library and application to automatically balance a Solr cluster.
## solrmonitor
A library to monitor Solr cluster state in your own application.
# Quick start
```bash
mkdir solrman
cd solrman
export GOPATH=`pwd`
go get github.com/fullstorydev/gosolr/...
./bin/solrman
```
## Warning
*solrman eliminates replicas*! The current version is not configurable for multiple replicas per shard.
Running solrman against an existing cluster that has replicas will delete your extra replicas.