Re: apache cassandra development process and future

2018-07-24 Thread Jeremy Hanna
For full disclosure, I've been in the Apache Cassandra community since 2010 and 
at DataStax since 2012.

So DataStax moved on to focus on things for their customers, effectively 
putting most development effort into DataStax Enterprise.  However, there have 
been a lot of fixes and improvements contributed to the open-source project.  
As far as I can tell from running gitinspect over the project over the last 
year, not only have there been individuals working at Apple and DataStax that 
have contributed a large amount of code, but also from a variety of 
consultancies (e.g. The Last Pickle) and companies such as Netflix, Uber, 
Instagram, Instacluster and many others.  That's from the perspective of code 
contribution.  There are also dev list and jira ticket discussions, jira ticket 
creation (bugs, features, etc), contribution of documentation (though that's 
rolled up in the codebase), and certainly the invaluable help people give on 
the mailing list, irc, stack overflow, blog posts, etc.  Having tried to help 
promote Cassandra for many years, I'm really happy to see the project get its 
footing and a good cadence like others have said on this thread.

> Is [DataStax's] new software incompatible with Cassandra?

I can't speak for DataStax, but I believe it will always be compatible from a 
driver/protocol/API perspective.  It will be additive - with the features 
around search indexes, analytics, graph, and security along with stuff like the 
nodesync.

For popularity of distributions, I would guess that it's Apache Cassandra first 
and DataStax Enterprise second.  I think Cosmos with an Apache Cassandra API is 
way down the list.  I don't know of anyone using it and I can't find any public 
use cases or blogs about it - happy to be corrected.

> On Jul 19, 2018, at 9:04 AM, Jeff Jirsa  wrote:
> 
> It will (did) slow, but it didn’t (won’t) stop. There’s some really 
> interesting work in the queue, like 
> https://issues.apache.org/jira/plugins/servlet/mobile#issue/CASSANDRA-14404 
>  
> , that should make a lot of users very happy. 
> 
> -- 
> Jeff Jirsa
> 
> 
> On Jul 19, 2018, at 6:59 AM, Vitaliy Semochkin  > wrote:
> 
>> Jeff and Rahul thank you very much for clarification.
>> My main concern was the fact that since DataStax left Cassandra
>> project it is unclear if the development speed will significantly slow
>> down,
>> even now it seems documentation site seems abandoned. Though players
>> like Netflix, Apple and Microsoft look promising.
>> On Wed, Jul 18, 2018 at 6:49 PM Rahul Singh
>> mailto:rahul.xavier.si...@gmail.com>> wrote:
>>> 
>>> YgaByte!!! <— another Cassandra “compliant" DB - not sure if they 
>>> forked C* or wrote Cassandra in go. ;)
>>> https://github.com/YugaByte/yugabyte-db 
>>> 
>>> 
>>> Datastax is Cassandra compliant — and can use the same sstables at least 
>>> until 6.0 (which uses a patched version of  “4.0” which is 2-5x faster) — 
>>> and has the same actual tools that are in the OS version.
>>> 
>>> Here are some signals from the big players that are understanding it’s 
>>> power and need.
>>> 
>>> 1. Azure CosmosDB has a C* compliant API - seems like Managed C* under the 
>>> hood. They used ElasticSearch to run their Azure Search …
>>> 2. Oracle now has a Datastax offering
>>> 3. Mesosphere offers supported versions of Cassandra and Datastax
>>> 4. Kubernetes and related purveyors use Cassandra as prime example as a 
>>> part of a Kubernetes backed cloud agnostic orchestration framework
>>> 5. What Alain mentioned earlier.
>>> 
>>> 
>>> --
>>> Rahul Singh
>>> rahul.si...@anant.us 
>>> 
>>> Anant Corporation
>>> On Jul 18, 2018, 9:35 AM -0400, Alain RODRIGUEZ >> >, wrote:
>>> 
>>> Hello,
>>> 
>>> It's a complex topic that has already been extensively discussed (at least 
>>> for the part about Datastax). I am sharing my personal understanding, from 
>>> what I read in the mailing list mostly:
>>> 
 Recently Cassandra eco system became very fragmented
>>> 
>>> 
>>> I would not put Scylladb in the same 'eco system' than Apache Cassandra. I 
>>> believed it is inspired by Cassandra and claim to be compatible with it up 
>>> to a certain point, but it's not the same software, thus not the same users 
>>> and community.
>>> 
>>> About Datastax, I think they will give you a better idea of their position 
>>> by themselves here or through their support. I believe they also 
>>> communicated about it already. But in any case, I see Datastax more in the 
>>> same 'eco system' than Scylladb. Datastax uses a patched/forked version of 
>>> Cassandra (+ some other tools integrated with Cassandra and support). Plus 
>>> it goes both ways, Datastax greatly contributed to making Cassandra what it 
>>> is now and relies on it (or use to do so at least). I don't think 

Re: apache cassandra development process and future

2018-07-19 Thread Jeff Jirsa
It will (did) slow, but it didn’t (won’t) stop. There’s some really interesting 
work in the queue, like 
https://issues.apache.org/jira/plugins/servlet/mobile#issue/CASSANDRA-14404 , 
that should make a lot of users very happy. 

-- 
Jeff Jirsa


> On Jul 19, 2018, at 6:59 AM, Vitaliy Semochkin  wrote:
> 
> Jeff and Rahul thank you very much for clarification.
> My main concern was the fact that since DataStax left Cassandra
> project it is unclear if the development speed will significantly slow
> down,
> even now it seems documentation site seems abandoned. Though players
> like Netflix, Apple and Microsoft look promising.
> On Wed, Jul 18, 2018 at 6:49 PM Rahul Singh
>  wrote:
>> 
>> YgaByte!!! <— another Cassandra “compliant" DB - not sure if they forked 
>> C* or wrote Cassandra in go. ;)
>> https://github.com/YugaByte/yugabyte-db
>> 
>> Datastax is Cassandra compliant — and can use the same sstables at least 
>> until 6.0 (which uses a patched version of  “4.0” which is 2-5x faster) — 
>> and has the same actual tools that are in the OS version.
>> 
>> Here are some signals from the big players that are understanding it’s power 
>> and need.
>> 
>> 1. Azure CosmosDB has a C* compliant API - seems like Managed C* under the 
>> hood. They used ElasticSearch to run their Azure Search …
>> 2. Oracle now has a Datastax offering
>> 3. Mesosphere offers supported versions of Cassandra and Datastax
>> 4. Kubernetes and related purveyors use Cassandra as prime example as a part 
>> of a Kubernetes backed cloud agnostic orchestration framework
>> 5. What Alain mentioned earlier.
>> 
>> 
>> --
>> Rahul Singh
>> rahul.si...@anant.us
>> 
>> Anant Corporation
>> On Jul 18, 2018, 9:35 AM -0400, Alain RODRIGUEZ , wrote:
>> 
>> Hello,
>> 
>> It's a complex topic that has already been extensively discussed (at least 
>> for the part about Datastax). I am sharing my personal understanding, from 
>> what I read in the mailing list mostly:
>> 
>>> Recently Cassandra eco system became very fragmented
>> 
>> 
>> I would not put Scylladb in the same 'eco system' than Apache Cassandra. I 
>> believed it is inspired by Cassandra and claim to be compatible with it up 
>> to a certain point, but it's not the same software, thus not the same users 
>> and community.
>> 
>> About Datastax, I think they will give you a better idea of their position 
>> by themselves here or through their support. I believe they also 
>> communicated about it already. But in any case, I see Datastax more in the 
>> same 'eco system' than Scylladb. Datastax uses a patched/forked version of 
>> Cassandra (+ some other tools integrated with Cassandra and support). Plus 
>> it goes both ways, Datastax greatly contributed to making Cassandra what it 
>> is now and relies on it (or use to do so at least). I don't think that's the 
>> case for Scylladb I don't see that much interest in connection/exchanges 
>> with Scylladb, I mean no more than exchanging about DynamoDB for example. We 
>> can make standards, compatibles features, compare performances, etc, but 
>> it's not the same code base.
>> 
>>> Since Datastax used to be the major participant to Cassandra
>>> development and now it looks it goes on is own way, what is going to
>>> be with the Apache Cassandra?
>> 
>> 
>> Well, this is a fair point, that was discussed in the past, but to make it 
>> short, Apache Cassandra is not dead or anything close. There is a lot of 
>> activity. Some people are stepping out, other stepping in, and other 
>> companies and individual are actively contributing to Cassandra. A version 
>> 4.0 of Cassandra is being actively worked on at the moment. If these topics 
>> are of interest, you might want to join the "Cassandra dev" mailing list 
>> (http://cassandra.apache.org/community/).
>> 
>>> If there are any other active participants in development?
>> 
>> 
>> Yes, directly or by open sourcing internal tools quite a few companies have 
>> contributed and continue to contribute to the Apache Cassandra ecosystem. I 
>> invite you to have a look directly at this dev mailing list and check 
>> people's email, profiles or companies. Check the Jira as well :). I am not 
>> into doing this kind of stuff that much myself, I am not following this 
>> closely but I can name for sure Apple, Netflix, The Last Pickle (my 
>> company), Instaclustr I believe as well and many others that I am sorry not 
>> to name here.
>> 
>> Some people are working on Apache Cassandra for years and are around to help 
>> regularly, they changed company but are still working on Cassandra, or even 
>> changed company to work more with Apache Cassandra in some cases.
>> 
>>> I'm also interested which distribution is the most popular at the
>>> moment in production?
>> 
>> 
>> I would say now you should start with C*3.0.last or C* 3.11.last. It seems 
>> to be the general consensus in the mailing list lately.
>> For Scylladb and Datastax I don't know about the version to use. You should 
>> 

Re: apache cassandra development process and future

2018-07-19 Thread Vitaliy Semochkin
Jeff and Rahul thank you very much for clarification.
My main concern was the fact that since DataStax left Cassandra
project it is unclear if the development speed will significantly slow
down,
even now it seems documentation site seems abandoned. Though players
like Netflix, Apple and Microsoft look promising.
On Wed, Jul 18, 2018 at 6:49 PM Rahul Singh
 wrote:
>
> YgaByte!!! <— another Cassandra “compliant" DB - not sure if they forked 
> C* or wrote Cassandra in go. ;)
> https://github.com/YugaByte/yugabyte-db
>
> Datastax is Cassandra compliant — and can use the same sstables at least 
> until 6.0 (which uses a patched version of  “4.0” which is 2-5x faster) — and 
> has the same actual tools that are in the OS version.
>
> Here are some signals from the big players that are understanding it’s power 
> and need.
>
> 1. Azure CosmosDB has a C* compliant API - seems like Managed C* under the 
> hood. They used ElasticSearch to run their Azure Search …
> 2. Oracle now has a Datastax offering
> 3. Mesosphere offers supported versions of Cassandra and Datastax
> 4. Kubernetes and related purveyors use Cassandra as prime example as a part 
> of a Kubernetes backed cloud agnostic orchestration framework
> 5. What Alain mentioned earlier.
>
>
> --
> Rahul Singh
> rahul.si...@anant.us
>
> Anant Corporation
> On Jul 18, 2018, 9:35 AM -0400, Alain RODRIGUEZ , wrote:
>
> Hello,
>
> It's a complex topic that has already been extensively discussed (at least 
> for the part about Datastax). I am sharing my personal understanding, from 
> what I read in the mailing list mostly:
>
>> Recently Cassandra eco system became very fragmented
>
>
> I would not put Scylladb in the same 'eco system' than Apache Cassandra. I 
> believed it is inspired by Cassandra and claim to be compatible with it up to 
> a certain point, but it's not the same software, thus not the same users and 
> community.
>
> About Datastax, I think they will give you a better idea of their position by 
> themselves here or through their support. I believe they also communicated 
> about it already. But in any case, I see Datastax more in the same 'eco 
> system' than Scylladb. Datastax uses a patched/forked version of Cassandra (+ 
> some other tools integrated with Cassandra and support). Plus it goes both 
> ways, Datastax greatly contributed to making Cassandra what it is now and 
> relies on it (or use to do so at least). I don't think that's the case for 
> Scylladb I don't see that much interest in connection/exchanges with 
> Scylladb, I mean no more than exchanging about DynamoDB for example. We can 
> make standards, compatibles features, compare performances, etc, but it's not 
> the same code base.
>
>> Since Datastax used to be the major participant to Cassandra
>> development and now it looks it goes on is own way, what is going to
>> be with the Apache Cassandra?
>
>
> Well, this is a fair point, that was discussed in the past, but to make it 
> short, Apache Cassandra is not dead or anything close. There is a lot of 
> activity. Some people are stepping out, other stepping in, and other 
> companies and individual are actively contributing to Cassandra. A version 
> 4.0 of Cassandra is being actively worked on at the moment. If these topics 
> are of interest, you might want to join the "Cassandra dev" mailing list 
> (http://cassandra.apache.org/community/).
>
>> If there are any other active participants in development?
>
>
> Yes, directly or by open sourcing internal tools quite a few companies have 
> contributed and continue to contribute to the Apache Cassandra ecosystem. I 
> invite you to have a look directly at this dev mailing list and check 
> people's email, profiles or companies. Check the Jira as well :). I am not 
> into doing this kind of stuff that much myself, I am not following this 
> closely but I can name for sure Apple, Netflix, The Last Pickle (my company), 
> Instaclustr I believe as well and many others that I am sorry not to name 
> here.
>
> Some people are working on Apache Cassandra for years and are around to help 
> regularly, they changed company but are still working on Cassandra, or even 
> changed company to work more with Apache Cassandra in some cases.
>
>> I'm also interested which distribution is the most popular at the
>> moment in production?
>
>
> I would say now you should start with C*3.0.last or C* 3.11.last. It seems to 
> be the general consensus in the mailing list lately.
> For Scylladb and Datastax I don't know about the version to use. You should 
> ask them directly.
>
> C*heers,
> ---
> Alain Rodriguez - @arodream - al...@thelastpickle.com
> France / Spain
>
> The Last Pickle - Apache Cassandra Consulting
> http://www.thelastpickle.com
>
> 2018-07-18 12:39 GMT+01:00 Vitaliy Semochkin :
>>
>> Hi,
>>
>> Recently Cassandra eco system became very fragmented:
>>
>> Scylladb provides solution based on Cassandra wire protocol claiming
>> it is 10 times faster than 

Re: apache cassandra development process and future

2018-07-18 Thread Rahul Singh
YgaByte!!! <— another Cassandra “compliant" DB - not sure if they forked C* 
or wrote Cassandra in go. ;)
https://github.com/YugaByte/yugabyte-db

