Java 8 and Scala Cassandra client.
Find a file
2015-03-17 20:17:44 -07:00
src add more fields converters 2015-03-17 19:39:26 -07:00
.gitignore added pom.xml 2015-03-14 10:22:57 -07:00
eclipse-formatting.xml eclipse-formatting 2015-03-16 17:03:17 -07:00
LICENSE Initial commit 2015-02-26 12:42:59 -08:00
pom.xml better logging for cassandra-unit 2015-03-16 17:55:21 -07:00
README.md update readme 2015-03-17 20:17:44 -07:00

casser

Yet Another Cassandra Client

Features

  • Leverages Java 8 language capabilities to build CQL queries
  • Simple function-style API

Requirements

  • Only JVM 8
  • Datastax Driver
  • Maven