Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/tmobile/casquatch

Casquatch: an open source Java abstraction layer for Cassandra databases
https://github.com/tmobile/casquatch

cassandra datastax java spring-boot

Last synced: 9 days ago
JSON representation

Casquatch: an open source Java abstraction layer for Cassandra databases

Awesome Lists containing this project

README

        

# 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](https://tmobile.github.io/casquatch/examples/springrest) 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](https://tmobile.github.io/casquatch/releasenotes/)