2.21.0 • Published 4 years ago

loopback-connector-google-cloud-datastore v2.21.0

Weekly downloads
26
License
MIT
Repository
github
Last release
4 years ago

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

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

2.21.0

4 years ago

2.20.1

4 years ago

2.19.0

4 years ago

2.18.0

4 years ago

2.17.0

4 years ago

2.16.0

4 years ago

2.15.0

5 years ago

2.14.0

5 years ago

2.13.1

5 years ago

2.13.0

5 years ago

2.12.0

5 years ago

2.11.0

5 years ago

2.10.1

5 years ago

2.10.0

5 years ago

2.9.2

5 years ago

2.9.1

5 years ago

2.9.0

5 years ago

2.8.0

5 years ago

2.7.0

5 years ago

2.6.0

5 years ago

2.5.0

5 years ago

2.4.0

5 years ago

2.3.0

5 years ago

2.2.0

5 years ago

2.1.0

5 years ago

2.0.0

5 years ago

1.6.0

5 years ago

1.5.0

5 years ago

1.4.0

5 years ago

1.3.0

5 years ago

1.2.0

5 years ago

1.1.6

5 years ago

1.1.5

5 years ago

1.1.4

5 years ago

1.1.3

5 years ago

1.1.2

5 years ago

1.1.1

5 years ago

1.1.0

5 years ago

1.0.6

5 years ago

1.0.5

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago