8045e5893b2b5feeaa58bad5169cd4813644e503
https://github.com/shvid/spring-data-cassandra into DATACASS-11 Conflicts: src/main/java/org/springframework/data/cassandra/convert/MappingCassandraConverter.java
Spring Data Cassandra
This is a Spring Data subproject for Cassandra that uses the binary CQL3 protocol via the official DataStax 1.0.X Java driver (https://github.com/datastax/java-driver).
Supports native CQL3 queries in Spring Repositories.
For now, you can get and start a local Cassandra instance via the *n*x script test-support/get-and-start-cassandra.
It stores the cassandra process id in the file .cassandra/dist/dsc-cassandra-x.y.z/cassandra.pid, where x.y.z is the latest version of Cassandra. You can use this process id to stop Cassandra via kill `cat .cassandra/dist/dsc-cassandra-x.y.z/cassandra.pid` .
Description
Languages
Java
98.9%
HTML
1.1%