Timeline for answer to best Cassandra library/wrapper for Python? by the paul
Current License: CC BY-SA 3.0
Post Revisions
7 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| S May 27, 2014 at 19:20 | history | suggested | CommunityBot | CC BY-SA 3.0 |
Updated accepted answer to point to current home of Python driver on GitHub (was Google Code)
|
| May 27, 2014 at 19:18 | review | Suggested edits | |||
| S May 27, 2014 at 19:20 | |||||
| May 7, 2012 at 17:38 | comment | added | the paul | Right, pycassa uses thrift and is not ideal for CQL. However, it ought to be possible to execute CQL statements through pycassa using the execute_cql thrift call, if you really want to combine the two. You just wouldn't get any of the driver conveniences like an idiomatic db interface, simple deserialization and schema interpretation, etc. | |
| May 7, 2012 at 9:15 | comment | added | Florian Lagg | Think I found one answer: pycassa is using thrift, so no CQL here. I will go with CQL3 and your suggestion. Thanks. | |
| May 7, 2012 at 9:13 | vote | accept | Florian Lagg | ||
| May 7, 2012 at 9:10 | comment | added | Florian Lagg | Thanks for your answer, and special thanks for the links, they 're really good. Regarding pycassa: is it using CQL? Can I combine using pycassa and use CQL thru it for some special things? | |
| May 3, 2012 at 18:56 | history | answered | the paul | CC BY-SA 3.0 |