How to guide for deploying Dgraph standalone on Google Cloud Run and migrating from Dgraph Cloud
gcloud
) installed and configuredDockerfile
:
dgraph-config.yml
:
start.sh
:
docker
to use the gcloud
credentials:
--platform linux/amd64
flag, this is important when building the image on an Apple Silicon Mac.https://dgraph-cr-<REVISION_ID>.us-central1.run.app
docker run -it -p 8000:8000 dgraph/ratel:latest
gql_schema.gz
- your GraphQL schema exported from Dgraph Cloudschema.gz
- your Dgraph schema export from Dgraph Cloudrdf.gz
- your RDF data export from Dgraph Cloudbulk-loader.Dockerfile
:
healthcheck.sh
:
alert-policy.yaml
:
gcloud run services logs read dgraph-alpha