home shape

Elasticsearch Plugin: ArangoDB Integration | ArangoDB ’13

ArangoDB River Plugin for ElasticSearch

ArangoDB offers now a plugin for automated data transfer from ArangoDB into ElasticSearch.

If you want to benefit from ElasticSearch’s full text search capabilities for your ArangoDB document data, the easiest way to do so is to use this new plugin.
Implementing the push approach, otherwise, would make it necessary to write your own indexer, using your favorite programming language.
The ArangoDB river plugin software is an initial alpha version and licensed under the Apache 2 license.

River-arangodb
Let’s assume an error logging on your webapp, therefore you use Fugu.
The result of this error logging will be memorized in ArangoDB. Within ElasticSearch the new river plugin imports the data from ArangoDB easily, then it helps to analyze the logs. The plugin implements ElasticSearch’s pull approach, known as “river”, to access ArangoDB document data, enabling you to create ElasticSearch indexes based on constant data streams.
The open-source code is now available: https://github.com/triAGENS/elasticsearch-river-arangodb.

admin

1 Comment

  1. Nimesh Patel on July 31, 2015 at 8:44 am

    hi,

    Very nice article. It is really helpful for all developer and other.

    I would like add more details regarding how to used ElasticSearch with your favourite programming language.

    Check out – http://www.multidots.com/what-is-elasticsearch

    How to integrate with PHP?

    You can find PHP client api on github: https://github.com/elastic/elasticsearch-php

    Thank you

Leave a Comment





Get the latest tutorials, blog posts and news: