| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
parent directory.. | ||||
This Google App Engine (GAE) app receives export requests at /cloud-datastore-export and sends an export request to the Cloud Datastore Admin API.
This app requires the following to complete export operations:
For more information on completing these requirements, see the Cloud Datastore documentation.
Set the target project in gcloud:
gcloud config set project PROJECT_NAME
Deploy the GAE app:
mvn clean package appengine:deploy
The app takes the following parameters:
Modify and deploy the cronjob:
gcloud app deploy cron.yaml
You can test your cron job by running the job manually:
| Back | FazBrowse Home | New Git URL |