Skip to content
This repository has been archived by the owner on Dec 20, 2023. It is now read-only.

Latest commit

 

History

History
12 lines (11 loc) · 627 Bytes

File metadata and controls

12 lines (11 loc) · 627 Bytes

Overview

This repository is an example of our meltano infrastructure in production. Hopefully it allows others to easily put their own meltano project into production.

Main components

Here is the TLDR for the repository:

  • Hosted in AWS Fargate (didn't want to manage VMs)
  • Managed as infrastructure-as-code using terraform
  • Include 3 docker containers:
    • Airflow scheduler
    • Meltano UI
    • Airflow webserver
  • To integrate persistence into our state, we tried to integrate EFS but this did not work, so we just used 2 RDS integrations instead