Zoo Wrangler is meant to be a replacement for exhibitor.
Here is a list of some features we want to have in our first release.
- Zookeeper configuration sync over S3
- Process manager for zookeeper (start/stop/restart)
- API to Zookeeper related information
- Back up & Recovery
- Visualization
Currently in the beginning of development nothing concrete pull requests welcome!
- Fork it
- Create a ticket on the main repo https://github.com/amedeiros/zoo-wrangler/issues.
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - buffalo test
- Push to the branch (
git push origin my-new-feature
) - Create new Pull Request
- Wait for review. Peer review is important please resolve any issues found in this step by repeating steps 3-5.
To view generated docs for zoo-wrangler, run the below command and point your browser to http://127.0.0.1:6060/pkg/
godoc -http=:6060 2>/dev/null &
buffalo test
buffalo dev