Using the Cassandra Binary Protocol (CQL3) from Ruby!
Using Cassandra? Theo Hultberg’s Ruby client is worth a second look.
And a quick article on how and why to use it, I think.
Want to avoid big connection pools and segfaults with the Thrift implementation? The binary protocol is a fine choice.
Post a comment