Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Not able to make it work #2

Open
cwtnim opened this issue Aug 12, 2016 · 3 comments
Open

Not able to make it work #2

cwtnim opened this issue Aug 12, 2016 · 3 comments

Comments

@cwtnim
Copy link

cwtnim commented Aug 12, 2016

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.

@sampathkumarskshops
Copy link

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.

@dsturrock
Copy link

dsturrock commented Jan 18, 2017

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?

@chanceous
Copy link

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/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants