Hi there, I am working with cassandra from 6 months. I am trying to implement a new indexing scheme CCIndex (Complemental Clustering Index ) in the cassandra. please refer to the following link for the details of CCIndex
http://www.slideshare.net/jgabriellima/cc-index-for-cassandra-a-novel-scheme-for-multidimensional-range-queries-in-cassandra
CCIndex is already implemented in HBase . You can find the code for it in the following link
https://github.com/Jia-Liu/CCIndex
Now I have to modify the existing source code in so that it uses the cassandra's API instead of HBase APIs .
I just started with it and I am fairly a beginner. Have anybody implemented this anywhere ? Please share with me.