Datastax is Cassandra compliant — and can use the same sstables at least until 
6.0 (which uses a patched version of  “4.0” which is 2-5x faster) — and has the 
same actual tools that are in the OS version.

Here are some signals from the big players that are understanding it’s power 
and need.

1. Azure CosmosDB has a C* compliant API - seems like Managed C* under the 
hood. They used ElasticSearch to run their Azure Search …
2. Oracle now has a Datastax offering
3. Mesosphere offers supported versions of Cassandra and Datastax
4. Kubernetes and related purveyors use Cassandra as prime example as a part of 
a Kubernetes backed cloud agnostic orchestration framework
5. What Alain mentioned earlier.


--
Rahul Singh
rahul.si...@anant.us

Anant Corporation
On Jul 18, 2018, 9:35 AM -0400, Alain RODRIGUEZ , wrote:
> Hello,
>
> It's a complex topic that has already been extensively discussed (at least 
> for the part about Datastax). I am sharing my personal understanding, from 
> what I read in the mailing list mostly:
>
> > Recently Cassandra eco system became very fragmented
>
> I would not put Scylladb in the same 'eco system' than Apache Cassandra. I 
> believed it is inspired by Cassandra and claim to be compatible with it up to 
> a certain point, but it's not the same software, thus not the same users and 
> community.
>
> About Datastax, I think they will give you a better idea of their position by 
> themselves here or through their support. I believe they also communicated 
> about it already. But in any case, I see Datastax more in the same 'eco 
> system' than Scylladb. Datastax uses a patched/forked version of Cassandra (+ 
> some other tools integrated with Cassandra and support). Plus it goes both 
> ways, Datastax greatly contributed to making Cassandra what it is now and 
> relies on it (or use to do so at least). I don't think that's the case for 
> Scylladb I don't see that much interest in connection/exchanges with 
> Scylladb, I mean no more than exchanging about DynamoDB for example. We can 
> make standards, compatibles features, compare performances, etc, but it's not 
> the same code base.
>
> > Since Datastax used to be the major participant to Cassandra
> > development and now it looks it goes on is own way, what is going to
> > be with the Apache Cassandra?
>
> Well, this is a fair point, that was discussed in the past, but to make it 
> short, Apache Cassandra is not dead or anything close. There is a lot of 
> activity. Some people are stepping out, other stepping in, and other 
> companies and individual are actively contributing to Cassandra. A version 
> 4.0 of Cassandra is being actively worked on at the moment. If these topics 
> are of interest, you might want to join the "Cassandra dev" mailing list 
> (http://cassandra.apache.org/community/).
>
> > If there are any other active participants in development?
>
> Yes, directly or by open sourcing internal tools quite a few companies have 
> contributed and continue to contribute to the Apache Cassandra ecosystem. I 
> invite you to have a look directly at this dev mailing list and check 
> people's email, profiles or companies. Check the Jira as well :). I am not 
> into doing this kind of stuff that much myself, I am not following this 
> closely but I can name for sure Apple, Netflix, The Last Pickle (my company), 
> Instaclustr I believe as well and many others that I am sorry not to name 
> here.
>
> Some people are working on Apache Cassandra for years and are around to help 
> regularly, they changed company but are still working on Cassandra, or even 
> changed company to work more with Apache Cassandra in some cases.
>
> > I'm also interested which distribution is the most popular at the
> > moment in production?
>
> I would say now you should start with C*3.0.last or C* 3.11.last. It seems to 
> be the general consensus in the mailing list lately.
> For Scylladb and Datastax I don't know about the version to use. You should 
> ask them directly.
>
> C*heers,
> ---
> Alain Rodriguez - @arodream - al...@thelastpickle.com
> France / Spain
>
> The Last Pickle - Apache Cassandra Consulting
> http://www.thelastpickle.com
>
> > 2018-07-18 12:39 GMT+01:00 Vitaliy Semochkin :
> > > Hi,
> > >
> > > Recently Cassandra eco system became very fragmented:
> > >
> > > Scylladb provides solution based on Cassandra wire protocol claiming
> > > it is 10 times faster than Cassandra.
> > >
> > > Datastax provides it's own solution called DSE claiming it is twice
> > > faster than Cassandra.
> > > Also their site says "DataStax no longer supports the DataStax
> > > Community version of Apache Cassandra™ or the DataStax Distribution of
> > > Apache Cassandra™.
> > > Is their new software incompatible with Cassandra?
> > > Since Datastax used to be the major participant 

Re: apache cassandra development process and future

2018-07-18 Thread Jeff Jirsa
There are 4+ implementations of CQL in addition to Apache Cassandra - the
ones I can think of off the top of my head include DSE, Yugabyte, CosmosDB,
and Scylla.

You'll want to define "popular". If by popular you mean "which
implementation of CQL has the most installed servers", nobody knows for
sure, but I would GUESS that it's either Apache Cassandra or CosmosDB
potentially second (though it's hard to be sure how many of them use the
CQL layer) in 1/2, DSE in third, and everyone else far, far, far behind
(multiple orders of magnitude). If you mean popular as in "who shows up in
news articles", well, that tends to favor people who have marketing
budgets, which isn't going to be Apache Cassandra.

The new DSE appears to be compatible with Cassandra, but you'd have to ask
Datastax whether or not it's drop-in compatible (in the past it was, I
suspect it still is).

