Skip to content

Commit

Permalink
Doc updates
Browse files Browse the repository at this point in the history
  • Loading branch information
araddon committed Oct 14, 2017
1 parent 3c72543 commit 1bf030f
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions backends/bigquery/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,17 @@ bigquery clients.
![dataux_bigquery](https://cloud.githubusercontent.com/assets/7269/26564686/1d82180e-4499-11e7-90f5-57ee7f87310a.png)


```sh
# assuming you are running local, if you are instead in Google Cloud, or Google Container Engine
# you don't need the credentials or volume mount
docker run -e "GOOGLE_APPLICATION_CREDENTIALS=/.config/gcloud/application_default_credentials.json" \
-e "LOGGING=debug" \
--rm -it \
-p 4000:4000 \
-v ~/.config/gcloud:/.config/gcloud \
gcr.io/dataux-io/dataux:latest
```

```sql

# connect to dataux
Expand Down

0 comments on commit 1bf030f

Please sign in to comment.