-
Notifications
You must be signed in to change notification settings - Fork 4.4k
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
Add: query runner for Cassandra and ScyllaDB #1236
Conversation
@@ -16,3 +16,4 @@ botocore==1.4.4 | |||
sasl>=0.1.3 | |||
thrift>=0.8.0 | |||
thrift_sasl>=0.1.0 | |||
cassandra-driver==3.1.1 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is it pure Python or has some C/system package dependencies?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
gcc python-dev
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
Looks great! Only few style things to fix. I also have some ideas on a few improvements -- like supporting multiple nodes in the host param or correctly setting the type of the column, but this can be left for another iteration. |
@yershalom can I merge? |
@arikfr |
Merged. Thanks! |
Add: query runner for Cassandra and ScyllaDB
Add: query runner for Cassandra and ScyllaDB
No description provided.