Skip to content

Latest commit

 

History

History
 
 

datastore

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Google Cloud Platform logo

Google Cloud Datastore Node.js Samples

Cloud Datastore is a NoSQL document database built for automatic scaling, high performance, and ease of application development.

Table of Contents

Setup

  1. Read Prerequisites and How to run a sample first.

  2. Install dependencies:

     npm install
    

Samples

Getting started with Google Cloud Datastore API

View the documentation or the source code.

Run the sample:

Usage: node tasks <command> [args]...

Print usage:

node tasks

Example:

node tasks list

Concepts

View the documentation or the source code.

Errors and Error Handling

View the documentation or the source code.

Run the sample:

node error