You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I followed the steps fo install the connector but I cannot make it work so I would like to know if its something I have done wrong or it just does not work, because from what I know the connector uses databases and cassandra uses keyspaces and there are also some methods which does not seems to exist.
Some of the changes I made to solve some errors are the following:
At first it did not recognise the cassandra class so instead of Cassadra:: y changed it into \Cassandra::
Then it could not find the connect method from the cluster so i put the build() method and the connect method in the same line.
But then it appears the db error which it cannot find the selectDatabase() method on connection. Even if i just comment it there is another error in the getcollection() method because there is no db, i also cannot find any selectCollection() method.
The text was updated successfully, but these errors were encountered:
is it solved. Iam also facing the same error. Is it completed or else i have to wait till it gets finished. If yes when i can expect it to integrate with my laravel project.
It's not complete or stable but I'm having a look to see if I can make something workable out of it.
A lot of the code seems to depend on classes like Cassandra\Database and Cassandra\Client which I can't find in the driver. Do you know about these @sonvq or were these classes something you planned to add later?
This packages uses the cassandra functionality provided by the Datastax php driver. It needs to be installed before you will be able to use this package. See for more information: http://datastax.github.io/php-driver/
I followed the steps fo install the connector but I cannot make it work so I would like to know if its something I have done wrong or it just does not work, because from what I know the connector uses databases and cassandra uses keyspaces and there are also some methods which does not seems to exist.
Some of the changes I made to solve some errors are the following:
At first it did not recognise the cassandra class so instead of Cassadra:: y changed it into \Cassandra::
Then it could not find the connect method from the cluster so i put the build() method and the connect method in the same line.
But then it appears the db error which it cannot find the selectDatabase() method on connection. Even if i just comment it there is another error in the getcollection() method because there is no db, i also cannot find any selectCollection() method.
The text was updated successfully, but these errors were encountered: