pteich / elastic-query-export

🚚 Export Data from ElasticSearch to CSV/JSON using a Lucene Query (e.g. from Kibana) or a raw JSON Query string
MIT License
89 stars 18 forks source link

Distribute with goreleaser #32

Open inverse opened 2 months ago

inverse commented 2 months ago

Could be a neat addition to use gorealeaser to distribute to multiple places to allow folks to install the tooling easier. e.g. as a brew tap, aur, or rpm/deb package.

pteich commented 1 month ago

I already use Goreleaser to create the binary releases in GH. As it is just a simple static binary without any dependencies it's easy to just download and use it. But I agree, it could also be interesting to support package managers.