{"id":19224367,"url":"https://github.com/snowplow/quickstart-examples","last_synced_at":"2025-04-21T00:30:31.987Z","repository":{"id":40269622,"uuid":"385857820","full_name":"snowplow/quickstart-examples","owner":"snowplow","description":"Examples of how to automate creating a Snowplow Community Edition pipeline","archived":false,"fork":false,"pushed_at":"2024-04-05T15:21:35.000Z","size":292,"stargazers_count":19,"open_issues_count":13,"forks_count":14,"subscribers_count":18,"default_branch":"main","last_synced_at":"2024-04-12T16:07:41.522Z","etag":null,"topics":["analysis","aws","azure","data","gcp","snowplow","snowplow-analytics","snowplow-pipeline","terraform"],"latest_commit_sha":null,"homepage":"https://snowplow.io","language":"HCL","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/snowplow.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null}},"created_at":"2021-07-14T07:49:57.000Z","updated_at":"2024-03-20T01:51:07.000Z","dependencies_parsed_at":"2024-01-16T19:28:30.538Z","dependency_job_id":"b309c746-e33a-4898-ba00-a51a290f1ba0","html_url":"https://github.com/snowplow/quickstart-examples","commit_stats":null,"previous_names":[],"tags_count":19,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/snowplow%2Fquickstart-examples","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/snowplow%2Fquickstart-examples/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/snowplow%2Fquickstart-examples/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/snowplow%2Fquickstart-examples/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/snowplow","download_url":"https://codeload.github.com/snowplow/quickstart-examples/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":223842190,"owners_count":17212323,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["analysis","aws","azure","data","gcp","snowplow","snowplow-analytics","snowplow-pipeline","terraform"],"created_at":"2024-11-09T15:11:30.173Z","updated_at":"2025-04-21T00:30:31.961Z","avatar_url":"https://github.com/snowplow.png","language":"HCL","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Quick start examples for Snowplow Deployment\n\n[![Release][release-badge]][release]\n[![License][license-image]][license]\n[![Discourse posts][discourse-image]][discourse]\n\nExamples of how to automate creating a [Snowplow Community pipeline](https://github.com/snowplow/snowplow).\n\nThese examples cover deploying an Iglu Server, for hosting your schemas, and a Snowplow pipeline.\n\n## Supported Platforms\n\n| Tool       | Cloud | Components                   | Status                                      | Deployment Summary                           |\n|------------|-------|------------------------------|---------------------------------------------|----------------------------------------------|\n| Terraform  | AWS   | Iglu Server                  | [Published](terraform/aws/iglu_server)      |                                              |\n| Terraform  | AWS   | Pipeline (PostgreSQL)        | [Published](terraform/aws/pipeline)         | [AWS PostgreSQL Summary][deploypgsum-aws]    |\n| Terraform  | AWS   | Pipeline (Snowflake)         | [Published](terraform/aws/pipeline)         | [AWS Snowflake Summary][deploysfsum-aws]     |\n| Terraform  | AWS   | Pipeline (Redshift)          | [Published](terraform/aws/pipeline)         | [AWS Redshift Summary][deployrssum-aws]      |\n| Terraform  | AWS   | Pipeline (Databricks)        | [Published](terraform/aws/pipeline)         | [AWS Databricks Summary][deploydbsum-aws]    |\n| Terraform  | GCP   | Iglu Server                  | [Published](terraform/gcp/iglu_server)      |                                              |\n| Terraform  | GCP   | Pipeline (PostgreSQL)        | [Published](terraform/gcp/pipeline)         | [GCP PostgreSQL Summary][deploypgsum-gcp]    |\n| Terraform  | GCP   | Pipeline (BigQuery)          | [Published](terraform/gcp/pipeline)         | [GCP BigQuery Summary][deploybqsum-gcp]      |\n| Terraform  | Azure | Iglu Server                  | [Published](terraform/azure/iglu_server)    |                                              |\n| Terraform  | Azure | Pipeline (Snowflake)         | [Published](terraform/azure/pipeline)       | [Azure Snowflake Summary][deploysfsum-azure] |\n| Terraform  | Azure | Pipeline (Databricks)        | [Published](terraform/azure/pipeline)       | [Azure Snowflake Summary][deploydbsum-azure] |\n| Terraform  | Azure | Pipeline (Synapse Analytics) | [Published](terraform/azure/pipeline)       | [Azure Snowflake Summary][deploysasum-azure] |\n\n## Documentation\n\n| Installation Guide                     | FAQ                      |\n|----------------------------------------|--------------------------|\n| ![i1][install-image]                   |  ![i3][faq-image]        |\n| **[Installation Guide][installguide]** |  **[FAQ][faq]**          |\n\n### Updating READMEs\n\nTo generate the READMEs, use [terraform-docs][tf-docs].\n\nFor example:\n\n```bash\nterraform-docs -c .terraform-docs.yml terraform/aws/iglu_server/default\nterraform-docs -c .terraform-docs.yml terraform/aws/iglu_server/secure\nterraform-docs -c .terraform-docs.yml terraform/aws/pipeline/default\nterraform-docs -c .terraform-docs.yml terraform/aws/pipeline/secure\nterraform-docs -c .terraform-docs.yml terraform/gcp/iglu_server/default\nterraform-docs -c .terraform-docs.yml terraform/gcp/iglu_server/secure\nterraform-docs -c .terraform-docs.yml terraform/gcp/pipeline/default\nterraform-docs -c .terraform-docs.yml terraform/gcp/pipeline/secure\n```\n\n## Copyright and license\n\nCopyright (c) 2022-present Snowplow Analytics Ltd. All rights reserved.\n\nLicensed under the [Snowplow Limited Use License Agreement][license]. _(If you are uncertain how it applies to your use case, check our answers to [frequently asked questions][license-faq].)_\n\n[install-image]: https://d3i6fms1cm1j0i.cloudfront.net/github/images/techdocs.png\n[deploy-image]: https://d3i6fms1cm1j0i.cloudfront.net/github/images/setup.png\n[faq-image]: https://d3i6fms1cm1j0i.cloudfront.net/github/images/roadmap.png\n\n[installguide]: https://docs.snowplow.io/docs/getting-started-on-community-edition/what-is-quick-start/\n[faq]: https://docs.snowplow.io/docs/getting-started-on-community-edition/faq/\n\n[deploypgsum-aws]: https://docs.snowplow.io/docs/getting-started-on-community-edition/what-is-deployed/?warehouse=postgres\u0026cloud=aws\n[deploysfsum-aws]: https://docs.snowplow.io/docs/getting-started-on-community-edition/what-is-deployed/?warehouse=snowflake\u0026cloud=aws\n[deployrssum-aws]: https://docs.snowplow.io/docs/getting-started-on-community-edition/what-is-deployed/?warehouse=redshift\u0026cloud=aws\n[deploydbsum-aws]: https://docs.snowplow.io/docs/getting-started-on-community-edition/what-is-deployed/?warehouse=databricks\u0026cloud=aws\n[deploypgsum-gcp]: https://docs.snowplow.io/docs/getting-started-on-community-edition/what-is-deployed/?warehouse=postgres\u0026cloud=gcp\n[deploybqsum-gcp]: https://docs.snowplow.io/docs/getting-started-on-community-edition/what-is-deployed/?warehouse=bigquery\u0026cloud=gcp\n[deploysfsum-azure]: https://docs.snowplow.io/docs/getting-started-on-community-edition/what-is-deployed/?warehouse=snowflake\u0026cloud=azure\n[deploydbsum-azure]: https://docs.snowplow.io/docs/getting-started-on-community-edition/what-is-deployed/?warehouse=databricks\u0026cloud=azure\n[deploysasum-azure]: https://docs.snowplow.io/docs/getting-started-on-community-edition/what-is-deployed/?warehouse=synapse\u0026cloud=azure\n\n[license]: https://docs.snowplow.io/limited-use-license-1.1/\n[license-image]: https://img.shields.io/badge/license-Snowplow--Limited--Use-blue.svg?style=flat\n[license-faq]: https://docs.snowplow.io/docs/contributing/limited-use-license-faq/\n\n[discourse-image]: https://img.shields.io/discourse/posts?server=https%3A%2F%2Fdiscourse.snowplow.io%2F\n[discourse]: http://discourse.snowplow.io/\n\n[release]: https://github.com/snowplow/snowplow/releases\n[release-badge]: https://img.shields.io/badge/Snowplow-25.01%20%28Patch.1%29-6638b8\n\n[tf-docs]: https://github.com/terraform-docs/terraform-docs\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsnowplow%2Fquickstart-examples","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsnowplow%2Fquickstart-examples","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsnowplow%2Fquickstart-examples/lists"}