Hi All,
I'm the main developer behind elasticseach-head, and I have a plee.
I don't have a lot of time to work on this project, but I do want to
keep moving it forward - However, I'm not a java guy, and I'm not a search
guy and I don't (anymore) work on elasticsearch day-to-day, but I am a UI
guy. What I need to enable me to add features, fix bugs and feel confident
about merging pull requests, is sample data. The ability to quickly spin up
a cluster that has percolation, or makes extensive use of the _parent
feature or has 100 indices.
So my question: does anyone have or would be willing to contribute shell
scripts (or something else) that create indices and clusters with various
elasticsearch features, field types, mappings, percolation, rivers.
For example, I would love to add support for rivers to es-head, but I don't
want to have to learn about the intricacies of each river, it will take
too much time. If there are some scripts out there already to start up a
mongodb db, and start a river, then I could probably add an interface
pretty quickly.
My existing sample directory
https://github.com/mobz/elasticsearch-head/tree/master/lib/es/test/index_generators
is, however woefully small . I would accept pull requests against this, or
perhaps there is an existing resource out there. Maybe this would be a
great resource for more people that could be a standalone project? Maybe
kimchy has a giant stash?!
-B