RI Foresight

Foresight Business Group

GCP101 Chapter 13 Using Google Cloud Datastore

Previous chapter | TOC | GCP | Next chapter

© Copyright 2018 Nickantony Quach. All rights reserved.

1 Getting Started

After you sign in with GCP, use the GCP Shortcuts at Ri4C to access the Google Cloud Datastore.

2 Create some data

Do the following to create some data using Google Cloud Datastore.

  1. Sign in with GCP.
  2. Go to the Google Cloud Datastore.
  3. Click on the [+] for CREATE ENTITY.
  4. Set namespace as “[default]”.
  5. Set kind as “mytable1”.
  6. Select “Custom name” under Key identifier and set it as “myrow2”.
  7. Add a new property whose name is mycolumn3 and value is mydata4.
  8. Add a new property whose name is urlOfLesson and value is the web address as shown below.
    https://ri4c.com/gcp101-chapter-13-using-google-cloud-datastore/
  9. Click on the Done button.
  10. Click on the Create button. The result is equivalent to creating a table of one column with only a single row of data.

*** End of Chapter ***

Next chapter


© Copyright 2018 Nickantony Quach. All rights reserved. | Other books | Edit

%d bloggers like this: