Giter VIP home page Giter VIP logo

catatumbo's Introduction

#Catatumbo - Object Mapping and Persistence Framework for Google Cloud Datastore Catatumbo is an Open Source persistence framework for mapping Java objects (POJOs) to Google Cloud Datastore and vice versa.

Catatumbo framework is built on top of gcloud-java-datasource API. 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.

Note: Catatumbo is a work-in-progress and future changes are not guaranteed to be backward compatible

##Features

  • Automatic mapping of model classes (POJOs) to Cloud Datastore Entities and vice versa
  • Automatic generation of Identifiers (for both Numeric and String types)
  • Support for a variety of Data Types:
    • boolean, Boolean
    • char, Character
    • short, Short
    • int, Integer
    • long, Long
    • float, Float
    • double, Double
    • String
    • Byte Arrays
    • Char Arrays
    • Date
    • Calendar
    • Geo Location
    • Keys, Parent Keys and Key References
    • List Values
  • Create, Retrieve, Update, Delete, Upsert (update or insert)
  • Support for executing GQL Queries. This includes:
    • Entity queries
    • Projection queries
    • Key-only queries
  • Transaction Support

##Quick Start Guide Please visit http://www.jMethods.com/catatumbo/quick-start.html

##API Documentation Online documentation (Javadocs) for Catatumbo API is available at http://www.jmethods.com/catatumbo/api-documentation.html.

catatumbo's People

Contributors

sai-pullabhotla avatar spullabhotla avatar bugyboo avatar

Stargazers

 avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.