Best Cassandra 1.2 driver for Python, should I forget about CQL?

I am looking for a good driver for python:

1) Picassa. It does not support CQL, and they do not think to do this any time soon.

2) https://code.google.com/a/apache-extras.org/p/cassandra-dbapi2/ .

I thought to use cassandra-dbapi2, but here the guy says that "he does not support the pool function of adding pool balance." On the other hand, I can use PyCassa, but it does not support CQL. Should I try Pycassa and forget about CQL on the client?

I don’t care about losing ORM functions, in fact I think it can be even worse sometimes because it forces your team to learn new things (new functions in the ORM API that you use), where SQL is what people know. Why learn a new language when you already know SQL / CQL? But this is just an opinion ...

What do you think is the best option? Should I forget about CQL?

+5
source share
1 answer

Pycassa CQL - API- , , API- cassandra, , API, , . CQL pycassa, pycassa, CQL , CQL pycassa execute_cql. pcmanus/python-cql, cassandra.

+2

All Articles