Just finished building my first custom tap! Now I’m to the part I’ve been dreading…. getting it to run in production. My company uses GCP, but we don’t currently have any existing infrastructure like K8s or Airflow or anything else we can leverage so I’m starting from scratch.
I would strongly prefer to just use a hosted Meltano that could import my custom tap, but I’m not finding many options. Some searching in this slack space mentioned
singerly.co, but it looks like a very immature product (blog link is empty, feature request links to a different product). Don’t think I want to get started there.
I’m loathe to build out my own infrastructure just to support this one custom tap. Any other options out there I should be aware of? How close is a hosted version of Meltano? I’m thinking about spinning up a small GCE server and running Meltano as CRON job without a DB backend and manual git pull’s just to get by until something more long term can work. But those quick-and-dirty “temporary” solutions tend to live much longer than we’d like 😬