https://github.com/ryanmcdowell/bigquery-dm
https://github.com/ryanmcdowell/bigquery-dm
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ryanmcdowell/bigquery-dm
- Owner: ryanmcdowell
- License: apache-2.0
- Created: 2017-12-07T09:14:50.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-12-07T09:33:10.000Z (over 8 years ago)
- Last Synced: 2025-06-15T14:40:22.342Z (12 months ago)
- Language: HTML
- Size: 4.88 KB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# BigQuery Deployment Manager Example
Google Cloud Deployment Manager is an infrastructure management service that makes it simple to create, deploy, and manage Google Cloud Platform resources. With Deployment Manager, you can create a static or dynamic template that describes the configuration of your Google Cloud environment and then use Deployment Manager to create these resources as a single deployment.
This repository contains a BigQuery example template for use with Deployment Manager. The example creates a dummy sales dataset along with a transaction table. The table is partitioned by day and provides an example of nested/repeated fields within the schema.
See https://cloud.google.com/deployment-manager/overview for more information.
## License
Apache 2.0 - See [LICENSE](LICENSE) for more information.