Questions tagged [cassandra-php-driver]
4 questions
2
votes
1 answer
Cassandra PHP Driver hangs
When connecting to the cluster via cluster->connect() the PHP script hangs.
While I try this with the nodejs driver :
const cassandra = require('cassandra-driver');
const client = new cassandra.Client({
contactPoints:…

Apostol Tulev
- 21
- 2
1
vote
1 answer
Cassandra error Unable to connect to any servers', {'*': error(111, "Tried connecting to [('*', 9042)]. Last error: Connection refused
Hello guys i need you help i am getting error in cassandra connection i.e connection refused
here is my cassandra.yaml file
cluster_name: 'Test Cluster'
num_tokens: 256
hinted_handoff_enabled: true
max_hint_window_in_ms: 10800000…

Keshav Sinha
- 13
- 3
1
vote
1 answer
How can i verify that cassandra is working
I have installed 3 docker containers with this docker-composer.yml below
version: '3'
services:
nginx:
image: nginx:alpine
volumes:
- ./app:/app
- ./nginx-config/:/etc/nginx/conf.d/
ports:
- 80:80
depends_on:
- php
php:
image:…

Ahmed SEDDIK
- 149
- 12
0
votes
1 answer
Apache Cassandra Driver for PHP 7.3 on Windows 10, With Laravel 5.8
I want to use Apache Cassandra No-SQL with Laravel 5.8 on windows 10 operating system.
Currently I am having PHP 7.3 installed on windows, but i am not able to find Apache Cassandra PHP driver for windows. Where can I get Apache Cassandra PHP 7.3…

Qazi
- 5,015
- 8
- 42
- 62