GithubHelp home page GithubHelp logo

hhy5277 / google-cloud-node Goto Github PK

View Code? Open in Web Editor NEW

This project forked from googleapis/google-cloud-node

0.0 2.0 0.0 23.3 MB

Google Cloud Client Library for Node.js

Home Page: https://cloud.google.com/nodejs

License: Apache License 2.0

JavaScript 100.00%

google-cloud-node's Introduction

Google Cloud Node.js Client Libraries

Node.js idiomatic client libraries for Google Cloud Platform services.

Libraries are available on GitHub and npm for developing Node.js applications that interact with individual Google Cloud services:

Repo API Docs Install Command Enable Free Tier
Asset Inventory ๐Ÿ““ npm i @google-cloud/asset enable โœ–
AutoML ๐Ÿ““ npm i @google-cloud/automl enable โœ–
Bigquery ๐Ÿ““ npm i @google-cloud/bigquery enable โœ”
Bigtable ๐Ÿ““ npm i @google-cloud/bigtable enable โœ–
Data Catalog ๐Ÿ““ npm i @google-cloud/datacatalog enable โœ–
Data Labeling ๐Ÿ““ npm i @google-cloud/datalabeling enable โœ–
Data Loss Prevention ๐Ÿ““ npm i @google-cloud/dlp enable โœ–
Dataproc ๐Ÿ““ npm i @google-cloud/dataproc enable โœ–
Datastore ๐Ÿ““ npm i @google-cloud/datastore enable โœ”
Datastore Session ๐Ÿ““ npm i @google-cloud/connect-datastore enable โœ”
Dialogflow API ๐Ÿ““ npm i dialogflow enable โœ–
DNS ๐Ÿ““ npm i @google-cloud/dns enable โœ–
Firestore ๐Ÿ““ npm i @google-cloud/firestore enable โœ”
Firestore Session ๐Ÿ““ npm i @google-cloud/firestore-session enable โœ”
Google BigQuery Data Transfer Service ๐Ÿ““ npm i @google-cloud/bigquery-data-transfer enable โœ–
Google Compute Engine ๐Ÿ““ npm i @google-cloud/compute enable โœ–
Google Container Analysis ๐Ÿ““ npm i @google-cloud/containeranalysis enable โœ–
Grafeas ๐Ÿ““ npm i @google-cloud/grafeas enable โœ”
Internet of Things (IoT) Core ๐Ÿ““ npm i @google-cloud/iot enable โœ–
Key Management Service ๐Ÿ““ npm i @google-cloud/kms enable โœ–
Kubernetes Engine Cluster Manager API ๐Ÿ““ npm i @google-cloud/container enable โœ–
Natural Language ๐Ÿ““ npm i @google-cloud/language enable โœ–
OS Login ๐Ÿ““ npm i @google-cloud/os-login enable โœ–
Phishing Protection ๐Ÿ““ npm i @google-cloud/phishing-protection enable โœ–
Pub/Sub ๐Ÿ““ npm i @google-cloud/pubsub enable โœ–
reCAPTCHA Enterprise ๐Ÿ““ npm i @google-cloud/recaptcha-enterprise enable โœ–
Redis ๐Ÿ““ npm i @google-cloud/redis enable โœ–
Resource Manager API ๐Ÿ““ npm i @google-cloud/resource enable โœ–
Runtime Config ๐Ÿ““ npm i @google-cloud/rcloadenv enable โœ”
Scheduler ๐Ÿ““ npm i @google-cloud/scheduler enable โœ”
Security Command Center ๐Ÿ““ npm i @google-cloud/security-center enable โœ–
Spanner ๐Ÿ““ npm i @google-cloud/spanner enable โœ–
Speech ๐Ÿ““ npm i @google-cloud/speech enable โœ”
Stackdriver Debugger ๐Ÿ““ npm i @google-cloud/debug-agent enable โœ”
Stackdriver Error Reporting ๐Ÿ““ npm i @google-cloud/error-reporting enable โœ”
Stackdriver Incident Response & Management ๐Ÿ““ npm i @google-cloud/irm enable โœ–
Stackdriver Logging ๐Ÿ““ npm i @google-cloud/logging enable โœ”
Stackdriver Logging for Bunyan ๐Ÿ““ npm i @google-cloud/logging-bunyan enable โœ”
Stackdriver Logging for Winston ๐Ÿ““ npm i @google-cloud/logging-winston enable โœ”
Stackdriver Monitoring ๐Ÿ““ npm i @google-cloud/monitoring enable โœ–
Stackdriver Profiler ๐Ÿ““ npm i @google-cloud/profiler enable โœ”
Storage ๐Ÿ““ npm i @google-cloud/storage enable โœ–
Talent Solution ๐Ÿ““ npm i @google-cloud/talent enable โœ–
Tasks ๐Ÿ““ npm i @google-cloud/tasks enable โœ–
Text-to-Speech ๐Ÿ““ npm i @google-cloud/text-to-speech enable โœ–
Translation ๐Ÿ““ npm i @google-cloud/translate enable โœ–
Video Intelligence API ๐Ÿ““ npm i @google-cloud/video-intelligence enable โœ–
Vision API ๐Ÿ““ npm i @google-cloud/vision enable โœ–
Web Risk API ๐Ÿ““ npm i @google-cloud/web-risk enable โœ–

If the service is not listed above, google-api-nodejs-client interfaces with additional Google Cloud APIs using a legacy REST interface.

When building Node.js applications, preference should be given to the libraries listed in the table.

Enabling APIs

Before you can interact with a given Google Cloud Service, you must enable its API.

Links are available for enabling APIs in the table at the beginning of this document, and in each libraries README.md.

Authentication

Download your Service Account Credentials JSON file

To use Application Default Credentials, You first need to download a set of JSON credentials for your project. Go to APIs & Auth > Credentials in the Google Developers Console and select Service account from the Add credentials dropdown.

This file is your only copy of these credentials. It should never be committed with your source code, and should be stored securely.

Once downloaded, store the path to this file in the GOOGLE_APPLICATION_CREDENTIALS environment variable.

Other Authentication Methods

Other authentication methods are outlined in the README for google-auth-library-nodejs, which is the authentication library used by all Google Cloud Node.js clients.

Example Applications

  • nodejs-getting-started - A sample and tutorial that demonstrates how to build a complete web application using Cloud Datastore, Cloud Storage, and Cloud Pub/Sub and deploy it to Google App Engine or Google Compute Engine.
  • gcloud-node-todos - A TodoMVC backend using google-cloud-node and Datastore.
  • gitnpm - Easily lookup an npm package's GitHub repo using google-cloud-node and Google App Engine.
  • gcloud-kvstore - Use Datastore as a simple key-value store.
  • hya-wave - Cloud-based web sample editor. Part of the hya-io family of products.
  • gstore-node - Google Datastore Entities Modeling library.
  • gstore-api - REST API builder for Google Datastore Entities.

Versioning

Our libraries follow Semantic Versioning.

Please note it is currently under active development. Any release versioned 0.x.y is subject to backwards-incompatible changes at any time.

GA: Libraries defined at the GA (general availability) quality level are stable. The code surface will not change in backwards-incompatible ways unless absolutely necessary (e.g. because of critical security issues) or with an extensive deprecation period. Issues and requests against GA libraries are addressed with the highest priority.

Please note that the auto-generated portions of the GA libraries (the ones in modules such as v1 or v2) are considered to be of Beta quality, even if the libraries that wrap them are GA.

Beta: Libraries defined at the Beta quality level are expected to be mostly stable, while we work towards their release candidate. We will address issues and requests with a higher priority.

Alpha: Libraries defined at the Alpha quality level are still a work-in-progress and are more likely to get backwards-incompatible updates.

Contributing

Contributions to this library are always welcome and highly encouraged.

See CONTRIBUTING for more information on how to get started.

License

Apache 2.0 - See LICENSE for more information.

google-cloud-node's People

Contributors

alexander-fenster avatar bcoe avatar beriberikix avatar callmehiphop avatar chrishiestand avatar cristiancavalli avatar danoscarmike avatar dominickramer avatar eoogbe avatar jgeewax avatar jmdobry avatar jmuk avatar justinbeckwith avatar kevinresol avatar kjin avatar kolodny avatar landrito avatar lukesneeringer avatar marcgel avatar mziccard avatar ofrobots avatar phw avatar proppy avatar rakyll avatar robertdimarco avatar ryanseys avatar silvolu avatar stephenplusplus avatar swcloud avatar vkedia avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.