New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

loopback-connector-google-cloud-datastore

Package Overview
Dependencies
Maintainers
1
Versions
45
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

loopback-connector-google-cloud-datastore

Google Cloud Datastore connector for the LoopBack framework.

  • 2.21.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

loopback-connector-google-cloud-datastore

Google Cloud Datastore connector for the LoopBack framework.

Codacy Badge CircleCI npm npm LICENSE Dependabot Status FOSSA Status

System Requirements

  • NodeJS (version >= 10).

Installation

If you want to know how to get started with Loopback check this.

To add a new data source, use the data source generator:

lb datasource

Then the data source generator will prompt some questions like

  • Enter the data-source name: GoogleCloudDatastore (Choose your prefered name)
  • Select the connector for GoogleCloudDatastore: other
  • Enter the connector's module name loopback-connector-google-cloud-datastore
  • Install loopback-connector-google-cloud-datastore (Y/n) y

Then you should use a service account. Go to Project Settings > Service Accounts in the Google Cloud Platform Console. Generate a new private key and save the JSON file.

You should fill the application's datasource file which is located in /server/datasources.json with those details, You can find them in the downloaded JSON file from the Google Cloud Platform.

"GoogleCloudDatastore": {
  "name": "GoogleCloudDatastore",
  "projectId": "",
  "keyFilename": "" //Enter the full relative path of your application to file (eg. './src/datasources/google/serviceAccount.json')
}

Connection properties

PropertyType  Description---
projectIdStringproject_id in the JSON file---
keyFilenameStringserviceAccount JSON file path---

And you can actually store those private details as an Environment variables, Check source-configuration

Inspiration

Dyaa Eldin Moustafa Firestore connector

License

Copylefted (c) 2020 Henrique Carvalho da Cruz Licensed under the MIT license.

FOSSA Status

Keywords

FAQs

Package last updated on 11 May 2020

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc