Catatumbo - JPA like Persistence Framework for Google Cloud Datastore =====================================================================

Build Status Coverage Status Codacy Badge Maven

Catatumbo is an Open Source, JPA like ORM framework for mapping and persisting domain model to Google Cloud Datastore and Google Cloud Firestore in Datastore mode.

Catatumbo framework is built on top of Google Cloud Java Client for Datastore. The framework provides a handful of annotations to make your model classes manageable by the framework. In other words, Catatumbo is similar to JPA (Java Persistence API), but is specifically designed to work with Google Cloud Datastore instead of Relational Databases.

Features

Project's Web Site

http://catatumbo.io

Quick Start Guide


Please visit http://catatumbo.io/quick-start.html

Video Tutorials


Please visit http://catatumbo.io/video-tutorials.html

API Documentation


Online documentation (Javadocs) for Catatumbo API is available at http://catatumbo.io/api-docs.html.