Relative Content

Tag Archive for google-cloud-datastore

Designing persistence schema for BigTable on AppEngine

I have tried to design the datastore schema for a very small application. That schema would have been very simple, if not trivial, using a relational database with foreign keys, many-to-many relations, joins, etc.

On Developing Web Services with Global State

I’m new to web programming. I’m more experienced and comfortable with client-side code. Recently, I’ve been dabbling in web programming through Python’s Google App Engine. I ran into some difficulty while trying to write some simple apps for the purposes of learning, mainly involving how to maintain some kind of consistent universally-accessible state for the application.

Google Datastore and deep records

I’m in the beginning of creating a website that uses Google Datastore to store information related to clients and I’m curious if the record is too deep for NoSQL or if I’m fine.

Google Datastore and deep records

I’m in the beginning of creating a website that uses Google Datastore to store information related to clients and I’m curious if the record is too deep for NoSQL or if I’m fine.

Google Datastore and deep records

I’m in the beginning of creating a website that uses Google Datastore to store information related to clients and I’m curious if the record is too deep for NoSQL or if I’m fine.

Google Datastore and deep records

I’m in the beginning of creating a website that uses Google Datastore to store information related to clients and I’m curious if the record is too deep for NoSQL or if I’m fine.

Google Datastore and deep records

I’m in the beginning of creating a website that uses Google Datastore to store information related to clients and I’m curious if the record is too deep for NoSQL or if I’m fine.

Google App Engine overview

I have gone through many Google App Engine tutorials, and I became quite familiar with how to do basic stuff like implementing a webapp2.RequestHandler, and using ndb.Models to manage your data.