Google App Engine datastore "low level api" for Java examples, tutorials, documentation?

Any suggestions on where to look for examples, tutorials, and more detailed documentation on how to use the Google App Engine Low Api Data Warehouse for Java?

I know that this basic documentation page exists, but it just tells me what is going on in Api and does not talk about how to actually use it: http://code.google.com/appengine/docs/java/ javadoc / com / google / appengine / api / datastore / package-summary.html

Thanks! Chris

+4
source share
4 answers

I do not know if this is suitable for articles , but very technically it relates to a data warehouse.

+1
source

There are many pages at: http://code.google.com/appengine/docs/java/datastore/

For example, the following pages are all low-level APIs:

Entities, Queries, Transactions, Metadata Requests, Statistics, Async API

+1
source

Slim3 should be a thin shell around a low-level data warehouse.

Since it is open source, you can study it for code or as a wrapper.

+1
source

All Articles