Will Da Silva (Arch)
04/19/2023, 3:00 PMAndy Carter
04/20/2023, 6:59 AMvisch
04/20/2023, 1:04 PMAndy Carter
04/20/2023, 2:24 PMvisch
04/20/2023, 2:25 PMAndy Carter
04/20/2023, 2:28 PMvisch
04/20/2023, 2:32 PMmeltano run works on windows now so you're in a great place already
2. Docker on Windows does work so use it! You can run it natively now it's kinda suprising that it works (moby project is what we use to avoid licensing)
3. docker prune is important to run once in a while (Folks who say a single host docker isn't good enough tend to point you to k8s or some other container orchestrator, but a single host for us works fine for our use case)
4. Building docker images isn't super quick so deployments can sometimes be slow, you can design a Dockerfile for "fast deploys" to speed up iteration times that don't reinstall everything with any meltano.yml file change
5. Your orchestrator is important, pick one you know. Make sure logs are handled and available easily somewhere
6. Iterate on your platform you design, focusing on speeding up dev cycles.Andy Carter
10/25/2023, 1:40 PMmeltano.yml file change"
I am ready to learn on this one now! 10 mins to deploy my image for a small change is starting to grate. Any tips gratefully receivedvisch
10/25/2023, 1:42 PM