There continues to be active development on the project, much of it driven
by large users rather than commercial vendors - this has the advantage that
feature development tends to be focused around things people actually need,
not things companies are likely to want to sell. Companies like Netflix,
Instagram, and Uber all presented talks at the past NGCC (Next Generation
Cassandra Conference) on features that matter to them, and we saw talks
from Instaclustr (hosted cassandra-as-a-service) and Yahoo-JP on some
current issues they see/face, so there continues to be an active community.

I'm not personally worried about Cassandra's future path - the footprint is
solid (and growing), the community doesn't have a loud advocate, but the
active contributions are there.

- Jeff



On Wed, Jul 18, 2018 at 4:39 AM, Vitaliy Semochkin 
wrote:

> Hi,
>
> Recently Cassandra eco system became very fragmented:
>
> Scylladb provides solution based on Cassandra wire protocol claiming
> it is 10 times faster than Cassandra.
>
> Datastax provides it's own solution called DSE claiming it is twice
> faster than Cassandra.
> Also their site says "DataStax no longer supports the DataStax
> Community version of Apache Cassandra™ or the DataStax Distribution of
> Apache Cassandra™.
> Is their new software incompatible with Cassandra?
> Since Datastax used to be the major participant to Cassandra
> development and now it looks it goes on is own way, what is going to
> be with the Apache Cassandra?
> If there are any other active participants in development?
>
> I'm also interested which distribution is the most popular at the
> moment in production?
>
> Best Regards,
> Vitaliy
>
> -
> To unsubscribe, e-mail: user-unsubscr...@cassandra.apache.org
> For additional commands, e-mail: user-h...@cassandra.apache.org
>
>


