Skip to content Skip to sidebar Skip to footer
Showing posts with the label Google Cloud Datastore

Dynamically Loading Python Application Code From Database Under Google App Engine

I need to store python code in a database and load it in some kind of bootstrap.py application for … Read more Dynamically Loading Python Application Code From Database Under Google App Engine

Efficient Way To Store Relation Values In Ndb

I've this data model (I made it, so if there's a better way to do it, please let me know). … Read more Efficient Way To Store Relation Values In Ndb

Updating An Entity's Property Without Retrieving The Entity From The Ndb

I would like to update a property of an entity that has a lot of properties. If I understand it co… Read more Updating An Entity's Property Without Retrieving The Entity From The Ndb

Too Many Write Ops

I'm developing a directory app on app-engine (python) and I've run into trouble with too ma… Read more Too Many Write Ops

Ndb: Sort Query Results

In App Engine NDB, I am querying entities that have a repeated property. I would like to order the … Read more Ndb: Sort Query Results

Cross Group (xg) Transactions And Further Explanation Of Use

The most recent release of the GAE states the following changes: Datastore Cross Group (XG) Transa… Read more Cross Group (xg) Transactions And Further Explanation Of Use