Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/tmobile/casquatch
- Owner: tmobile
- License: apache-2.0
- Created: 2018-05-22T15:38:09.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-08-26T17:06:00.000Z (3 months ago)
- Last Synced: 2024-10-31T10:42:48.495Z (16 days ago)
- Topics: cassandra, datastax, java, spring-boot
- Language: Java
- Homepage: http://opensource.t-mobile.com
- Size: 3.69 MB
- Stars: 21
- Watchers: 12
- Forks: 15
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE
- Code of conduct: .github/CODE_OF_CONDUCT.md
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/)