tcarac / quickstart-examples

Examples of how to automate creating a Snowplow Open Source pipeline

Home Page:https://snowplowanalytics.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Quick start examples for Snowplow Deployment

Release License Discourse posts

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.

Supported Platforms

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

Documentation

Installation Guide FAQ
i1 i3
Installation Guide FAQ

Updating READMEs

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

Copyright and license

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.

About

Examples of how to automate creating a Snowplow Open Source pipeline

https://snowplowanalytics.com/

License:Apache License 2.0


Languages

Language:HCL 100.0%