Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 929 Bytes

README.md

File metadata and controls

24 lines (17 loc) · 929 Bytes

zetasql-format-server

It is GoogleSQL(BigQuery, Cloud Spanner) dialect format server using ZetaSQL. It runs on Cloud Run(and Knative Serving).

Run on Google Cloud

(Note: It takes very long time. Consider to use Boost mode or build on more powerful machine.)

Usage

$ SERVICE_URL=$(gcloud beta run services describe --format="value(status.domain)" ${REPO_NAME})
$ curl ${SERVICE_URL} --data 'SELECT * FROM tbl'
SELECT
  *
FROM
  tbl

References