Re: Cassandra GUI that supports cqlsh through Bastion

2019-09-18 Thread Amanda Moran
Not sure exactly what you are looking for but it's pretty easy to use Jupyter notebooks with Cassandra. I set it up not that long ago using this: https://github.com/slowenthal/cql_kernel and it worked great. On Wed, Sep 18, 2019 at 3:08 PM Bhavesh Prajapati wrote: > Hi, > > > > I am looking

Cassandra GUI that supports cqlsh through Bastion

2019-09-18 Thread Bhavesh Prajapati
Hi, I am looking for Cassandra GUI that supports cqlsh connection to Cassandra node through bastion/jump host using ssh key. Thanks, Bhavesh

Cassandra Counters

2019-09-18 Thread Tarun Chabarwal
Hi I stumbled on this post which says use consistency level ONE with counters. I'm using cassandra 3 with 3 copies in one data center. I've to support consistent reads. Can we do LOCAL_QUORUM read/write against counters