j

jcql

JCQL is a tool allowing to generate boilerplate java code from existing cassandra schema. It is intended to be used with Cassandra 2.1+ due to support of UDTs (User Defined Types)/Tuples/Collections. Cassandra's UDTs/Tuples/Collections and an ability to introspect schema through java driver make it possible to automatically generate POJOs and corresponding mappers between database and java models. Properly generated java code saves development efforts and is less error-prone compared to hand coding. Accompanied with proper CI and deployment it can also guarantee consistency between database and java models at any point of application lifecycle from development to production rollout. JCQL does not rely on java reflection or annotations which means all discrepancies between actual cassandra schema and what client code expects it to be will be identified during compilation not at runtime in the middle of the night right after production release. No need to worry about Cassandra client code performance implications due to use of reflection.
http://github.com/trebogeer/j-cql
Apache License, Version 2.0
Dmitry Vasilyev
Aggregated version Version Update time
0.8 0.8.7 Mar 12, 2016
0.8.6 Jul 31, 2015
0.8.5 Jul 07, 2015
0.8.4 Jun 06, 2015
0.8.3 Mar 07, 2015
0.8.2 Jan 29, 2015
0.8.1 Jan 24, 2015
0.8.0 Jan 14, 2015
8 Records