Description
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.