Examples of how to automate creating a Snowplow Open Source pipeline.
These examples cover deploying an Iglu Server, for hosting your schemas, and a Snowplow pipeline.
Tool | Cloud | Components | Status | Deployment Summary |
---|---|---|---|---|
Terraform | AWS | Iglu Server | Published | |
Terraform | AWS | Pipeline (PostgreSQL) | Published | AWS PostgreSQL Summary |
Terraform | AWS | Pipeline (Snowflake) | Published | AWS Snowflake Summary |
Terraform | GCP | Iglu Server | Published | |
Terraform | GCP | Pipeline (PostgreSQL) | Published | GCP PostgreSQL Summary |
Terraform | GCP | Pipeline (BigQuery) | Published | GCP BigQuery Summary |
Installation Guide | FAQ |
---|---|
Installation Guide | FAQ |
To generate the READMEs, use terraform-docs.
For example:
terraform-docs -c .terraform-docs.yml terraform/aws/iglu_server/default
terraform-docs -c .terraform-docs.yml terraform/aws/iglu_server/secure
terraform-docs -c .terraform-docs.yml terraform/aws/pipeline/default
terraform-docs -c .terraform-docs.yml terraform/aws/pipeline/secure
terraform-docs -c .terraform-docs.yml terraform/gcp/iglu_server/default
terraform-docs -c .terraform-docs.yml terraform/gcp/iglu_server/secure
terraform-docs -c .terraform-docs.yml terraform/gcp/pipeline/default
terraform-docs -c .terraform-docs.yml terraform/gcp/pipeline/secure
The Snowplow Quick start examples are copyright 2022 Snowplow Analytics Ltd.
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this software except in compliance with the License.
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.