Include documentation for API and subcrates
This commit is contained in:
parent
dfdfc24ee5
commit
3e770a337b
40 changed files with 89 additions and 9 deletions
13
api/adaptors/datastore/README.md
Normal file
13
api/adaptors/datastore/README.md
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
# Google Datastore Adaptor
|
||||
|
||||
This adaptor works with [Google Cloud Datastore](https://cloud.google.com/datastore). Please note that it's compatible with Firestore in Datastore mode, but not with Firestore.
|
||||
|
||||
## Environment
|
||||
|
||||
To use this adaptor, make sure you have the `GCP_CREDENTIALS` environment variable set to your service account credentials in JSON format. See [this page](https://developers.google.com/workspace/guides/create-credentials#service-account) for info on setting up a service account and generating credentials.
|
||||
|
||||
Example:
|
||||
|
||||
```env
|
||||
GCP_CREDENTIALS='{"type":"service_account","project_id":"my-project"}'
|
||||
```
|
||||
Loading…
Add table
Add a link
Reference in a new issue