Skip to content

Latest commit

 

History

History

introduction_to_data_models_in_cloud_datastore

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

Introduction to data models in Cloud Datastore

Open in Cloud Shell

This sample code is used in this blog post. It demonstrates two data models using Google Cloud Datastore.

Prerequisites

  1. Create project with billing enabled on the Google Developers Console

  2. Enable the Datastore API.

  3. Install the Google Cloud SDK and be sure to run gcloud init.

Running the samples

Install dependencies from requirements.txt:

pip install -r requirements.txt

And run the samples:

python blog.py your-project-id
python wiki.py your-project-id