Skip to content

Support Document for GCP Clocal Research

Dilantha edited this page Jun 24, 2018 · 1 revision

List of GCP NodeJS Client libraries : https://cloud.google.com/nodejs/docs/reference/libraries

Service Existing Emulator Existing CLI Tool Resources (Docker ) Sdk Configuration to change the host
Cloud Function https://github.com/GoogleCloudPlatform/cloud-functions-emulator Node base image,Shell scripts Seems like no sdk provided. (https://cloud.google.com/functions/docs/apis) Rest API is there. And RPC API as well.
Cloud Data Store https://cloud.google.com/datastore/docs/tools/datastore-emulator Dependencies in the emulator or mongodb Npm module @google-cloud/datastore
Cloud CDN Ambiguity since it doesn’t provide a programmable rest api, https://cloud.google.com/cdn/docs/
Cloud Endpoints Ambiguity since it doesn’t provide a programmable rest api,https://cloud.google.com/endpoints/docs/
Cloud Storage No official emulator https://stackoverflow.com/questions/37542530/is-there-google-cloud-storage-emulator Cloud sdk (set of cli tools)gsutil (which comes as a part of the cloud sdk)https://cloud.google.com/sdk/docs/ Base image with linux file system manipulations. Npm Module @google-cloud/storage
Clone this wiki locally