Skip to content

Files

Latest commit

0b279a2 · Oct 23, 2019

History

History

golang

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Oct 23, 2019
Oct 23, 2019
Oct 23, 2019
Oct 23, 2019

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