Boring Data
Template: AWS+Snowflake
Template: AWS+Snowflake
  • Introduction
    • Overview
    • Key Concepts
    • Get Started
  • Project Structure
    • pipelines/
      • Ingestion: dlt + lambda
      • Transformation: dbt
    • base/aws/
    • base/snowflake/
    • live/
  • Guides
    • Add a New Pipeline
    • CI Deployment
  • Help
    • FAQ
Powered by GitBook
On this page
Edit on GitHub
  1. Introduction

Overview

NextKey Concepts

Last updated 1 month ago

Welcome to the AWS + Snowflake Data Stack Template!

This template provides everything you need to build a modern data platform on AWS and Snowflake.

The infrastructure is fully automated with Terraform and includes:

  • An example ingestion pipeline: dlt + lambda feeding Snowflake

  • A dbt project for transformations in Snowflake

  • AWS Step Functions to orchestrate ingestion + transformation

  • A GitHub CI workflow

The template is designed to be fully modular and customizable.

You can easily swap out any component with your preferred tools:

  • Replace dlt with any other ingestion framework

  • Use an alternative to dbt for transformations

  • Switch to a different orchestration service instead of Step Functions


Next Steps

- Understand the core architecture and components

- Set up your environment and run your first deployment

Key Concepts
Get Started
AWS Snowflake Stack Overview