
It’s portable, you can run it from anywhere without an installer. It built natively for Windows, so it’s fast, lightweight, and stable. It simplifies a data exploring & schema management with Apache Cassandra database. The DbSchema driver is open source and can be found at http://. TablePlusprovides a native GUI tool to make the things easier for Cassandra users on Windows. However, if I try to connect to the local cassandra cluster using $cluster = \Cassandra::cluster()->build() then it works like a charm. DbSchema connects to Cassandra using its own JDBC driver which calls the native Cassandra driver. The last line is the one producing the error. The error producing PHP code is the following: Installing and using cqlsh to connect to Amazon Keyspaces (for Apache Cassandra) Install Python 2.7. The funny thing is that using the remote cluster's ip and using the DevCenter, I managed to connect to that cluster, create a new keyspace (SimpleStrategy, RF:2), create a new table and add one row of data.

However, we decided to move to a remote Cassandra cluster (3.4 with native protocol 4) and I cannot access it through PHP as I get the following error: An error occured: 16777226 - No hosts available for the control connection. I was developing it on my local machine using PHP 5.6.17, Cassandra 2.2.3 and the Datastax PHP Driver 1.1.0 and everything went fine. Cassandra 3.4.4 Which TablePlus build number are you using (the number on the welcome screen, Ex: build 81): Build 119 The steps to reproduce this issue: Cannot connect to cassandra using SSL pem certificate. I am currently involved in creating an API that uses a Cassandra cluster with 3 nodes for storing data.