Re: apache cassandra development process and future

2018-07-18 Thread Alain RODRIGUEZ
Hello,

It's a complex topic that has already been extensively discussed (at least
for the part about Datastax). I am sharing my personal understanding, from
what I read in the mailing list mostly:

Recently Cassandra eco system became very fragmented
>

I would not put Scylladb in the same 'eco system' than Apache Cassandra. I
believed it is inspired by Cassandra and claim to be compatible with it up
to a certain point, but it's not the same software, thus not the same users
and community.

About Datastax, I think they will give you a better idea of their position
by themselves here or through their support. I believe they also
communicated about it already. But in any case, I see Datastax more in the
same 'eco system' than Scylladb. Datastax uses a patched/forked version of
Cassandra (+ some other tools integrated with Cassandra and support). Plus
it goes both ways, Datastax greatly contributed to making Cassandra what it
is now and relies on it (or use to do so at least). I don't think that's
the case for Scylladb I don't see that much interest in
connection/exchanges with Scylladb, I mean no more than exchanging about
DynamoDB for example. We can make standards, compatibles features, compare
performances, etc, but it's not the same code base.

Since Datastax used to be the major participant to Cassandra
> development and now it looks it goes on is own way, what is going to
> be with the Apache Cassandra?
>

Well, this is a fair point, that was discussed in the past, but to make it
short, Apache Cassandra is not dead or anything close. There is a lot of
activity. Some people are stepping out, other stepping in, and other
companies and individual are actively contributing to Cassandra. A version
4.0 of Cassandra is being actively worked on at the moment. If these topics
are of interest, you might want to join the "Cassandra dev" mailing list (
http://cassandra.apache.org/community/).

If there are any other active participants in development?
>

Yes, directly or by open sourcing internal tools quite a few companies have
contributed and continue to contribute to the Apache Cassandra ecosystem. I
invite you to have a look directly at this dev mailing list and check
people's email, profiles or companies. Check the Jira as well :). I am not
into doing this kind of stuff that much myself, I am not following this
closely but I can name for sure Apple, Netflix, The Last Pickle (my
company), Instaclustr I believe as well and many others that I am sorry not
to name here.

Some people are working on Apache Cassandra for years and are around to
help regularly, they changed company but are still working on Cassandra, or
even changed company to work more with Apache Cassandra in some cases.

I'm also interested which distribution is the most popular at the
> moment in production?


I would say now you should start with C*3.0.last or C* 3.11.last. It seems
to be the general consensus in the mailing list lately.
For Scylladb and Datastax I don't know about the version to use. You should
ask them directly.

C*heers,
---
Alain Rodriguez - @arodream - al...@thelastpickle.com
France / Spain

The Last Pickle - Apache Cassandra Consulting
http://www.thelastpickle.com

2018-07-18 12:39 GMT+01:00 Vitaliy Semochkin :

> Hi,
>
> Recently Cassandra eco system became very fragmented:
>
> Scylladb provides solution based on Cassandra wire protocol claiming
> it is 10 times faster than Cassandra.
>
> Datastax provides it's own solution called DSE claiming it is twice
> faster than Cassandra.
> Also their site says "DataStax no longer supports the DataStax
> Community version of Apache Cassandra™ or the DataStax Distribution of
> Apache Cassandra™.
> Is their new software incompatible with Cassandra?
> Since Datastax used to be the major participant to Cassandra
> development and now it looks it goes on is own way, what is going to
> be with the Apache Cassandra?
> If there are any other active participants in development?
>
> I'm also interested which distribution is the most popular at the
> moment in production?
>
> Best Regards,
> Vitaliy
>
> -
> To unsubscribe, e-mail: user-unsubscr...@cassandra.apache.org
> For additional commands, e-mail: user-h...@cassandra.apache.org
>
>


apache cassandra development process and future

2018-07-18 Thread Vitaliy Semochkin
Hi,

Recently Cassandra eco system became very fragmented:

Scylladb provides solution based on Cassandra wire protocol claiming
it is 10 times faster than Cassandra.

Datastax provides it's own solution called DSE claiming it is twice
faster than Cassandra.
Also their site says "DataStax no longer supports the DataStax
Community version of Apache Cassandra™ or the DataStax Distribution of
Apache Cassandra™.
Is their new software incompatible with Cassandra?
Since Datastax used to be the major participant to Cassandra
development and now it looks it goes on is own way, what is going to
be with the Apache Cassandra?
If there are any other active participants in development?

I'm also interested which distribution is the most popular at the
moment in production?

Best Regards,
Vitaliy

-
To unsubscribe, e-mail: user-unsubscr...@cassandra.apache.org
For additional commands, e-mail: user-h...@cassandra.apache.org