Skip to content

Latest commit

 

History

History
65 lines (38 loc) · 1.63 KB

README.md

File metadata and controls

65 lines (38 loc) · 1.63 KB

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