clj-hector
clj-hector copied to clipboard
Simple Cassandra client for Clojure
We have issues where some of our migrations depend on other to complete before running. This should provide a backwards compatible way of adding the blocking functionality necessary to avoid...
Hi, I am using this clj-hector for one of my project, creating a web tool to browse cassandra cluster. I want to execute a query like "select \* from my-column-family"....
Cassandra and Hector log a lot of information during the average test run. This masks the output from the tests, by default I'd like this to be suppressed, perhaps with...
Once the upgrade to Clojure 1.4.0 is settled, it's probably also worth upgrading Hector and Cassandra. As of writing, the latest releases are: hector-core 1.0-5, and cassandra-all 1.0.10 (Cassandra has...
It's possible I'm just modeling my data incorrectly, but getting a range of rows with `HFactory.createRangeSlicesQuery` seems quite useful in Hector. Is there a reason it's not supported in clj-hector?
My initial thoughts here would be to allow additional options to be passed to the already existing 'get-rows' function. Since the mongodb api seems to be often referenced as extremly...
We have some mismatch when serializing to/from hector/clojure in the serialize.clj and ddl.clj namespaces. We should rework those namespaces to make sure things match up. The conversion to clojure in...
I've pushed a change on my fork to support composite keys, and works fine in my use. However, as it stands, it won't work if a CF has both a...