Elasticsearch and voltdb

Is it possible to connect elasticsearch with volt db

Thanks & Regards

Jithin

--
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/5d82119e-4db2-4aba-8885-3c51fb51891f%40googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Do you want to download VoltDB data with JDBC into Elasticsearch? You can
try the JDBC river.

Jörg

--
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/CAKdsXoGVjcDAcxMttoX43g_%3Di8O%2BtPkQRVC6KY44q0BMURS8tg%40mail.gmail.com.
For more options, visit https://groups.google.com/groups/opt_out.

i want to do a CRUD to voltdb through elasticsearch.
That is after connecting elasticsearch to voltdb , i need to query to ES to
access data from voltdb. Also if voltDB data is updated it will be
available in ES

--
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/bbac28cf-bdc7-48bf-a888-66421278e0fa%40googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Best CRUD approach would be to hook up a TransportClient somehow in the
VoltDB system (I assume you can add Java code to VoltDB?) and push updates
to ES.

Jörg

--
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/CAKdsXoE-VDC3jy49m_GX5K8WpRqHWC5X%2BF3GfBRq5-fYWNRv_w%40mail.gmail.com.
For more options, visit https://groups.google.com/groups/opt_out.

Is there any river to connect to voltdb from ES

Thanks

Jithin

--
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/72a895e1-0a3f-4b21-a218-f18aa5c83550%40googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

For a POC, you can try JDBC river

Jörg

--
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/CAKdsXoGi%3D0Q%2B%2Bq4JMQHxy3jz%2BgFV_qq0sQRF%2Bu7wj_dRqU7_AA%40mail.gmail.com.
For more options, visit https://groups.google.com/groups/opt_out.