Terraform vs Pulumi vs CloudFormation as IaC for Snowflake on AWS

This page summarizes the projects mentioned and recommended in the original post on /r/snowflake

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • cloudformation-snowflake-resource-providers

    SnowFlake CFN Registry resource

  • AWS CloudFormation

  • schemachange

    A Database Change Management tool for Snowflake

  • We have tried Terraform and others like Snowchange and in the end, we use Snowchange: - Terraform for Snowflake has a very tricky thing is that the table is replaced whenever Terraform detects a change. This is OK for AWS resources but it is bad for data thing like Snowflake - you don't want any change, unless you specifically want to. - We then have to use the second one, Snowchange. This one idea is simple: it marks the SQL files with versions, such as V0.1.1. Snowchange will only run the files if and only if the files are bigger than the biggest recorded in a table in Snowflake (which is done by itself). For example, if the largest version is V0.1.1, and some user accidentally changes the file of V0.1.0, since it is smaller than 0.1.1, the changes are not deployed. Users have to manually the file name to 0.1.2 for it to run.

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • How to Build a Chat App with Your Postgres Data using Agent Cloud

    3 projects | dev.to | 13 May 2024
  • FLaNK-AIM Weekly 13 May 2024

    34 projects | dev.to | 13 May 2024
  • Date Recordings from Background Noises

    1 project | news.ycombinator.com | 13 May 2024
  • Song Maker

    2 projects | news.ycombinator.com | 13 May 2024
  • Terraform Registry Guide: Tips, Examples and Best Practices

    3 projects | dev.to | 13 May 2024