mfa / google-cloud-datastore-demo

Use Google Cloud Datastore with Google Cloud Run

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Google Cloud Datastore example

First steps in using Datastore with FastApi

related blogpost: https://madflex.de/posts/using-google-cloud-datastore-with-google-cloud-run/

initialize datastore

Create IAM serviceuser

development

docker-compose up web

url is http://localhost:8001/

run on google cloud run

gcloud builds submit --tag eu.gcr.io/<PROJECT_ID>/datastore-demo
gcloud run deploy datastore-demo --image eu.gcr.io/<PROJECT_ID>/datastore-demo --allow-unauthenticated

About

Use Google Cloud Datastore with Google Cloud Run


Languages

Language:Python 77.2%Language:Dockerfile 20.2%Language:Shell 2.6%