Relative Content

Tag Archive for google-app-engine

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.

What does it mean to “expose” something?

So I am working on creating a Google App Engine Application, and I’ve come across the term “expose” a number of times, e.g. “your first app can expose objects using an HTTP based API” and “expose this datamodel class through a REST API”. What does “expose” mean? Is there a particular action associated it, or is it an abstract part of design?