Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Maintain a NuGet package #27067

Closed
HarelM opened this issue Oct 21, 2017 · 7 comments
Closed

Maintain a NuGet package #27067

HarelM opened this issue Oct 21, 2017 · 7 comments

Comments

@HarelM
Copy link

HarelM commented Oct 21, 2017

Describe the feature

Maintain a NuGet package.

Justification:
I'm using ES as part of my open source project.
The setup of this project requires the presence of ES.
In order for the setup instruction to be simpler I decided to store the binaries of ES as part of my repository (which is a bad practice) - I'm doing this since I write in C# and can't use java package managers such as Maven.
I'm planning on migrating all my 3rd party packages to NuGet but I prefer that the owners of the packages will maintain the NuGet package instead of me...
Any thoughts are welcome.

@jasontedor
Copy link
Member

We are not going to do this as this is not a common way of distributing Java-based software.

@HarelM
Copy link
Author

HarelM commented Oct 21, 2017

Thanks for the quick response!
I hope you won't mind if I maintain suck a package for my project needs.
Planning on calling it IsraelHiking.ElasticSearch.

@jasontedor
Copy link
Member

One note: it’s “Elasticsearch”, not “ElasticSearch”. 😀

@russcam
Copy link
Contributor

russcam commented Oct 21, 2017

@HarelM We are working on extracting the framework that we have as part of the .NET client for running integration tests against Elasticsearch. This framework can download Elasticsearch zip archives and run them. See elastic/elasticsearch-net#2767

@HarelM
Copy link
Author

HarelM commented Oct 21, 2017

This looks promising, but is 5 month old. :-/
Also I have a Windows service that runs on my production environment and a small cmd for dev so I only need the binaries themselves as a NuGet package. Although a code that downloads the relevant zip might be better, not sure though...

@russcam
Copy link
Contributor

russcam commented Oct 21, 2017

@HarelM let's have the discussion on the other issue please.

@HarelM
Copy link
Author

HarelM commented Oct 21, 2017

@russcam Sure, no problem, posted there my thoughts and current work.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants