Re: are there any free Cassandra -> ElasticSearch connector / plugin ?

2016-10-13 Thread Jonathan Haddad
Yep - exactly right Kurt. I strongly doubt there can be over 100K LOC changed across 1K files and not touch anything else as a side effect. git diff --stat cassandra-3.0.9..HEAD 1093 files changed, 98490 insertions(+), 16870 deletions(-) On Thu, Oct 13, 2016 at 9:27 PM kurt Greaves

Re: are there any free Cassandra -> ElasticSearch connector / plugin ?

2016-10-13 Thread kurt Greaves
New features don't necessarily restrict bugs only to those features. (only in our dreams). Often features may touch on parts of the code that could cause issues for other parts of the system. To clarify, just because you don't use new features, doesn't mean you are free from the risk of their

Re: are there any free Cassandra -> ElasticSearch connector / plugin ?

2016-10-13 Thread Jonathan Haddad
If you're not using the features why use a release that nobody else (read: experienced users) is? What do you need in 3.x that's not available in 3.0? On Thu, Oct 13, 2016 at 5:23 PM Eric Ho wrote: > But if I'm not doing anything fancy w/ C* (i.e. don't use new features

Re: are there any free Cassandra -> ElasticSearch connector / plugin ?

2016-10-13 Thread Eric Ho
But if I'm not doing anything fancy w/ C* (i.e. don't use new features in 3.{2,4,6}) then I'll be fine, right ? -eric ho On Thu, Oct 13, 2016 at 5:09 PM, Jonathan Haddad wrote: > I listed my reasons, please check my previous email. > > On Thu, Oct 13, 2016 at 4:55 PM Eric

Re: are there any free Cassandra -> ElasticSearch connector / plugin ?

2016-10-13 Thread Jonathan Haddad
I listed my reasons, please check my previous email. On Thu, Oct 13, 2016 at 4:55 PM Eric Ho wrote: > Why 3.0.x ? Why not use 3.2.x or 3.4.x ? or 3.6.x ? > Shouldn't 3.6.x be more stable than say 3.2.x ? > > > -eric ho > > > On Thu, Oct 13, 2016 at 3:48 PM, Jonathan

Re: are there any free Cassandra -> ElasticSearch connector / plugin ?

2016-10-13 Thread Eric Ho
Why 3.0.x ? Why not use 3.2.x or 3.4.x ? or 3.6.x ? Shouldn't 3.6.x be more stable than say 3.2.x ? -eric ho On Thu, Oct 13, 2016 at 3:48 PM, Jonathan Haddad wrote: > Here's your basic options: > > 1. Triggers (avoid like the plague) > 2. CDC (really new, tricky to avoid

Re: are there any free Cassandra -> ElasticSearch connector / plugin ?

2016-10-13 Thread Jonathan Haddad
Here's your basic options: 1. Triggers (avoid like the plague) 2. CDC (really new, tricky to avoid RF operations as is, probably avoid) 3. Do it in your app 4. Put Kafka in front of your data, write as many consumers as you want to write the data in as many ways as you want Also, how long have

Re: are there any free Cassandra -> ElasticSearch connector / plugin ?

2016-10-13 Thread Eric Ho
Some suggested Elassandra. But that is based on Cassandra 2.2. I would like to use Cassandra 3.7 and up... -eric ho On Thu, Oct 13, 2016 at 3:04 PM, vincent gromakowski < vincent.gromakow...@gmail.com> wrote: > Elassandra > https://github.com/vroyer/elassandra > > Le 14 oct. 2016 12:02 AM,

Re: are there any free Cassandra -> ElasticSearch connector / plugin ?

2016-10-13 Thread Brian O'Neill
I haven't used it yet, but https://github.com/vroyer/elassandra -- Brian O'Neill Principal Architect @ Monetate m: 215.588.6024 bone...@monetate.com > On Oct 13, 2016, at 6:02 PM, Eric Ho wrote: >

Re: are there any free Cassandra -> ElasticSearch connector / plugin ?

2016-10-13 Thread vincent gromakowski
Elassandra https://github.com/vroyer/elassandra Le 14 oct. 2016 12:02 AM, "Eric Ho" a écrit : > I don't want to change my code to write into C* and then to ES. > So, I'm looking for some sort of a sync tool that will sync my C* table > into ES and it should be smart enough