Re: Five Questions for Cassandra Users

2019-04-02 Thread Alain RODRIGUEZ
Hello, I'm no longer operating "my" own cluster, but now doing consulting for TLP. Here is what is would say with my own experience: 1. Do the same people where you work operate the cluster and write > the code to develop the application? > It's not the same set of skills that is required

Re: Five Questions for Cassandra Users

2019-04-01 Thread Rahul Singh
Answers inline. 1. Do the same people where you work operate the cluster and write the code to develop the application? No but the operators need to know development , data-modeling, and generally how to "code" the application. (Coding is a low-level task of assigning a code to a

RE: Five Questions for Cassandra Users

2019-03-28 Thread Kenneth Brotman
Yes, absolutely! From: Jonathan Koppenhofer [mailto:j...@koppedomain.com] Sent: Thursday, March 28, 2019 1:18 PM To: user@cassandra.apache.org Subject: Re: Five Questions for Cassandra Users I think it would also be interesting to hear how people are handling automation (which to me

Re: Five Questions for Cassandra Users

2019-03-28 Thread Jonathan Koppenhofer
I think it would also be interesting to hear how people are handling automation (which to me is different than AI) and config management. For us it is a combo of custom Java workflows and Saltstack. On Thu, Mar 28, 2019, 5:03 AM Kenneth Brotman wrote: > I’m looking to get a better feel for how

Re: Five Questions for Cassandra Users

2019-03-28 Thread Jonathan Koppenhofer
1. PaaS model. We have a team responsible for the deployment and self-service tooling, as well as SME for both development and Cassandra operations. End users consume the service, and are responsible for app development and operations. Larger apps have separate teams for this, smaller apps have a

Re: Five Questions for Cassandra Users

2019-03-28 Thread Elliott Sims
1. Do the same people where you work operate the cluster and write the code to develop the application? Mostly. Ops vs dev, although there's some overlap 2. Do you have a metrics stack that allows you to see graphs of various metrics with all the nodes displayed together? Yes,

Re: Five Questions for Cassandra Users

2019-03-28 Thread Tom van der Woerdt
1. Do the same people where you work operate the cluster and write the code to develop the application? No, we have a small infrastructure team, and many people developing applications using Cassandra 2. Do you have a metrics stack that allows you to see graphs of various metrics

Re: Five Questions for Cassandra Users

2019-03-28 Thread Jürgen Albersdorfer
1. Do the same people where you work operate the cluster and write the code to develop the application? yes 2. Do you have a metrics stack that allows you to see graphs of various metrics with all the nodes displayed together? no 3. Do you have a log stack that allows you to

Re: Five Questions for Cassandra Users

2019-03-28 Thread Abhishek Singh
1. Do the same people where you work operate the cluster and write the code to develop the application? Different teams. Infra separate , Dev separate. 2. Do you have a metrics stack that allows you to see graphs of various metrics with all the nodes displayed

Five Questions for Cassandra Users

2019-03-28 Thread Kenneth Brotman
I'm looking to get a better feel for how people use Cassandra in practice. I thought others would benefit as well so may I ask you the following five questions: 1. Do the same people where you work operate the cluster and write the code to develop the application? 2. Do you