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
86 stars 18 forks source link

Distribute with goreleaser #32

Open inverse opened 1 month ago

inverse commented 1 month 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 4 days 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.