Any Cassandra integration tutorial available?

Hi Folks.

I am new here, is there any integration tutorial or suggestion for
Cassandra available? thanks

Hi,

There isn't a built in integration between cassandra and elasticsearch.
The integration point usually revolves around getting data stored in
cassandra into elasticsearch. There are different ways to do it, one of them
is simply iterating through the data in cassandra and indexing it. For real
time changes, one option is to apply the same change in elasticsearch as it
is being applied to cassandra, or have something that polls cassandra for
changes and applies them.

On Mon, Oct 18, 2010 at 8:55 AM, Chr1s kknddandy@gmail.com wrote:

Hi Folks.

I am new here, is there any integration tutorial or suggestion for
Cassandra available? thanks