elasticsearch mongodb river tutorial

Elasticsearch is a distributed, scalable nosql search server built on lucene. It can use plugins(rivers) to hook into changes made on other databases such ascouchdb

There is currently no “official” river for mongodb and elasticsearch but aparo has written one and it is available on hit github repo.

Here is how to go about installing it.