jprante / elasticsearch-knapsack

Knapsack plugin is an import/export tool for Elasticsearch
Apache License 2.0
472 stars 77 forks source link

Question: Compile from source #106

Open GummyDonut opened 8 years ago

GummyDonut commented 8 years ago

I know this may not be the right place to ask this. However, I wish to ask, how do you compile knapsack from source? I would like to make a small modification and try to test it. Many of the guides online are out of date : https://www.elastic.co/blog/found-writing-a-plugin and thus I was wondering if you guys could show me, or at least direct me in the correct direction.

Thanks for taking the time to read this. Regards

jprante commented 8 years ago

My plugins are developed with Gradle, which is not usual at the moment.

Simple method (without IDE)

Complex method (with IDE)

If you make changes where you think others may like it, pull requests are always welcome!

GummyDonut commented 8 years ago

Thanks I will start this as soon as possible.