eddies / metabase-gae

Run Metabase on Google App Engine
MIT License
4 stars 3 forks source link

Metabase for Google App Engine

Run Metabase on Google App Engine.

Prerequisites

Given a CloudSQL database name of "foo" you can use the following to get the correct CLOUD_SQL_INSTANCE value (assuming you have installed and configured the Google Cloud SDK):

gcloud sql instances describe foo --format='value(connectionName)'

Deployment

gcloud app deploy