I do have a zip file built for 0.17.3 in the download. Uploading a version
for 0.17.4 right now. There was that small issue with github.com downloads
with elasticsearch prior to 0.17.3, so I did not add zip files for those
versions.
There appears to be a slight mismatch between the plugin manager in regards
to installing locally or via github. Locally expects the zip file to have
the "elasticsearch-" prefix, while github should not have the prefix.
Installation instructions:
Did not spend too much documentation since I am not sure if anyone will
actually use the plugin. ![]()
--
Ivan
On Wed, Aug 10, 2011 at 6:19 AM, Shay Banon kimchy@gmail.com wrote:
Nice!. Btw, if you create a zip file out of it and add it to the Downloads
section in github, elasticsearch will be able to install it automatically.On Wed, Aug 10, 2011 at 6:20 AM, Ivan Brusic ivan@brusic.com wrote:
A while back, I created a simple river plugin as a fun proof of concept.
Updated some of the code and moved github repos, so I thought a blog post
was in order:http://blog.brusic.com/2011/08/steal-this-database.html
Elasticsearch is simply amazing. Even creating this plugin was not hard
to do at all. Sharing this plugin to demonstrate how easy it is to extend
elasticsearch. Is the plugin useful? Perhaps to one or two people.Have not really stress tested the plugin but the meetup example I have
been using is pretty chatty. RSVPs average around 1 per second. The river
should work on any stream that is accessible with only the URI, no
authentication besides perhaps api keys in the url is supported, which means
no Facebook APIs. Should work for sites like Digg and Datasift.--
Ivan