Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 522 Bytes

README.md

File metadata and controls

28 lines (19 loc) · 522 Bytes

Go Bonsai! A lightweight Elasticsearch cluster exploration tool written in golang.

To get started, clone the repo:

git clone [email protected]:omc/dogfood-go.git

Make sure to export your Bonsai cluster URL to the dev environment:

export BONSAI_URL="https://user:[email protected]"

Build the tool:

go build bonsai-example-go.go

Run it:

$ chmod +x go-bonsai
$ ./go-bonsai

Check it out by opening up a browser and navigating to http://localhost:8080