Skip to content

Casquatch: an open source Java abstraction layer for Cassandra databases

License

Notifications You must be signed in to change notification settings

tmobile/casquatch

Repository files navigation

Project Casquatch

Overview

This project is designed to provide a java abstraction layer for the Cassandra database such that the developers will interact with generated POJOs through simple get, save, delete, procedures without writing a single line of CQL or importing any Datastax packages.

Documentation

The full manual is available at http://tmobile.github.io/casquatch

Quick Start

See Spring Rest Tutorial for a quick start example getting up and running with a Rest DAO backed by Casquatch.

Release Notes

Release notes are now maintained in the Manual