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 |
|---|---|---|---|
| Terraform | AWS | Iglu Server | Published |
| Terraform | AWS | Pipeline | Published |
| Terraform | GCP | Iglu Server | Published |
| Terraform | GCP | Pipeline | Published |
| Installation Guide | Deployment Summary | FAQ |
|---|---|---|
![]() |
![]() |
![]() |
| Installation Guide | Deployment Summary | 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/secureThe Snowplow Quick start examples are copyright 2021 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.


