diff --git a/README.md b/README.md index e156cf8..ef278a2 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,9 @@ Elasticsearch-HBase-River An import river similar to the elasticsearch mysql river +If you're looking for an alternative sollution that uses the core hbase libraries and uses hbase replication for moving data, you can find one here: +https://github.com/posix4e/Elasticsearch-HBase-River + # Building To build the plugin you need to have maven installed. With that in mind simply check out the project and run "mvn package" in the project directory. The plugin should then be available under target/release as a .zip file. @@ -23,4 +26,4 @@ for more info on plugins check out http://www.elasticsearch.org/guide/reference/ Check out the import.sh script, which is used to initialize the hbase river with all necessary config data. -More info on how to use rivers can be found here: http://www.elasticsearch.org/guide/reference/river/ \ No newline at end of file +More info on how to use rivers can be found here: http://www.elasticsearch.org/guide/reference/river/