Easy-Cassandra icon indicating copy to clipboard operation
Easy-Cassandra copied to clipboard

easy programming in Cassandra

Results 4 Easy-Cassandra issues
Sort by recently updated
recently updated
newest added

Hello, I tried your solution of embeddedId but i still get errors :( table declaration: CREATE COLUMNFAMILY medimage.tag ( id_dicom uuid, nom text, codifie boolean, PRIMARY KEY (id_dicom, nom) );...

Hi, I'm trying to integrate Easy-cassandra into my app, which uses Spring with its AnnotationConfigApplicationContext. I was able to instantiate CassandraFactoryAnnotation like this: ``` @Bean public CassandraFactoryAnnotation cassandraFactoryAnnotation(){ CassandraFactoryAnnotation cfa...

Is there a way to work with temporary tables with EasyCassandra? As I understand it, the @Entity annotation includes the table/CF name so, if I were to create a new...

Does EasyCassandra support Cassandra 2.0's automatic paging model?http://www.datastax.com/dev/blog/client-side-improvements-in-cassandra-2-0 If not, what's the recommended way to handle large result sets?