Deploying Meltano
Meltano should be as simple and easy to deploy to production as it is to run and use locally. ## Immediate Term Vision We can leverage [File Bundles](https://meltano.com/docs/plugins.html#file-bundles) to deliver pre-built infrastructure templates (Terraform) for common platforms. These will be static, with the expectation that end-users 'adopt' them into their projects; checking the files into source control and modifying them to suite their needs. A proposed list of bundles is as follows: - infra-local-kubernetes meltano#2927 - infra-aws-eks meltano#2940 - infra-aws-ecs - infra-aws-lambda meltano#2911 - infra-azure-kubernetes - infra-gcp-kubernetes - infra-kubernetes-generic ## Long Term Vision Building on the File Bundle model, we would like to add i) customisation (by Wizard 🧙‍♂️) of templates at `meltano add ...` and ii) full or partial ownership/management of template files by Meltano (a.k.a. customisation via `meltano config ...`).
epic