Are there any Ruby clients for Cassandra with support of counters and supercolumns?
1) gem cassandra doesn’t support counters
2) gem cassandra-cql doesn’t support supercolumns (cql doesn’t support them)
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
The
'cassandra'gem does support counters, its just not well documented. Support was added in May 2011 (a1a085469). To increment a counter:Where
:UserCountersis the column family'bob'is the row key5is the amount to increment the counter by'tweet_count'is the column_name