Building a Elasticsearch REST service

I have 2 applications, one from which I am putting data into elasticsearch
cluster and one UI, which enables one to search from the same elasticsearch
cluster.

Currently, I have two separate code repos where some similar code is
present (like ES client connection, indexing, etc). Is it a good idea to
make elasticsearch as a REST service which can provide can provide basic
get and put functionalities?

Is there some work already done for the same?

--
You received this message because you are subscribed to the Google Groups "elasticsearch" group.
To unsubscribe from this group and stop receiving emails from it, send an email to elasticsearch+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/elasticsearch/d48dbf89-6042-4234-938d-c5c8484f9ead%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Elasticsearch is a RESTful service, what exactly are you wanting to do?

Also there are a number of official clients that already handle lots of
things, I'd suggest you look at those.

On 3 April 2015 at 20:45, Roshan d roshantemp1@gmail.com wrote:

I have 2 applications, one from which I am putting data into elasticsearch
cluster and one UI, which enables one to search from the same elasticsearch
cluster.

Currently, I have two separate code repos where some similar code is
present (like ES client connection, indexing, etc). Is it a good idea to
make elasticsearch as a REST service which can provide can provide basic
get and put functionalities?

Is there some work already done for the same?

--
You received this message because you are subscribed to the Google Groups
"elasticsearch" group.
To unsubscribe from this group and stop receiving emails from it, send an
email to elasticsearch+unsubscribe@googlegroups.com.
To view this discussion on the web visit
https://groups.google.com/d/msgid/elasticsearch/d48dbf89-6042-4234-938d-c5c8484f9ead%40googlegroups.com
https://groups.google.com/d/msgid/elasticsearch/d48dbf89-6042-4234-938d-c5c8484f9ead%40googlegroups.com?utm_medium=email&utm_source=footer
.
For more options, visit https://groups.google.com/d/optout.

--
You received this message because you are subscribed to the Google Groups "elasticsearch" group.
To unsubscribe from this group and stop receiving emails from it, send an email to elasticsearch+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/elasticsearch/CAEYi1X-PfGxc8922vrERbXV0U7SbHuja6j2zo7YF5Qto_MYjhQ%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.