dwebb 7250d0cc78 IN PROGRESS - issue DATACASS-32: Implement the TemplateAPI for CQL
https://jira.springsource.org/browse/DATACASS-32

Added executeQueryAsyn to Operations and Template.
Modified executeQuery(String) to use the SessionCallback.
2013-11-13 09:30:47 -05:00
2013-11-10 19:51:25 -08:00
2013-11-10 19:51:25 -08:00
2013-11-10 19:55:33 -08:00
2013-11-10 19:51:25 -08:00
2013-11-10 19:51:25 -08:00
2013-11-11 09:52:59 -06:00
2013-11-10 19:51:25 -08:00
2013-11-10 19:51:25 -08:00

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
No description provided
Readme 21 MiB
Languages
Java 98.9%
HTML 1.1%